Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef4d001d authored by Denis Kirjanov's avatar Denis Kirjanov Committed by Arnaldo Carvalho de Melo
Browse files

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: default avatarDenis Kirjanov <dkirjanov@kernel.org>
[ committer note: those variables are now in struct perf_top, fixed ]
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 9c56dfeb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,8 +46,8 @@ struct perf_top {
	u64		   exact_samples;
	u64		   guest_us_samples, guest_kernel_samples;
	int		   print_entries, count_filter, delay_secs;
	int		   display_weighted, freq, rb_entries;
	int		   sym_counter, target_pid, target_tid;
	int		   display_weighted, freq, rb_entries, sym_counter;
	pid_t		   target_pid, target_tid;
	bool		   hide_kernel_symbols, hide_user_symbols, zero;
	const char	   *cpu_list;
	struct perf_evsel  *sym_evsel;