Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dkwork.h212 u64 timeend; member
H A Dbpf_kwork.c307 kwork->timeend = (u64)ts_end.tv_sec * NSEC_PER_SEC + ts_end.tv_nsec; in add_work()
/openbmc/linux/tools/perf/
H A Dbuiltin-kwork.c360 if (kwork->timeend < sample->time) in profile_update_timespan()
361 kwork->timeend = sample->time; in profile_update_timespan()
1235 u64 time = kwork->timeend - kwork->timestart; in print_summary()
1717 .timeend = 0, in cmd_kwork()