Home
last modified time | relevance | path

Searched refs:max_runtime (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-kwork.c96 if (l->max_runtime > r->max_runtime) in max_runtime_cmp()
98 if (l->max_runtime < r->max_runtime) in max_runtime_cmp()
486 if ((delta > work->max_runtime) || in report_update_exit_event()
487 (work->max_runtime == 0)) { in report_update_exit_event()
488 work->max_runtime = delta; in report_update_exit_event()
1136 (double)work->max_runtime / NSEC_PER_MSEC, in report_print_work()
/openbmc/linux/tools/perf/util/
H A Dkwork.h118 u64 max_runtime; member
H A Dbpf_kwork.c292 work->max_runtime = data->max_time; in add_work()