Home
last modified time | relevance | path

Searched refs:data_file (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/samples/user_events/
H A Dexample.c18 const char *data_file = "/sys/kernel/tracing/user_events_data"; variable
45 data_fd = open(data_file, O_RDWR); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/
H A Dperf_test.c22 const char *data_file = "/sys/kernel/tracing/user_events_data"; variable
93 int fd = open(data_file, O_RDWR); in clear()
120 self->data_fd = open(data_file, O_RDWR); in FIXTURE_SETUP()
H A Dabi_test.c24 const char *data_file = "/sys/kernel/tracing/user_events_data"; variable
53 int fd = open(data_file, O_RDWR); in reg_enable()
75 int fd = open(data_file, O_RDWR); in reg_disable()
H A Dftrace_test.c21 const char *data_file = "/sys/kernel/tracing/user_events_data"; variable
132 fd = open(data_file, O_RDWR); in clear()
171 fd = open(data_file, O_RDWR); in check_print_fmt()
216 self->data_fd = open(data_file, O_RDWR); in FIXTURE_SETUP()

Completed in 3 milliseconds