diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-11-09 05:47:15 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-11-28 07:26:14 -0500 |
commit | 35b9d88ecd8c5fb720ba0dd325262f356d0b03e7 (patch) | |
tree | 536902f734862d5b04a6122c81386fddb19f4bcd /tools/perf/perf.h | |
parent | 0f82ebc452f921590e216b28eee0b41f5e434a48 (diff) |
perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'
So that we can easily start a workload in other tools.
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-zdsksd4aphu0nltg2lpwsw3x@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/perf.h')
-rw-r--r-- | tools/perf/perf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/perf.h b/tools/perf/perf.h index eb6a13881887..32ee6ca8eabd 100644 --- a/tools/perf/perf.h +++ b/tools/perf/perf.h | |||
@@ -193,6 +193,7 @@ struct perf_record_opts { | |||
193 | bool no_delay; | 193 | bool no_delay; |
194 | bool no_inherit; | 194 | bool no_inherit; |
195 | bool no_samples; | 195 | bool no_samples; |
196 | bool pipe_output; | ||
196 | bool raw_samples; | 197 | bool raw_samples; |
197 | bool sample_address; | 198 | bool sample_address; |
198 | bool sample_time; | 199 | bool sample_time; |