Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/user_events/
H A 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()
271 self->enable_fd = open(enable_file, O_RDWR); in TEST_F()
338 self->enable_fd = open(enable_file, O_RDWR); in TEST_F()
376 self->enable_fd = open(enable_file, O_RDWR); in TEST_F()
414 self->enable_fd = open(enable_file, O_RDWR); in TEST_F()
457 self->enable_fd = open(enable_file, O_RDWR); in TEST_F()
H A Ddyn_test.c21 const char *enable_file = "/sys/kernel/tracing/events/user_events/__test_event/enable"; variable
28 int fd = open(enable_file, O_RDONLY); in wait_for_delete()
H A Dabi_test.c25 const char *enable_file = "/sys/kernel/tracing/events/user_events/__abi_event/enable"; variable
29 int fd = open(enable_file, O_RDWR); in change_event()