summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2024-01-31 00:30:21 -0800
committerDave Jiang <dave.jiang@intel.com>2025-01-02 13:09:12 -0700
commitc8e88de1b44e58cacdef41ea9aaa78fca35f1357 (patch)
tree66f332a05d148ea7de9bb5d1f7dfa14423fa9c21 /tools/perf/scripts/python/bin/stackcollapse-report
parentfc033cf25e612e840e545f8d5ad2edd6ba613ed5 (diff)
downloadkernel-c8e88de1b44e58cacdef41ea9aaa78fca35f1357.tar.gz
ACPI/HMAT: Move HMAT messages to pr_debug()
The HMAT messages printed at boot, beyond being noisy, can also print details for nodes that are not yet enabled. The primary method to consume HMAT details is via sysfs, and the sysfs interface gates what is emitted by whether the node is online or not. Hide the messages by default by moving them from "info" to "debug" log level. Otherwise, these prints are just a pretty-print way to dump the ACPI HMAT table. It has always been the case that post-analysis was required for these messages to map proximity-domains to Linux NUMA nodes, and as Priya points out that analysis also needs to consider whether the proximity domain is marked "enabled" in the SRAT. Reported-by: Priya Autee <priya.v.autee@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Link: https://patch.msgid.link/170668982094.318782.2963631284830500182.stgit@dwillia2-xfh.jf.intel.com Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
:50:21 +0200'>2007-10-16[ALSA] Gallant SC-6000 driverKrzysztof Helt 2007-10-16[ALSA] cs4231-lib: improved waiting after mce_downKrzysztof Helt 2007-10-16[ALSA] ad1848/cs4231: replace commented out debug code with snd-printd{,d}Rene Herman 2007-10-16[ALSA] ad1848: replace HZ calculus with msecs_to_jiffies()Rene Herman 2007-10-16[ALSA] ad1838/cs4231 - fix MCE timeout upon initial loadRene Herman 2007-10-16[ALSA] cs4231-lib: replace common delay loop by functionKrzysztof Helt 2007-10-16[ALSA] ad1848_lib: replace common delay loop by functionKrzysztof Helt 2007-10-16[ALSA] Allow shared IRQ for CS5530 deviceTakashi Iwai 2007-10-16[ALSA] wavefront - Use standard firmware loaderTakashi Iwai 2007-10-16[ALSA] remove incorrect usage of SNDRV_PCM_INFO_SYNC_START and snd_pcm_set_sy...Clemens Ladisch 2007-10-16[ALSA] isa libs Makefiles cleanupKrzysztof Helt 2007-10-16[ALSA] add the ESS1879 pnpbios ID to the es18xx driverRene Herman 2007-10-16[ALSA] Fix bugs in mode change/recalibration for opl3sa2 driverPaul Vojta 2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai