Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dtool_pmu.c207 !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()
H A Devsel.h186 struct xyarray *start_times; member
H A Devsel.c1686 xyarray__delete(evsel->start_times); in evsel__exit()
/linux-6.15/tools/perf/
H A Dbuiltin-stat.c287 start_time = xyarray__entry(counter->start_times, cpu_map_idx, thread); in read_single_counter()