summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorFrank Wunderlich <frank-w@public-files.de>2025-07-06 15:22:03 +0200
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>2025-07-07 10:57:03 +0200
commit0cbdb6d04689f8c05074e348c8e0a42b229ef9a3 (patch)
treeb4b0622691f53009dbdb67d5b1ba7febbed3845b /tools/perf/scripts/python/libxed.py
parentbd9e0f5d90959d2d07986084fbd58042b62aa549 (diff)
downloadkernel-0cbdb6d04689f8c05074e348c8e0a42b229ef9a3.tar.gz
arm64: dts: mediatek: mt7988: add cci node
Add cci devicetree node for cpu frequency scaling. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Frank Wunderlich <frank-w@public-files.de> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20250706132213.20412-9-linux@fw-web.de Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
a1:c637e4861c7db8165d0f438db3829e7878c96059 Introduce module parameter acpi.aml_debug_output. With acpi.aml_debug_output set, we can get AML debug object output (Store (AAA, Debug)), even with CONFIG_ACPI_DEBUG cleared. Together with the runtime custom method mechanism, we can debug AML code problems without rebuilding the kernel. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com> ACPI: introduce drivers/acpi/debugfs.c 2010-08-15T03:02:00Z Zhang Rui rui.zhang@intel.com 2010-07-15T02:46:15Z urn:sha1:a25ee9200eef07377e1703697afbb5d81f89e500 Introduce drivers/acpi/debugfs.c. Code for ACPI debugfs I/F, i.e. /sys/kernel/debug/acpi/custom_method, is moved to this file. And make ACPI debugfs always built in, even if CONFIG_ACPI_DEBUG is cleared. BTW:this adds about 400bytes code to ACPI, when CONFIG_ACPI_DEBUG is cleared. [uaccess.h build fix from Andrew Morton <akpm@linux-foundation.org>] Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>