summaryrefslogtreecommitdiffstats
path: root/kernel/time
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2011-12-19 14:44:09 -0500
committerSteven Rostedt <rostedt@goodmis.org>2011-12-21 07:25:57 -0500
commitd2d45c7a03a2b1a14159cbb665e9dd60991a7d4f (patch)
tree3a4e1d9b928bc213b05eb3d4a93d46d2205a11a9 /kernel/time
parent69a3083c4a7df0322d97bb2b43a33cb12af8131a (diff)
downloadlinux-d2d45c7a03a2b1a14159cbb665e9dd60991a7d4f.tar.gz
linux-d2d45c7a03a2b1a14159cbb665e9dd60991a7d4f.tar.bz2
linux-d2d45c7a03a2b1a14159cbb665e9dd60991a7d4f.zip
tracing: Have stack_tracer use a separate list of functions
The stack_tracer is used to look at every function and check if the current stack is bigger than the last recorded max stack size. When a new max is found, then it saves that stack off. Currently the stack tracer is limited by the global_ops of the function tracer. As the stack tracer has nothing to do with the ftrace function tracer, except that it uses it as its internal engine, the stack tracer should have its own list. A new file is added to the tracing debugfs directory called: stack_trace_filter that can be used to select which functions you want to check the stack on. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'kernel/time')
0 files changed, 0 insertions, 0 deletions