Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dkwork.h241 u64 timeend; member
H A Dbpf_kwork.c310 kwork->timeend = (u64)ts_end.tv_sec * NSEC_PER_SEC + ts_end.tv_nsec; in add_work()
/linux-6.15/tools/perf/
H A Dbuiltin-kwork.c404 if (kwork->timeend < sample->time) in profile_update_timespan()
405 kwork->timeend = sample->time; in profile_update_timespan()
1503 u64 time = kwork->timeend - kwork->timestart; in print_summary()
2342 .timeend = 0, in cmd_kwork()