Searched refs:enable_file (Results 1 – 3 of 3) sorted by relevance
23 const char *enable_file = "/sys/kernel/tracing/events/user_events/__test_event/enable"; variable111 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()
27 const char *enable_file = "/sys/kernel/tracing/events/user_events/__abi_event/enable"; variable87 int fd = open(enable_file, O_RDWR); in event_exists()99 int fd = open(enable_file, O_RDWR); in change_event()
22 const char *enable_file = "/sys/kernel/tracing/events/user_events/__test_event/enable"; variable44 int fd = open(enable_file, O_RDONLY); in wait_for_delete()