Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dkwork.h128 u64 max_latency_end; member
H A Dbpf_kwork.c300 work->max_latency_end = data->max_time_end; in add_work()
/openbmc/linux/tools/perf/
H A Dbuiltin-kwork.c545 work->max_latency_end = entry_time; in latency_update_entry_event()
1085 char max_latency_start[32], max_latency_end[32]; in report_print_work() local
1147 timestamp__scnprintf_usec(work->max_latency_end, in report_print_work()
1148 max_latency_end, in report_print_work()
1149 sizeof(max_latency_end)); in report_print_work()
1154 PRINT_TIMESTAMP_WIDTH, max_latency_end); in report_print_work()