Searched refs:ui_progress__init (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/tools/perf/ui/ |
H A D | progress.c | 25 void ui_progress__init(struct ui_progress *p, u64 total, const char *title) ui_progress__init() function
|
H A D | progress.h | 13 void ui_progress__init(struct ui_progress *p, u64 total, const char *title);
|
/linux-4.1.27/tools/perf/util/ |
H A D | ordered-events.c | 199 ui_progress__init(&prog, oe->nr_events, "Processing time ordered events..."); __ordered_events__flush()
|
H A D | session.c | 1330 ui_progress__init(&prog, file_size, "Processing events..."); __perf_session__process_events()
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-report.c | 426 ui_progress__init(&prog, rep->nr_entries, "Merging related events..."); report__collapse_hists() 454 ui_progress__init(&prog, rep->nr_entries, "Sorting events for output..."); report__output_resort()
|
Completed in 219 milliseconds