Searched refs:ui_progress (Results 1 – 9 of 9) sorted by relevance
/tools/perf/ui/ |
D | progress.h | 8 struct ui_progress { struct 13 void ui_progress__init(struct ui_progress *p, u64 total, const char *title); argument 14 void ui_progress__update(struct ui_progress *p, u64 adv); 17 void (*update)(struct ui_progress *p);
|
D | progress.c | 4 static void null_progress__update(struct ui_progress *p __maybe_unused) in null_progress__update() 15 void ui_progress__update(struct ui_progress *p, u64 adv) in ui_progress__update() 25 void ui_progress__init(struct ui_progress *p, u64 total, const char *title) in ui_progress__init()
|
/tools/perf/ui/tui/ |
D | progress.c | 8 static void tui_progress__update(struct ui_progress *p) in tui_progress__update()
|
/tools/perf/ui/gtk/ |
D | progress.c | 10 static void gtk_ui_progress__update(struct ui_progress *p) in gtk_ui_progress__update()
|
/tools/perf/util/ |
D | hist.h | 158 void perf_evsel__output_resort(struct perf_evsel *evsel, struct ui_progress *prog); 159 void hists__output_resort(struct hists *hists, struct ui_progress *prog); 160 void hists__output_resort_cb(struct hists *hists, struct ui_progress *prog, 162 int hists__collapse_resort(struct hists *hists, struct ui_progress *prog);
|
D | ordered-events.c | 193 struct ui_progress prog; in __ordered_events__flush()
|
D | hist.c | 1447 int hists__collapse_resort(struct hists *hists, struct ui_progress *prog) in hists__collapse_resort() 1589 struct ui_progress *prog, in hists__hierarchy_output_resort() 1685 static void output_resort(struct hists *hists, struct ui_progress *prog, in output_resort() 1739 void perf_evsel__output_resort(struct perf_evsel *evsel, struct ui_progress *prog) in perf_evsel__output_resort() 1751 void hists__output_resort(struct hists *hists, struct ui_progress *prog) in hists__output_resort() 1756 void hists__output_resort_cb(struct hists *hists, struct ui_progress *prog, in hists__output_resort_cb()
|
D | session.c | 1771 struct ui_progress prog; in __perf_session__process_events()
|
/tools/perf/ |
D | builtin-report.c | 479 struct ui_progress prog; in report__collapse_hists() 513 struct ui_progress prog; in report__output_resort()
|