Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Devent_update.c92 !perf_evsel__alloc_id(evsel, 1, 1)); in test__event_update()
/Linux-v4.19/tools/perf/util/
Devsel.h252 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads);
Devlist.c1051 perf_evsel__alloc_id(evsel, cpu_map__nr(cpus), threads->nr) < 0) in perf_evlist__mmap_ex()
Dheader.c3321 if (perf_evsel__alloc_id(evsel, 1, nr_ids)) in perf_session__read_header()
3754 if (perf_evsel__alloc_id(evsel, 1, n_ids)) in perf_event__process_attr()
Devsel.c1218 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_id() function
/Linux-v4.19/tools/perf/
Dbuiltin-stat.c535 if (perf_evsel__alloc_id(counter, cpus->nr, threads->nr)) in store_counter_ids()