Symbol: perf_top
tools/perf/builtin-top.c
1014
static int perf_top__start_counters(struct perf_top *top)
tools/perf/builtin-top.c
106
static void perf_top__resize(struct perf_top *top)
tools/perf/builtin-top.c
1091
static struct ordered_events *rotate_queues(struct perf_top *top)
tools/perf/builtin-top.c
1105
struct perf_top *top = arg;
tools/perf/builtin-top.c
112
static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he)
tools/perf/builtin-top.c
1132
static int should_drop(struct ordered_event *qevent, struct perf_top *top)
tools/perf/builtin-top.c
1147
struct perf_top *top = qe->data;
tools/perf/builtin-top.c
1231
static void init_process_thread(struct perf_top *top)
tools/perf/builtin-top.c
1242
static void exit_process_thread(struct perf_top *top)
tools/perf/builtin-top.c
1250
static int __cmd_top(struct perf_top *top)
tools/perf/builtin-top.c
1434
struct perf_top *top = opt->value;
tools/perf/builtin-top.c
1446
struct perf_top top = {
tools/perf/builtin-top.c
198
static void perf_top__record_precise_ip(struct perf_top *top,
tools/perf/builtin-top.c
241
static void perf_top__show_details(struct perf_top *top)
tools/perf/builtin-top.c
281
static void perf_top__resort_hists(struct perf_top *t)
tools/perf/builtin-top.c
320
static void perf_top__print_sym_table(struct perf_top *top)
tools/perf/builtin-top.c
394
static void perf_top__prompt_symbol(struct perf_top *top, const char *msg)
tools/perf/builtin-top.c
436
static void perf_top__print_mapped_keys(struct perf_top *top)
tools/perf/builtin-top.c
468
static int perf_top__key_mapped(struct perf_top *top, int c)
tools/perf/builtin-top.c
492
static bool perf_top__handle_keypress(struct perf_top *top, int c)
tools/perf/builtin-top.c
598
struct perf_top *t = arg;
tools/perf/builtin-top.c
618
struct perf_top *top = arg;
tools/perf/builtin-top.c
679
struct perf_top *top = arg;
tools/perf/builtin-top.c
733
struct perf_top *top = arg;
tools/perf/builtin-top.c
751
struct perf_top *top = container_of(tool, struct perf_top, tool);
tools/perf/builtin-top.c
858
perf_top__process_lost(struct perf_top *top, union perf_event *event,
tools/perf/builtin-top.c
867
perf_top__process_lost_samples(struct perf_top *top,
tools/perf/builtin-top.c
878
static void perf_top__mmap_read_idx(struct perf_top *top, int idx)
tools/perf/builtin-top.c
913
static void perf_top__mmap_read(struct perf_top *top)
tools/perf/builtin-top.c
948
static int perf_top__overwrite_check(struct perf_top *top)
tools/perf/builtin-top.c
96
static void perf_top__update_print_entries(struct perf_top *top)
tools/perf/builtin-top.c
993
static int perf_top_overwrite_fallback(struct perf_top *top,
tools/perf/ui/browsers/hists.c
2339
struct perf_top *top = hbt->arg;
tools/perf/ui/browsers/hists.c
3244
struct perf_top *top = hbt->arg;
tools/perf/ui/browsers/hists.c
3317
struct perf_top *top = hbt->arg;
tools/perf/util/top.c
114
void perf_top__reset_sample_counters(struct perf_top *top)
tools/perf/util/top.c
23
size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size)
tools/perf/util/top.h
64
size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size);
tools/perf/util/top.h
65
void perf_top__reset_sample_counters(struct perf_top *top);