Searched refs:rdclock (Results 1 – 4 of 4) sorted by relevance
43 static inline unsigned long long rdclock(void) in rdclock() function
280 evsel->duration_time.start_time = rdclock(); in evsel__tool_pmu_open() 530 evsel->duration_time.start_time = rdclock(); in evsel__tool_pmu_read() 578 __u64 delta = rdclock() - evsel->duration_time.start_time; in tool_pmu__new() 665 delta_start += (rdclock() - evsel->duration_time.start_time);
461 t = rdclock(); in perf_event__synthesize_mmap_events() 484 if ((rdclock() - t) > timeout) { in perf_event__synthesize_mmap_events()
971 t0 = rdclock(); in __run_perf_stat() 1008 t1 = rdclock(); in __run_perf_stat()