Searched refs:start_times (Results 1 – 4 of 4) sorted by relevance
207 !evsel->start_times) { in evsel__tool_pmu_prepare_open()208 evsel->start_times = xyarray__new(perf_cpu_map__nr(cpus), in evsel__tool_pmu_prepare_open()211 if (!evsel->start_times) in evsel__tool_pmu_prepare_open()272 start_time = xyarray__entry(evsel->start_times, idx, thread); in evsel__tool_pmu_open()451 start_time = xyarray__entry(evsel->start_times, cpu_map_idx, thread); in evsel__tool_pmu_read()
186 struct xyarray *start_times; member
1686 xyarray__delete(evsel->start_times); in evsel__exit()
287 start_time = xyarray__entry(counter->start_times, cpu_map_idx, thread); in read_single_counter()