diff options
| author | Li Zefan <[email protected]> | 2010-02-10 15:43:04 +0800 |
|---|---|---|
| committer | Steven Rostedt <[email protected]> | 2010-02-11 14:32:38 -0500 |
| commit | c7c6b1fe9f942c1a30585ec2210a09dfff238506 (patch) | |
| tree | de7780b1b6cff9c8f33c9de1240a0b19bea9aa94 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
| parent | ede55c9d78101fef0d8e620940a5163f14b02f29 (diff) | |
ftrace: Allow to remove a single function from function graph filter
I don't see why we can only clear all functions from the filter.
After patching:
# echo sys_open > set_graph_function
# echo sys_close >> set_graph_function
# cat set_graph_function
sys_open
sys_close
# echo '!sys_close' >> set_graph_function
# cat set_graph_function
sys_open
Signed-off-by: Li Zefan <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions