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

/linux-master/tools/lib/perf/include/internal/
H A Devsel.h88 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads);
/linux-master/tools/perf/tests/
H A Devent_update.c91 !perf_evsel__alloc_id(&evsel->core, 1, 1));
/linux-master/tools/lib/perf/
H A Devsel.c513 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads) function
H A Devlist.c655 perf_evsel__alloc_id(evsel, evsel->fd->max_x, evsel->fd->max_y) < 0)
/linux-master/tools/perf/util/
H A Dheader.c4280 * Do it before so that if perf_evsel__alloc_id fails, this
4291 if (perf_evsel__alloc_id(&evsel->core, 1, nr_ids))
4436 if (perf_evsel__alloc_id(&evsel->core, 1, n_ids))
H A Devsel.c3144 if (perf_evsel__alloc_id(&evsel->core, perf_cpu_map__nr(cpus), threads->nr))

Completed in 136 milliseconds