Searched refs:tracefs_trace_off_fd (Results 1 – 5 of 5) sorted by relevance
7 tracefs_trace_on_fd, tracefs_trace_off_fd - Functions to enable or disable tracing.20 int *tracefs_trace_off_fd*(int _fd_);38 The *tracefs_trace_on_fd()* and *tracefs_trace_off_fd()* functions set the tracing state to enable52 *tracefs_trace_off_fd()* functions return -1 in case of an error or 0 otherwise.100 if (!tracefs_trace_off_fd(fd)) {
113 int *tracefs_trace_off_fd*(int _fd_);
71 int tracefs_trace_off_fd(int fd);
190 int tracefs_trace_off_fd(int fd) in tracefs_trace_off_fd() function
1743 CU_TEST(tracefs_trace_off_fd(fd) == 0); in test_instance_tracing_onoff()1756 CU_TEST(tracefs_trace_off_fd(fd) == 0); in test_instance_tracing_onoff()