diff options
| author | Denis Kirjanov <dkirjanov@kernel.org> | 2011-02-05 15:39:38 -0500 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-02-07 06:10:15 -0500 |
| commit | ef4d001d79ac4bab6c2d81e9986a42059f877ec3 (patch) | |
| tree | ebf7dec93f6650f26e981b20fc14fa0f5fa547b7 | |
| parent | 9c56dfeb784a586713f467e2028a127a2a58a238 (diff) | |
perf top: Use pid_t for target_{pid|tid}
Use pid_t data type for target_{pid|tid} vars.
Cc: Ingo Molnar <mingo@elte.hu>
LKML-Reference: <20110205203938.GA15328@hera.kernel.org>
Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>
[ committer note: those variables are now in struct perf_top, fixed ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
| -rw-r--r-- | tools/perf/util/top.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/top.h b/tools/perf/util/top.h index fe44afb69985..62e32939f3d1 100644 --- a/tools/perf/util/top.h +++ b/tools/perf/util/top.h | |||
| @@ -46,8 +46,8 @@ struct perf_top { | |||
| 46 | u64 exact_samples; | 46 | u64 exact_samples; |
| 47 | u64 guest_us_samples, guest_kernel_samples; | 47 | u64 guest_us_samples, guest_kernel_samples; |
| 48 | int print_entries, count_filter, delay_secs; | 48 | int print_entries, count_filter, delay_secs; |
| 49 | int display_weighted, freq, rb_entries; | 49 | int display_weighted, freq, rb_entries, sym_counter; |
| 50 | int sym_counter, target_pid, target_tid; | 50 | pid_t target_pid, target_tid; |
| 51 | bool hide_kernel_symbols, hide_user_symbols, zero; | 51 | bool hide_kernel_symbols, hide_user_symbols, zero; |
| 52 | const char *cpu_list; | 52 | const char *cpu_list; |
| 53 | struct perf_evsel *sym_evsel; | 53 | struct perf_evsel *sym_evsel; |
