Searched refs:start_times (Results 1 – 3 of 3) sorted by relevance
1508 xyarray__delete(evsel->start_times); in evsel__exit()1805 start_time = xyarray__entry(evsel->start_times, cpu_map_idx, thread); in evsel__read_tool()2077 !evsel->start_times) { in __evsel__prepare_open()2078 evsel->start_times = xyarray__new(perf_cpu_map__nr(cpus), nthreads, sizeof(__u64)); in __evsel__prepare_open()2079 if (!evsel->start_times) in __evsel__prepare_open()2331 start_time = xyarray__entry(evsel->start_times, idx, thread); in evsel__open_cpu()
198 struct xyarray *start_times; member
303 start_time = xyarray__entry(counter->start_times, cpu_map_idx, thread); in read_single_counter()