aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorSinan Kaya <[email protected]>2018-08-02 23:09:41 -0700
committerThomas Gleixner <[email protected]>2018-08-03 12:19:08 +0200
commit1b6266ebe3da8198e9a02fbad77bbb56e2f7ce2e (patch)
tree9b2477fceaa1883b29a539f7f6d3067ea1fcac47 /tools/perf/scripts/python/export-to-sqlite.py
parentb80a2bfce85e1051056d98d04ecb2d0b55cbbc1c (diff)
watchdog: Reduce message verbosity
Code is emitting the following error message during boot on systems without PMU hardware support while probing NMI capability. NMI watchdog: Perf event create on CPU 0 failed with -2 This error is emitted as the perf subsystem returns -ENOENT due to lack of PMUs in the system. It is followed by the warning that NMI watchdog is disabled: NMI watchdog: Perf NMI watchdog permanently disabled While NMI disabled information is useful for ordinary users, seeing a PERF event create failed with error code -2 is not. Reduce the message severity to debug so that if debugging is still possible in case the error code returned by perf is required for analysis. Signed-off-by: Sinan Kaya <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Don Zickus <[email protected]> Cc: Kate Stewart <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Colin Ian King <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599368 Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions