diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-11-11 12:12:56 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-11-28 07:36:27 -0500 |
commit | ed80f5813fd6ecc6d74250681910a4214f699d4e (patch) | |
tree | 83ca3cfb0742849533de1da4ad66ef4456e1ba64 /tools/perf/perf.h | |
parent | b424eba27160dd19577896d4520b8eebabed919f (diff) |
perf record: Move 'group' to perf_event_ops
Will be used in other tools to share the command line parsing code.
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-8x0yr77r6lrd2t699s499m8n@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 13c42f34e8b3..ea804f5a8cc2 100644 --- a/tools/perf/perf.h +++ b/tools/perf/perf.h | |||
@@ -189,6 +189,7 @@ struct perf_record_opts { | |||
189 | pid_t target_pid; | 189 | pid_t target_pid; |
190 | pid_t target_tid; | 190 | pid_t target_tid; |
191 | bool call_graph; | 191 | bool call_graph; |
192 | bool group; | ||
192 | bool inherit_stat; | 193 | bool inherit_stat; |
193 | bool no_delay; | 194 | bool no_delay; |
194 | bool no_inherit; | 195 | bool no_inherit; |