Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/user_events/
Dftrace_test.c23 const char *enable_file = "/sys/kernel/tracing/events/user_events/__test_event/enable"; variable
111 int fd = open(enable_file, O_RDONLY); in wait_for_delete()
277 self->enable_fd = open(enable_file, O_RDWR); in TEST_F()
346 self->enable_fd = open(enable_file, O_RDWR); in TEST_F()
384 self->enable_fd = open(enable_file, O_RDWR); in TEST_F()
422 self->enable_fd = open(enable_file, O_RDWR); in TEST_F()
465 self->enable_fd = open(enable_file, O_RDWR); in TEST_F()
Dabi_test.c27 const char *enable_file = "/sys/kernel/tracing/events/user_events/__abi_event/enable"; variable
87 int fd = open(enable_file, O_RDWR); in event_exists()
99 int fd = open(enable_file, O_RDWR); in change_event()
Ddyn_test.c22 const char *enable_file = "/sys/kernel/tracing/events/user_events/__test_event/enable"; variable
44 int fd = open(enable_file, O_RDONLY); in wait_for_delete()