Lines Matching refs:perf_top

84 static void perf_top__update_print_entries(struct perf_top *top)  in perf_top__update_print_entries()
94 static void perf_top__resize(struct perf_top *top) in perf_top__resize()
100 static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he) in perf_top__parse_source()
182 static void perf_top__record_precise_ip(struct perf_top *top, in perf_top__record_precise_ip()
224 static void perf_top__show_details(struct perf_top *top) in perf_top__show_details()
262 static void perf_top__print_sym_table(struct perf_top *top) in perf_top__print_sym_table()
348 static void perf_top__prompt_symbol(struct perf_top *top, const char *msg) in perf_top__prompt_symbol()
390 static void perf_top__print_mapped_keys(struct perf_top *top) in perf_top__print_mapped_keys()
422 static int perf_top__key_mapped(struct perf_top *top, int c) in perf_top__key_mapped()
446 static bool perf_top__handle_keypress(struct perf_top *top, int c) in perf_top__handle_keypress()
552 struct perf_top *t = arg; in perf_top__sort_new_samples()
579 struct perf_top *top = arg; in display_thread_tui()
634 struct perf_top *top = arg; in display_thread()
683 struct perf_top *top = arg; in hist_iter__top_callback()
701 struct perf_top *top = container_of(tool, struct perf_top, tool); in perf_event__process_sample()
803 static void perf_top__mmap_read_idx(struct perf_top *top, int idx) in perf_top__mmap_read_idx()
880 static void perf_top__mmap_read(struct perf_top *top) in perf_top__mmap_read()
924 static int perf_top__overwrite_check(struct perf_top *top) in perf_top__overwrite_check()
969 static int perf_top_overwrite_fallback(struct perf_top *top, in perf_top_overwrite_fallback()
990 static int perf_top__start_counters(struct perf_top *top) in perf_top__start_counters()
1066 static int __cmd_top(struct perf_top *top) in __cmd_top()
1236 struct perf_top *top = opt->value; in parse_percent_limit()
1248 struct perf_top top = { in cmd_top()