Lines Matching refs:perf_top

95 static void perf_top__update_print_entries(struct perf_top *top)  in perf_top__update_print_entries()
105 static void perf_top__resize(struct perf_top *top) in perf_top__resize()
111 static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he) in perf_top__parse_source()
197 static void perf_top__record_precise_ip(struct perf_top *top, in perf_top__record_precise_ip()
240 static void perf_top__show_details(struct perf_top *top) in perf_top__show_details()
280 static void perf_top__resort_hists(struct perf_top *t) in perf_top__resort_hists()
319 static void perf_top__print_sym_table(struct perf_top *top) in perf_top__print_sym_table()
393 static void perf_top__prompt_symbol(struct perf_top *top, const char *msg) in perf_top__prompt_symbol()
435 static void perf_top__print_mapped_keys(struct perf_top *top) in perf_top__print_mapped_keys()
467 static int perf_top__key_mapped(struct perf_top *top, int c) in perf_top__key_mapped()
491 static bool perf_top__handle_keypress(struct perf_top *top, int c) in perf_top__handle_keypress()
597 struct perf_top *t = arg; in perf_top__sort_new_samples()
617 struct perf_top *top = arg; in display_thread_tui()
677 struct perf_top *top = arg; in display_thread()
731 struct perf_top *top = arg; in hist_iter__top_callback()
749 struct perf_top *top = container_of(tool, struct perf_top, tool); in perf_event__process_sample()
856 perf_top__process_lost(struct perf_top *top, union perf_event *event, in perf_top__process_lost()
865 perf_top__process_lost_samples(struct perf_top *top, in perf_top__process_lost_samples()
876 static void perf_top__mmap_read_idx(struct perf_top *top, int idx) in perf_top__mmap_read_idx()
911 static void perf_top__mmap_read(struct perf_top *top) in perf_top__mmap_read()
946 static int perf_top__overwrite_check(struct perf_top *top) in perf_top__overwrite_check()
991 static int perf_top_overwrite_fallback(struct perf_top *top, in perf_top_overwrite_fallback()
1012 static int perf_top__start_counters(struct perf_top *top) in perf_top__start_counters()
1089 static struct ordered_events *rotate_queues(struct perf_top *top) in rotate_queues()
1103 struct perf_top *top = arg; in process_thread()
1130 static int should_drop(struct ordered_event *qevent, struct perf_top *top) in should_drop()
1145 struct perf_top *top = qe->data; in deliver_event()
1225 static void init_process_thread(struct perf_top *top) in init_process_thread()
1236 static void exit_process_thread(struct perf_top *top) in exit_process_thread()
1244 static int __cmd_top(struct perf_top *top) in __cmd_top()
1424 struct perf_top *top = opt->value; in parse_percent_limit()
1436 struct perf_top top = { in cmd_top()