Searched refs:data_file (Results 1 – 5 of 5) sorted by relevance
18 const char *data_file = "/sys/kernel/tracing/user_events_data"; variable45 data_fd = open(data_file, O_RDWR); in main()
24 const char *data_file = "/sys/kernel/tracing/user_events_data"; variable53 int fd = open(data_file, O_RDWR); in reg_enable()75 int fd = open(data_file, O_RDWR); in reg_disable()
22 const char *data_file = "/sys/kernel/tracing/user_events_data"; variable93 int fd = open(data_file, O_RDWR); in clear()120 self->data_fd = open(data_file, O_RDWR); in FIXTURE_SETUP()
21 const char *data_file = "/sys/kernel/tracing/user_events_data"; variable132 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()
106 To write printer data from a file (data_file) to the host::108 # cat data_file | prn_example -write_data