Searched refs:perf_evsel__alloc_id (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/tools/lib/perf/include/internal/ |
D | evsel.h | 75 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads);
|
/linux-5.19.10/tools/perf/tests/ |
D | event_update.c | 97 !perf_evsel__alloc_id(&evsel->core, 1, 1)); in test__event_update()
|
/linux-5.19.10/tools/lib/perf/ |
D | evsel.c | 436 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_id() function
|
D | evlist.c | 631 perf_evsel__alloc_id(evsel, evsel->fd->max_x, evsel->fd->max_y) < 0) in perf_evlist__mmap_ops()
|
/linux-5.19.10/tools/perf/util/ |
D | header.c | 4201 if (perf_evsel__alloc_id(&evsel->core, 1, nr_ids)) in perf_session__read_header() 4345 if (perf_evsel__alloc_id(&evsel->core, 1, n_ids)) in perf_event__process_attr()
|
D | evsel.c | 3061 if (perf_evsel__alloc_id(&evsel->core, perf_cpu_map__nr(cpus), threads->nr)) in evsel__store_ids()
|