Home
last modified time | relevance | path

Searched refs:evsel__open (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/tools/perf/util/
Dprint-events.c249 open_return = evsel__open(evsel, NULL, tmap); in is_event_supported()
261 ret = evsel__open(evsel, NULL, tmap) >= 0; in is_event_supported()
Dsideband_evlist.c117 if (evsel__open(counter, evlist->core.user_requested_cpus, in evlist__start_sb_thread()
Dpfm.c148 if (evsel__open(evsel, cpus, threads) < 0) in is_libpfm_event_supported()
Devsel.h326 int evsel__open(struct evsel *evsel, struct perf_cpu_map *cpus,
Devsel.c2171 int evsel__open(struct evsel *evsel, struct perf_cpu_map *cpus, in evsel__open() function
2193 return evsel__open(evsel, NULL, threads); in evsel__open_per_thread()
Dpython.c955 if (evsel__open(evsel, cpus, threads) < 0) { in pyrf_evsel__open()
Devlist.c1397 err = evsel__open(evsel, evsel->core.cpus, evsel->core.threads); in evlist__open()
/linux-6.6.21/tools/perf/tests/
Dopenat-syscall-all-cpus.c56 if (evsel__open(evsel, cpus, threads) < 0) { in test__openat_syscall_event_on_all_cpus()
Dmmap-basic.c98 if (evsel__open(evsels[i], cpus, threads) < 0) { in test__basic_mmap()
/linux-6.6.21/tools/perf/
Dbuiltin-top.c1030 if (evsel__open(counter, top->evlist->core.user_requested_cpus, in perf_top__start_counters()
Dbuiltin-record.c1320 if (evsel__open(pos, pos->core.cpus, pos->core.threads) < 0) { in record__open()