Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtool_pmu.c229 !evsel->start_times) { in evsel__tool_pmu_prepare_open()
230 evsel->start_times = xyarray__new(perf_cpu_map__nr(cpus), in evsel__tool_pmu_prepare_open()
233 if (!evsel->start_times) in evsel__tool_pmu_prepare_open()
291 start_time = xyarray__entry(evsel->start_times, idx, thread); in evsel__tool_pmu_open()
545 start_time = xyarray__entry(evsel->start_times, cpu_map_idx, thread); in evsel__tool_pmu_read()
H A Devsel.h196 struct xyarray *start_times; member
H A Devsel.c1766 xyarray__delete(evsel->start_times); in evsel__exit()