Searched refs:show_progress (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | ordered-events.c | 223 static int do_flush(struct ordered_events *oe, bool show_progress) in do_flush() argument 235 if (show_progress) in do_flush() 251 if (show_progress) in do_flush() 260 if (show_progress) in do_flush() 278 bool show_progress = false; in __ordered_events__flush() local 285 show_progress = true; in __ordered_events__flush() 310 show_progress = false; in __ordered_events__flush() 323 err = do_flush(oe, show_progress); in __ordered_events__flush()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | ordered-events.c | 224 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()
|
/kernel/linux/linux-5.10/tools/power/cpupower/bench/ |
H A D | benchmark.c | 16 #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()
|
/kernel/linux/linux-6.6/tools/power/cpupower/bench/ |
H A D | benchmark.c | 16 #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()
|
Completed in 2 milliseconds