Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dkwork.h132 u64 max_latency_end; member
Dbpf_kwork.c303 work->max_latency_end = data->max_time_end; in add_work()
/linux-6.14.4/tools/perf/
Dbuiltin-kwork.c648 work->max_latency_end = entry_time; in latency_update_entry_event()
1353 char max_latency_start[32], max_latency_end[32]; in report_print_work() local
1415 timestamp__scnprintf_usec(work->max_latency_end, in report_print_work()
1416 max_latency_end, in report_print_work()
1417 sizeof(max_latency_end)); in report_print_work()
1422 PRINT_TIMESTAMP_WIDTH, max_latency_end); in report_print_work()