perf_top           91 tools/perf/builtin-top.c static void perf_top__update_print_entries(struct perf_top *top)
perf_top          101 tools/perf/builtin-top.c static void perf_top__resize(struct perf_top *top)
perf_top          107 tools/perf/builtin-top.c static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he)
perf_top          191 tools/perf/builtin-top.c static void perf_top__record_precise_ip(struct perf_top *top,
perf_top          233 tools/perf/builtin-top.c static void perf_top__show_details(struct perf_top *top)
perf_top          273 tools/perf/builtin-top.c static void perf_top__resort_hists(struct perf_top *t)
perf_top          313 tools/perf/builtin-top.c static void perf_top__print_sym_table(struct perf_top *top)
perf_top          387 tools/perf/builtin-top.c static void perf_top__prompt_symbol(struct perf_top *top, const char *msg)
perf_top          429 tools/perf/builtin-top.c static void perf_top__print_mapped_keys(struct perf_top *top)
perf_top          461 tools/perf/builtin-top.c static int perf_top__key_mapped(struct perf_top *top, int c)
perf_top          485 tools/perf/builtin-top.c static bool perf_top__handle_keypress(struct perf_top *top, int c)
perf_top          591 tools/perf/builtin-top.c 	struct perf_top *t = arg;
perf_top          611 tools/perf/builtin-top.c 	struct perf_top *top = arg;
perf_top          668 tools/perf/builtin-top.c 	struct perf_top *top = arg;
perf_top          719 tools/perf/builtin-top.c 	struct perf_top *top = arg;
perf_top          737 tools/perf/builtin-top.c 	struct perf_top *top = container_of(tool, struct perf_top, tool);
perf_top          840 tools/perf/builtin-top.c perf_top__process_lost(struct perf_top *top, union perf_event *event,
perf_top          851 tools/perf/builtin-top.c perf_top__process_lost_samples(struct perf_top *top,
perf_top          864 tools/perf/builtin-top.c static void perf_top__mmap_read_idx(struct perf_top *top, int idx)
perf_top          899 tools/perf/builtin-top.c static void perf_top__mmap_read(struct perf_top *top)
perf_top          934 tools/perf/builtin-top.c static int perf_top__overwrite_check(struct perf_top *top)
perf_top          979 tools/perf/builtin-top.c static int perf_top_overwrite_fallback(struct perf_top *top,
perf_top         1000 tools/perf/builtin-top.c static int perf_top__start_counters(struct perf_top *top)
perf_top         1071 tools/perf/builtin-top.c static struct ordered_events *rotate_queues(struct perf_top *top)
perf_top         1085 tools/perf/builtin-top.c 	struct perf_top *top = arg;
perf_top         1112 tools/perf/builtin-top.c static int should_drop(struct ordered_event *qevent, struct perf_top *top)
perf_top         1127 tools/perf/builtin-top.c 	struct perf_top *top = qe->data;
perf_top         1207 tools/perf/builtin-top.c static void init_process_thread(struct perf_top *top)
perf_top         1218 tools/perf/builtin-top.c static int __cmd_top(struct perf_top *top)
perf_top         1383 tools/perf/builtin-top.c 	struct perf_top *top = opt->value;
perf_top         1395 tools/perf/builtin-top.c 	struct perf_top top = {
perf_top         2239 tools/perf/ui/browsers/hists.c 		struct perf_top *top = hbt->arg;
perf_top         3005 tools/perf/ui/browsers/hists.c 				struct perf_top *top = hbt->arg;
perf_top         3078 tools/perf/ui/browsers/hists.c 				struct perf_top *top = hbt->arg;
perf_top           23 tools/perf/util/top.c size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size)
perf_top          113 tools/perf/util/top.c void perf_top__reset_sample_counters(struct perf_top *top)
perf_top           59 tools/perf/util/top.h size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size);
perf_top           60 tools/perf/util/top.h void perf_top__reset_sample_counters(struct perf_top *top);