Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288633
b: refs/heads/master
c: cfeb1d9
h: refs/heads/master
i:
  288631: 5d7dba4
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Jan 30, 2012
1 parent 7876990 commit 72c7d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d30d4a080d195892091ad7d014fc9293cc08ea0f
refs/heads/master: cfeb1d90a1b1db96383b48888cb7a5f10ca12e12
2 changes: 1 addition & 1 deletion trunk/tools/perf/python/twatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def main():
cpus = perf.cpu_map()
threads = perf.thread_map()
evsel = perf.evsel(task = 1, comm = 1, mmap = 0,
wakeup_events = 1, sample_period = 1,
wakeup_events = 1, watermark = 1,
sample_id_all = 1,
sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU | perf.SAMPLE_TID)
evsel.open(cpus = cpus, threads = threads);
Expand Down

0 comments on commit 72c7d70

Please sign in to comment.