Searched refs:ui_progress__init (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/ |
D | progress.h | 18 #define ui_progress__init(p, total, title) \ macro
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | ordered-events.c | 236 ui_progress__init(&prog, oe->nr_events, "Processing time ordered events..."); in do_flush()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-report.c | 660 ui_progress__init(&prog, rep->nr_entries, "Merging related events..."); in report__collapse_hists() 707 ui_progress__init(&prog, rep->nr_entries, "Sorting events for output..."); in report__output_resort()
|
D | builtin-c2c.c | 2815 ui_progress__init(&prog, c2c.hists.hists.nr_entries, "Sorting..."); in perf_c2c__report()
|