diff options
Diffstat (limited to 'tools/perf/util/top.h')
-rw-r--r-- | tools/perf/util/top.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/perf/util/top.h b/tools/perf/util/top.h index 96d1cb78af01..bfbf95bcc603 100644 --- a/tools/perf/util/top.h +++ b/tools/perf/util/top.h | |||
@@ -16,8 +16,6 @@ struct sym_entry { | |||
16 | struct list_head node; | 16 | struct list_head node; |
17 | unsigned long snap_count; | 17 | unsigned long snap_count; |
18 | double weight; | 18 | double weight; |
19 | int skip; | ||
20 | u8 origin; | ||
21 | struct map *map; | 19 | struct map *map; |
22 | unsigned long count[0]; | 20 | unsigned long count[0]; |
23 | }; | 21 | }; |
@@ -41,7 +39,7 @@ struct perf_top { | |||
41 | u64 exact_samples; | 39 | u64 exact_samples; |
42 | u64 guest_us_samples, guest_kernel_samples; | 40 | u64 guest_us_samples, guest_kernel_samples; |
43 | int print_entries, count_filter, delay_secs; | 41 | int print_entries, count_filter, delay_secs; |
44 | int display_weighted, freq, rb_entries, sym_counter; | 42 | int display_weighted, freq, rb_entries; |
45 | pid_t target_pid, target_tid; | 43 | pid_t target_pid, target_tid; |
46 | bool hide_kernel_symbols, hide_user_symbols, zero; | 44 | bool hide_kernel_symbols, hide_user_symbols, zero; |
47 | const char *cpu_list; | 45 | const char *cpu_list; |