Symbol: perf_top
tools/perf/builtin-top.c
1013
static int perf_top__start_counters(struct perf_top *top)
tools/perf/builtin-top.c
107
static void perf_top__resize(struct perf_top *top)
tools/perf/builtin-top.c
1090
static struct ordered_events *rotate_queues(struct perf_top *top)
tools/perf/builtin-top.c
1104
struct perf_top *top = arg;
tools/perf/builtin-top.c
113
static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he)
tools/perf/builtin-top.c
1131
static int should_drop(struct ordered_event *qevent, struct perf_top *top)
tools/perf/builtin-top.c
1146
struct perf_top *top = qe->data;
tools/perf/builtin-top.c
1232
static void init_process_thread(struct perf_top *top)
tools/perf/builtin-top.c
1243
static void exit_process_thread(struct perf_top *top)
tools/perf/builtin-top.c
1251
static int __cmd_top(struct perf_top *top)
tools/perf/builtin-top.c
1446
struct perf_top *top = opt->value;
tools/perf/builtin-top.c
1457
struct perf_top top = {
tools/perf/builtin-top.c
199
static void perf_top__record_precise_ip(struct perf_top *top,
tools/perf/builtin-top.c
242
static void perf_top__show_details(struct perf_top *top)
tools/perf/builtin-top.c
282
static void perf_top__resort_hists(struct perf_top *t)
tools/perf/builtin-top.c
321
static void perf_top__print_sym_table(struct perf_top *top)
tools/perf/builtin-top.c
395
static void perf_top__prompt_symbol(struct perf_top *top, const char *msg)
tools/perf/builtin-top.c
437
static void perf_top__print_mapped_keys(struct perf_top *top)
tools/perf/builtin-top.c
469
static int perf_top__key_mapped(struct perf_top *top, int c)
tools/perf/builtin-top.c
493
static bool perf_top__handle_keypress(struct perf_top *top, int c)
tools/perf/builtin-top.c
599
struct perf_top *t = arg;
tools/perf/builtin-top.c
619
struct perf_top *top = arg;
tools/perf/builtin-top.c
680
struct perf_top *top = arg;
tools/perf/builtin-top.c
734
struct perf_top *top = arg;
tools/perf/builtin-top.c
750
struct perf_top *top = container_of(tool, struct perf_top, tool);
tools/perf/builtin-top.c
857
perf_top__process_lost(struct perf_top *top, union perf_event *event,
tools/perf/builtin-top.c
866
perf_top__process_lost_samples(struct perf_top *top,
tools/perf/builtin-top.c
877
static void perf_top__mmap_read_idx(struct perf_top *top, int idx)
tools/perf/builtin-top.c
912
static void perf_top__mmap_read(struct perf_top *top)
tools/perf/builtin-top.c
947
static int perf_top__overwrite_check(struct perf_top *top)
tools/perf/builtin-top.c
97
static void perf_top__update_print_entries(struct perf_top *top)
tools/perf/builtin-top.c
992
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);