Home
last modified time | relevance | path

Searched refs:evsel__open_per_thread (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/tools/perf/tests/
Devent-times.c75 err = evsel__open_per_thread(evsel, threads); in attach__current_disabled()
99 err = evsel__open_per_thread(evsel, threads); in attach__current_enabled()
Dopenat-syscall.c40 if (evsel__open_per_thread(evsel, threads) < 0) { in test__openat_syscall_event()
/linux-6.6.21/tools/perf/util/
Devsel.h325 int evsel__open_per_thread(struct evsel *evsel, struct perf_thread_map *threads);
Dstat.c800 return evsel__open_per_thread(evsel, evsel->core.threads); in create_perf_stat_counter()
Devsel.c2191 int evsel__open_per_thread(struct evsel *evsel, struct perf_thread_map *threads) in evsel__open_per_thread() function