HomeSort by relevance Sort by last modified time
    Searched refs:perf_evsel__alloc_id (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/util/
evsel.h 85 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads);
evsel.c 68 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads) function
evlist.c 396 perf_evsel__alloc_id(evsel, cpus->nr, threads->nr) < 0)
header.c 924 * Do it before so that if perf_evsel__alloc_id fails, this
935 if (perf_evsel__alloc_id(evsel, 1, nr_ids))
1058 if (perf_evsel__alloc_id(evsel, 1, n_ids))

Completed in 61 milliseconds