aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorWaiman Long <[email protected]>2024-03-07 14:05:48 -0500
committerAndrew Morton <[email protected]>2024-04-25 20:56:05 -0700
commitc8d36bc2df89dbb7f27cc560a0c5252a6dd16c10 (patch)
tree12e747a23438210a73d178274f2f552452e8a5e5 /tools/perf/scripts/python/bin/stackcollapse-report
parentb04da042208dc0de0de084a2a478d38ee0e51cce (diff)
mm/kmemleak: disable KASAN instrumentation in kmemleak
Kmemleak ia a memory leak checker. KASAN is also a memory checker but it focuses more on finding out-of-bounds and use-after-free bugs. Since kmemleak is inherently slow especially on systems with large number of CPUs, adding KASAN instrumentation will make it slower even more. As kmemleak is not for production use, the utility of enabling KASAN there is questionable. This patch disables KASAN instrumentation for configurations that enable both of them to slightly reduce performance overhead. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Waiman Long <[email protected]> Acked-by: Catalin Marinas <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions