Symbol: ui_progress
tools/perf/builtin-annotate.c
584
struct ui_progress prog;
tools/perf/builtin-annotate.c
630
struct ui_progress prog;
tools/perf/builtin-c2c.c
3110
struct ui_progress prog;
tools/perf/builtin-kvm.c
1006
struct ui_progress prog;
tools/perf/builtin-report.c
707
struct ui_progress prog;
tools/perf/builtin-report.c
767
struct ui_progress prog;
tools/perf/ui/gtk/progress.c
10
static void gtk_ui_progress__update(struct ui_progress *p)
tools/perf/ui/progress.c
16
void ui_progress__update(struct ui_progress *p, u64 adv)
tools/perf/ui/progress.c
30
void __ui_progress__init(struct ui_progress *p, u64 total,
tools/perf/ui/progress.c
5
static void null_progress__update(struct ui_progress *p __maybe_unused)
tools/perf/ui/progress.h
15
void __ui_progress__init(struct ui_progress *p, u64 total,
tools/perf/ui/progress.h
24
void ui_progress__update(struct ui_progress *p, u64 adv);
tools/perf/ui/progress.h
27
void (*init)(struct ui_progress *p);
tools/perf/ui/progress.h
28
void (*update)(struct ui_progress *p);
tools/perf/ui/tui/progress.c
10
static void __tui_progress__init(struct ui_progress *p)
tools/perf/ui/tui/progress.c
15
static int get_title(struct ui_progress *p, char *buf, size_t size)
tools/perf/ui/tui/progress.c
28
static void tui_progress__update(struct ui_progress *p)
tools/perf/util/hist.c
1829
int hists__collapse_resort(struct hists *hists, struct ui_progress *prog)
tools/perf/util/hist.c
1965
struct ui_progress *prog,
tools/perf/util/hist.c
2064
static void output_resort(struct hists *hists, struct ui_progress *prog,
tools/perf/util/hist.c
2119
void evsel__output_resort_cb(struct evsel *evsel, struct ui_progress *prog,
tools/perf/util/hist.c
2134
void evsel__output_resort(struct evsel *evsel, struct ui_progress *prog)
tools/perf/util/hist.c
2139
void hists__output_resort(struct hists *hists, struct ui_progress *prog)
tools/perf/util/hist.c
2144
void hists__output_resort_cb(struct hists *hists, struct ui_progress *prog,
tools/perf/util/hist.h
24
struct ui_progress;
tools/perf/util/hist.h
384
void evsel__output_resort_cb(struct evsel *evsel, struct ui_progress *prog,
tools/perf/util/hist.h
386
void evsel__output_resort(struct evsel *evsel, struct ui_progress *prog);
tools/perf/util/hist.h
387
void hists__output_resort(struct hists *hists, struct ui_progress *prog);
tools/perf/util/hist.h
388
void hists__output_resort_cb(struct hists *hists, struct ui_progress *prog,
tools/perf/util/hist.h
390
int hists__collapse_resort(struct hists *hists, struct ui_progress *prog);
tools/perf/util/ordered-events.c
230
struct ui_progress prog;
tools/perf/util/session.c
3109
struct ui_progress prog;
tools/perf/util/session.c
3459
struct ui_progress *prog)
tools/perf/util/session.c
3514
struct ui_progress *prog)
tools/perf/util/session.c
3567
struct ui_progress prog;
tools/perf/util/session.c
3621
struct ui_progress prog;