Home
last modified time | relevance | path

Searched refs:ui_progress (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/tools/perf/ui/
Dprogress.h9 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);
Dprogress.c5 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()
/Linux-v6.1/tools/perf/ui/tui/
Dprogress.c10 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()
/Linux-v6.1/tools/perf/util/
Dhist.h21 struct ui_progress;
186 void evsel__output_resort_cb(struct evsel *evsel, struct ui_progress *prog,
188 void evsel__output_resort(struct evsel *evsel, struct ui_progress *prog);
189 void hists__output_resort(struct hists *hists, struct ui_progress *prog);
190 void hists__output_resort_cb(struct hists *hists, struct ui_progress *prog,
192 int hists__collapse_resort(struct hists *hists, struct ui_progress *prog);
Dhist.c1645 int hists__collapse_resort(struct hists *hists, struct ui_progress *prog) in hists__collapse_resort()
1790 struct ui_progress *prog, in hists__hierarchy_output_resort()
1889 static void output_resort(struct hists *hists, struct ui_progress *prog, in output_resort()
1944 void evsel__output_resort_cb(struct evsel *evsel, struct ui_progress *prog, in evsel__output_resort_cb()
1959 void evsel__output_resort(struct evsel *evsel, struct ui_progress *prog) in evsel__output_resort()
1964 void hists__output_resort(struct hists *hists, struct ui_progress *prog) in hists__output_resort()
1969 void hists__output_resort_cb(struct hists *hists, struct ui_progress *prog, in hists__output_resort_cb()
Dordered-events.c230 struct ui_progress prog; in do_flush()
Dsession.c2341 struct ui_progress *prog) in reader__read_event()
2394 struct ui_progress *prog) in reader__process_events()
2447 struct ui_progress prog; in __perf_session__process_events()
2500 struct ui_progress prog; in __perf_session__process_dir_events()
/Linux-v6.1/tools/perf/ui/gtk/
Dprogress.c10 static void gtk_ui_progress__update(struct ui_progress *p) in gtk_ui_progress__update()
/Linux-v6.1/tools/perf/
Dbuiltin-report.c683 struct ui_progress prog; in report__collapse_hists()
731 struct ui_progress prog; in report__output_resort()
Dbuiltin-c2c.c3006 struct ui_progress prog; in perf_c2c__report()