Home
last modified time | relevance | path

Searched refs:show_progress (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dordered-events.c224 static int do_flush(struct ordered_events *oe, bool show_progress) in do_flush() argument
236 if (show_progress) in do_flush()
252 if (show_progress) in do_flush()
261 if (show_progress) in do_flush()
279 bool show_progress = false; in __ordered_events__flush() local
286 show_progress = true; in __ordered_events__flush()
311 show_progress = false; in __ordered_events__flush()
324 err = do_flush(oe, show_progress); in __ordered_events__flush()
/linux-5.19.10/tools/power/cpupower/bench/
Dbenchmark.c16 #define show_progress(total_time, progress_time) \ macro
99 show_progress(total_time, progress_time); in start_benchmark()
142 show_progress(total_time, progress_time); in start_benchmark()