diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-12-13 11:13:07 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-01-24 14:40:08 -0500 |
commit | 594ac61ad3be9c80c738a9fe3bb95c05d8d1bae1 (patch) | |
tree | 3fb2c1395bafd1799e34443d58adef6c4b65c7fe /tools/perf/util/top.h | |
parent | ce90e3856ba55af4d3d9c9c1168cc624607f6c7c (diff) |
perf evsel: Do missing feature fallbacks in just one place
Instead of doing it in stat, top, record or any other tool that opens
event descriptors.
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@gmail.com>
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-vr8hzph83d5t2mdlkf565h84@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/top.h')
-rw-r--r-- | tools/perf/util/top.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/util/top.h b/tools/perf/util/top.h index 927c229c2d9a..7ebf357dc9e1 100644 --- a/tools/perf/util/top.h +++ b/tools/perf/util/top.h | |||
@@ -29,8 +29,6 @@ struct perf_top { | |||
29 | bool sort_has_symbols; | 29 | bool sort_has_symbols; |
30 | bool kptr_restrict_warned; | 30 | bool kptr_restrict_warned; |
31 | bool vmlinux_warned; | 31 | bool vmlinux_warned; |
32 | bool sample_id_all_missing; | ||
33 | bool exclude_guest_missing; | ||
34 | bool dump_symtab; | 32 | bool dump_symtab; |
35 | struct hist_entry *sym_filter_entry; | 33 | struct hist_entry *sym_filter_entry; |
36 | struct perf_evsel *sym_evsel; | 34 | struct perf_evsel *sym_evsel; |