Home
last modified time | relevance | path

Searched refs:perf_evsel__alloc_id (Results 1 – 6 of 6) sorted by relevance

/tools/perf/tests/
Devent_update.c91 !perf_evsel__alloc_id(evsel, 1, 1)); in test__event_update()
/tools/perf/util/
Devsel.h220 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads);
Dheader.c2892 if (perf_evsel__alloc_id(evsel, 1, nr_ids)) in perf_session__read_header()
3153 if (perf_evsel__alloc_id(evsel, 1, n_ids)) in perf_event__process_attr()
Devlist.c1312 perf_evsel__alloc_id(evsel, cpu_map__nr(cpus), threads->nr) < 0) in perf_evlist__mmap_ex()
Devsel.c1094 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_id() function
/tools/perf/
Dbuiltin-stat.c534 if (perf_evsel__alloc_id(counter, cpus->nr, threads->nr)) in store_counter_ids()