Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dkwork.h123 u64 max_runtime_end; member
H A Dbpf_kwork.c297 work->max_runtime_end = data->max_time_end; in add_work()
/linux/tools/perf/
H A Dbuiltin-kwork.c592 work->max_runtime_end = exit_time; in report_update_exit_event()
1350 char max_runtime_start[32], max_runtime_end[32]; in report_print_work() local
1397 timestamp__scnprintf_usec(work->max_runtime_end, in report_print_work()
1398 max_runtime_end, in report_print_work()
1399 sizeof(max_runtime_end)); in report_print_work()
1404 PRINT_TIMESTAMP_WIDTH, max_runtime_end); in report_print_work()