aboutsummaryrefslogtreecommitdiffstats
path: root/lib/string.c
diff options
context:
space:
mode:
authorLi Zefan <[email protected]>2010-01-14 02:53:21 +0000
committerSteven Rostedt <[email protected]>2010-01-15 03:38:05 +0000
commit285caad415f459f336247932b4db95a571357a02 (patch)
treeb4372c5336dee9919f26c61a4808ef08993a43a6 /lib/string.c
parentftrace: Fix MATCH_END_ONLY function filter (diff)
downloadkernel-285caad415f459f336247932b4db95a571357a02.tar.gz
kernel-285caad415f459f336247932b4db95a571357a02.zip
tracing/filters: Fix MATCH_FRONT_ONLY filter matching
MATCH_FRONT_ONLY actually is a full matching: # ./perf record -R -f -a -e lock:lock_acquire \ --filter 'name ~rcu_*' sleep 1 # ./perf trace (no output) We should pass the length of the pattern string to strncmp(). Signed-off-by: Li Zefan <[email protected]> LKML-Reference: <[email protected]> Acked-by: Frederic Weisbecker <[email protected]> Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'lib/string.c')
0 files changed, 0 insertions, 0 deletions