Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/
H A Devent_groups.c85 int group_fd, sibling_fd1, sibling_fd2; in run_test() local
106 sibling_fd2 = event_open(types[k], configs_hw[k], group_fd); in run_test()
108 sibling_fd2 = event_open(types[k], configs[k], group_fd); in run_test()
109 if (sibling_fd2 == -1) { in run_test()
115 close(sibling_fd2); in run_test()