Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dkwork.h119 u64 max_runtime_start; member
H A Dbpf_kwork.c293 work->max_runtime_start = data->max_time_start; in add_work()
/openbmc/linux/tools/perf/
H A Dbuiltin-kwork.c489 work->max_runtime_start = entry_time; in report_update_exit_event()
1084 char max_runtime_start[32], max_runtime_end[32]; in report_print_work() local
1128 timestamp__scnprintf_usec(work->max_runtime_start, in report_print_work()
1129 max_runtime_start, in report_print_work()
1130 sizeof(max_runtime_start)); in report_print_work()
1137 PRINT_TIMESTAMP_WIDTH, max_runtime_start, in report_print_work()