Home
last modified time | relevance | path

Searched refs:tracefs_trace_off_fd (Results 1 – 5 of 5) sorted by relevance

/external/libtracefs/Documentation/
Dlibtracefs-traceon.txt7 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 enable
52 *tracefs_trace_off_fd()* functions return -1 in case of an error or 0 otherwise.
100 if (!tracefs_trace_off_fd(fd)) {
Dlibtracefs.txt113 int *tracefs_trace_off_fd*(int _fd_);
/external/libtracefs/include/
Dtracefs.h71 int tracefs_trace_off_fd(int fd);
/external/libtracefs/src/
Dtracefs-tools.c190 int tracefs_trace_off_fd(int fd) in tracefs_trace_off_fd() function
/external/libtracefs/utest/
Dtracefs-utest.c1743 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()