Searched refs:ui_progress (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/tools/perf/ui/ |
H A D | progress.h | 9 struct ui_progress { struct 15 void __ui_progress__init(struct ui_progress *p, u64 total, argument 24 void ui_progress__update(struct ui_progress *p, u64 adv); 27 void (*init)(struct ui_progress *p); 28 void (*update)(struct ui_progress *p);
|
H A D | progress.c | 5 static void null_progress__update(struct ui_progress *p __maybe_unused) in null_progress__update() 16 void ui_progress__update(struct ui_progress *p, u64 adv) in ui_progress__update() 30 void __ui_progress__init(struct ui_progress *p, u64 total, in __ui_progress__init()
|
/openbmc/linux/tools/perf/ui/tui/ |
H A D | progress.c | 10 static void __tui_progress__init(struct ui_progress *p) in __tui_progress__init() 15 static int get_title(struct ui_progress *p, char *buf, size_t size) in get_title() 28 static void tui_progress__update(struct ui_progress *p) in tui_progress__update()
|
/openbmc/linux/tools/perf/util/ |
H A D | hist.h | 22 struct ui_progress; 190 void evsel__output_resort_cb(struct evsel *evsel, struct ui_progress *prog, 192 void evsel__output_resort(struct evsel *evsel, struct ui_progress *prog); 193 void hists__output_resort(struct hists *hists, struct ui_progress *prog); 194 void hists__output_resort_cb(struct hists *hists, struct ui_progress *prog, 196 int hists__collapse_resort(struct hists *hists, struct ui_progress *prog);
|
H A D | hist.c | 1681 int hists__collapse_resort(struct hists *hists, struct ui_progress *prog) in hists__collapse_resort() 1826 struct ui_progress *prog, in hists__hierarchy_output_resort() 1925 static void output_resort(struct hists *hists, struct ui_progress *prog, in output_resort() 1980 void evsel__output_resort_cb(struct evsel *evsel, struct ui_progress *prog, in evsel__output_resort_cb() 1995 void evsel__output_resort(struct evsel *evsel, struct ui_progress *prog) in evsel__output_resort() 2000 void hists__output_resort(struct hists *hists, struct ui_progress *prog) in hists__output_resort() 2005 void hists__output_resort_cb(struct hists *hists, struct ui_progress *prog, in hists__output_resort_cb()
|
H A D | ordered-events.c | 230 struct ui_progress prog; in do_flush()
|
H A D | session.c | 2353 struct ui_progress *prog) in reader__read_event() 2406 struct ui_progress *prog) in reader__process_events() 2459 struct ui_progress prog; in __perf_session__process_events() 2512 struct ui_progress prog; in __perf_session__process_dir_events()
|
/openbmc/linux/tools/perf/ui/gtk/ |
H A D | progress.c | 10 static void gtk_ui_progress__update(struct ui_progress *p) in gtk_ui_progress__update()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-report.c | 692 struct ui_progress prog; in report__collapse_hists() 739 struct ui_progress prog; in report__output_resort()
|
H A D | builtin-kvm.c | 1065 struct ui_progress prog; in sort_result()
|
H A D | builtin-c2c.c | 3013 struct ui_progress prog; in perf_c2c__report()
|