Lines Matching refs:perf_top
76 static void perf_top__update_print_entries(struct perf_top *top) in perf_top__update_print_entries()
84 struct perf_top *top = arg; in perf_top__sig_winch()
90 static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he) in perf_top__parse_source()
173 static void perf_top__record_precise_ip(struct perf_top *top, in perf_top__record_precise_ip()
209 static void perf_top__show_details(struct perf_top *top) in perf_top__show_details()
260 static void perf_top__print_sym_table(struct perf_top *top) in perf_top__print_sym_table()
338 static void perf_top__prompt_symbol(struct perf_top *top, const char *msg) in perf_top__prompt_symbol()
379 static void perf_top__print_mapped_keys(struct perf_top *top) in perf_top__print_mapped_keys()
411 static int perf_top__key_mapped(struct perf_top *top, int c) in perf_top__key_mapped()
435 static bool perf_top__handle_keypress(struct perf_top *top, int c) in perf_top__handle_keypress()
550 struct perf_top *t = arg; in perf_top__sort_new_samples()
566 struct perf_top *top = arg; in display_thread_tui()
595 struct perf_top *top = arg; in display_thread()
690 struct perf_top *top = container_of(tool, struct perf_top, tool); in perf_event__process_sample()
799 static void perf_top__mmap_read_idx(struct perf_top *top, int idx) in perf_top__mmap_read_idx()
867 static void perf_top__mmap_read(struct perf_top *top) in perf_top__mmap_read()
875 static int perf_top__start_counters(struct perf_top *top) in perf_top__start_counters()
913 static int perf_top__setup_sample_type(struct perf_top *top __maybe_unused) in perf_top__setup_sample_type()
930 static int __cmd_top(struct perf_top *top) in __cmd_top()
1038 struct perf_top *top = opt->value; in parse_percent_limit()
1048 struct perf_top top = { in cmd_top()