Searched refs:evsel__open (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/tools/perf/util/ |
D | print-events.c | 245 ret = evsel__open(evsel, NULL, tmap) >= 0; in is_event_supported() 255 ret = evsel__open(evsel, NULL, tmap) >= 0; in is_event_supported() 268 ret = evsel__open(evsel, NULL, tmap) >= 0; in is_event_supported()
|
D | pfm.c | 148 ret = evsel__open(evsel, cpus, threads); in is_libpfm_event_supported() 158 ret = evsel__open(evsel, cpus, threads); in is_libpfm_event_supported()
|
D | sideband_evlist.c | 117 if (evsel__open(counter, evlist->core.user_requested_cpus, in evlist__start_sb_thread()
|
D | evsel.h | 342 int evsel__open(struct evsel *evsel, struct perf_cpu_map *cpus,
|
D | python.c | 780 if (evsel__open(evsel, cpus, threads) < 0) { in pyrf_evsel__open()
|
D | evsel.c | 2721 int evsel__open(struct evsel *evsel, struct perf_cpu_map *cpus, in evsel__open() function 2745 return evsel__open(evsel, NULL, threads); in evsel__open_per_thread()
|
D | evlist.c | 1408 err = evsel__open(evsel, evsel->core.cpus, evsel->core.threads); in evlist__open()
|
/linux-6.14.4/tools/perf/tests/ |
D | openat-syscall-all-cpus.c | 56 if (evsel__open(evsel, cpus, threads) < 0) { in test__openat_syscall_event_on_all_cpus()
|
D | mmap-basic.c | 98 if (evsel__open(evsels[i], cpus, threads) < 0) { in test__basic_mmap()
|
/linux-6.14.4/tools/perf/ |
D | builtin-top.c | 1029 if (evsel__open(counter, counter->core.cpus, in perf_top__start_counters()
|
D | builtin-record.c | 1372 if (evsel__open(pos, pos->core.cpus, pos->core.threads) < 0) { in record__open()
|