Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dkwork.h120 u64 max_runtime_end; member
H A Dbpf_kwork.c294 work->max_runtime_end = data->max_time_end; in add_work()
/openbmc/linux/tools/perf/
H A Dbuiltin-kwork.c490 work->max_runtime_end = exit_time; in report_update_exit_event()
1084 char max_runtime_start[32], max_runtime_end[32]; in report_print_work() local
1131 timestamp__scnprintf_usec(work->max_runtime_end, in report_print_work()
1132 max_runtime_end, in report_print_work()
1133 sizeof(max_runtime_end)); in report_print_work()
1138 PRINT_TIMESTAMP_WIDTH, max_runtime_end); in report_print_work()