summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-08-07 20:01:31 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-08-07 20:01:31 +0200
commit9341ba27436ecf458cd6e1f33d93109b79143fb6 (patch)
tree311d377760eaf19c7bfea00bec5be88185d39aa5 /tools/perf/scripts/python/event_analyzing_sample.py
parentdc42307faea04ea62d994f8a2535ec313d4670ec (diff)
parent4d77cd711d7bd4b50736460e3725b06fa7c050cd (diff)
parent1d697682182957ad6bf38c1ca3fa46cbe3b94e30 (diff)
parentfcdae14b64e9ac27387a17a96f834009a2c1a8e1 (diff)
Merge branches 'acpi-numa', 'acpi-misc' and 'pnp'
Merge and ACPI support update related to NUMA, miscellaneous updates related to ACPI support, and PNP updates for 7.3-rc1: - Remove a node_set() call that is redundant from acpi_parse_memory_affinity() (Sang-Heon Jeon) - Prevent kernel-doc warnings by converting 2 function description comments to kernel-doc format (Randy Dunlap) - Fix docs build error in the ACPI admin-guide documentation (Randy Dunlap) - Replace __get_free_page() with kmalloc() in the code handling ACPI NVS memory during system suspend/resume (Mike Rapoport) - Fix card device cleanup on registration failure in the core PNP code (Yuho Choi) - Dropi an unused assignment of pnp_device_id driver data (Uwe Kleine-König) * acpi-numa: ACPI: NUMA: remove redundant node_set() call * acpi-misc: ACPI: pmtmr: Convert to kernel-doc format docs: ACPI: DSD: motorcomm: fix docs build error ACPI: NVS: replace __get_free_page() with kmalloc() * pnp: PNP: Fix card device cleanup on registration failure PNP: Drop unused assignment of pnp_device_id driver data