aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <linux@treblig.org>2022-03-22 14:48:04 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-03-22 15:57:11 -0700
commit597da28e1abb4ad9f7255cbb57354158fd853e19 (patch)
tree10c27024b1adce617f722479535425eff7c5ec26 /tools/perf/scripts/python/stackcollapse.py
parentmm/highmem: remove unnecessary done label (diff)
downloadlinux-597da28e1abb4ad9f7255cbb57354158fd853e19.tar.gz
linux-597da28e1abb4ad9f7255cbb57354158fd853e19.zip
mm/page_table_check.c: use strtobool for param parsing
Use strtobool rather than open coding "on" and "off" parsing. Link: https://lkml.kernel.org/r/20220227181038.126926-1-linux@treblig.org Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
8 15:29:48 -0400'>2011-05-18ftrace: Add ops parameter to ftrace_startup/shutdown functionsSteven Rostedt1-14/+14 2011-05-18ftrace: Add enabled_functions fileSteven Rostedt1-2/+49 2011-05-18ftrace: Use counters to enable functions to traceSteven Rostedt2-18/+148 2011-05-18ftrace: Separate hash allocation and assignmentSteven Rostedt1-42/+233 2011-05-18ftrace: Create a global_ops to hold the filter and notrace hashesSteven Rostedt2-21/+54 2011-05-18ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt2-84/+70 2011-05-18ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt2-27/+150