diff options
| author | Ingo Molnar <mingo@elte.hu> | 2012-01-31 13:05:08 +0100 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2012-01-31 13:05:08 +0100 |
| commit | 623ec991ce0e8cd5791bad656c162fa837635907 (patch) | |
| tree | b52722c85b8fec8851f31dac6ae3a16906a98bd5 /tools/perf/python | |
| parent | bb1693f89ae7f0b30c90d9b26a4f827faed1144a (diff) | |
| parent | cfeb1d90a1b1db96383b48888cb7a5f10ca12e12 (diff) | |
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
perf/core fixes and improvements: perf script improvements and minor fixes.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/python')
| -rwxr-xr-x | tools/perf/python/twatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/python/twatch.py b/tools/perf/python/twatch.py index df638c438a9f..b11cca584238 100755 --- a/tools/perf/python/twatch.py +++ b/tools/perf/python/twatch.py @@ -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); |
