diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-03-11 08:11:48 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-03-11 11:28:45 -0500 |
commit | ec52d9765a0f3603c62b4238482bf38897e4d42f (patch) | |
tree | a836047186077efda945d63bdd11aabccfd941b5 /tools/perf/util/top.h | |
parent | 137ee20ddd10fdc20600c389fe63edab0c39cb1a (diff) |
perf top: Remove redundant perf_top->sym_counter
We can get that counter index from perf_top->sym_evsel->idx instead.
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <new-submission>
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, 1 insertions, 1 deletions
diff --git a/tools/perf/util/top.h b/tools/perf/util/top.h index 96d1cb78af01..96a78312c719 100644 --- a/tools/perf/util/top.h +++ b/tools/perf/util/top.h | |||
@@ -41,7 +41,7 @@ struct perf_top { | |||
41 | u64 exact_samples; | 41 | u64 exact_samples; |
42 | u64 guest_us_samples, guest_kernel_samples; | 42 | u64 guest_us_samples, guest_kernel_samples; |
43 | int print_entries, count_filter, delay_secs; | 43 | int print_entries, count_filter, delay_secs; |
44 | int display_weighted, freq, rb_entries, sym_counter; | 44 | int display_weighted, freq, rb_entries; |
45 | pid_t target_pid, target_tid; | 45 | pid_t target_pid, target_tid; |
46 | bool hide_kernel_symbols, hide_user_symbols, zero; | 46 | bool hide_kernel_symbols, hide_user_symbols, zero; |
47 | const char *cpu_list; | 47 | const char *cpu_list; |