Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dkwork.h119 u64 max_runtime_start; member
Dbpf_kwork.c293 work->max_runtime_start = data->max_time_start; in add_work()
/Linux-v6.6/tools/perf/
Dbuiltin-kwork.c487 work->max_runtime_start = entry_time; in report_update_exit_event()
1082 char max_runtime_start[32], max_runtime_end[32]; in report_print_work() local
1126 timestamp__scnprintf_usec(work->max_runtime_start, in report_print_work()
1127 max_runtime_start, in report_print_work()
1128 sizeof(max_runtime_start)); in report_print_work()
1135 PRINT_TIMESTAMP_WIDTH, max_runtime_start, in report_print_work()