diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-08-09 16:44:27 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-08-09 16:44:27 +0200 |
commit | e710574de10b181c159a67af75af0245de33a4b9 (patch) | |
tree | 292aeb4ab31d7e954c146b8b00829c67501fd0d6 /tools/perf/builtin-lock.c | |
parent | a34668f6beb4ab01e07683276d6a24bab6c175e0 (diff) | |
parent | 9941c96ad869d10f7e34e03990ce450ab8fcb83d (diff) |
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Diffstat (limited to 'tools/perf/builtin-lock.c')
-rw-r--r-- | tools/perf/builtin-lock.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/perf/builtin-lock.c b/tools/perf/builtin-lock.c index 9ac05aafd9b..899080ace26 100644 --- a/tools/perf/builtin-lock.c +++ b/tools/perf/builtin-lock.c @@ -942,10 +942,10 @@ static const char *record_args[] = { "-f", "-m", "1024", "-c", "1", - "-e", "lock:lock_acquire:r", - "-e", "lock:lock_acquired:r", - "-e", "lock:lock_contended:r", - "-e", "lock:lock_release:r", + "-e", "lock:lock_acquire", + "-e", "lock:lock_acquired", + "-e", "lock:lock_contended", + "-e", "lock:lock_release", }; static int __cmd_record(int argc, const char **argv) |