Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Devent-times.c73 err = evsel__open_per_thread(evsel, threads); in attach__current_disabled()
97 err = evsel__open_per_thread(evsel, threads); in attach__current_enabled()
H A Dopenat-syscall.c40 if (evsel__open_per_thread(evsel, threads) < 0) { in test__openat_syscall_event()
/linux/tools/perf/util/
H A Devsel.h360 int evsel__open_per_thread(struct evsel *evsel, struct perf_thread_map *threads);
H A Devsel.c2991 int evsel__open_per_thread(struct evsel *evsel, struct perf_thread_map *threads) in evsel__open_per_thread() function