Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262746
b: refs/heads/master
c: cf8dc9f
h: refs/heads/master
v: v3
  • Loading branch information
Zhu Yanhai authored and Arnaldo Carvalho de Melo committed Aug 8, 2011
1 parent 6fcd296 commit 01029c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce27a443d17dccf613079a7147cf0d220bc4ec82
refs/heads/master: cf8dc9ff29b55955197ae6f628b19f7f41f6e582
8 changes: 4 additions & 4 deletions trunk/tools/perf/builtin-lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 01029c1

Please sign in to comment.