Home
last modified time | relevance | path

Searched refs:tracefs_cpu_stop (Results 1 – 6 of 6) sorted by relevance

/external/libtracefs/Documentation/
Dlibtracefs-cpu.txt7 tracefs_cpu_stop, tracefs_cpu_flush, tracefs_cpu_flush_write, tracefs_cpu_pipe
20 int *tracefs_cpu_stop*(struct tracefs_cpu pass:[*]_tcpu_);
56 The *tracefs_cpu_stop()* will attempt to unblock a task blocked on _tcpu_ reading it.
95 The *tracefs_cpu_stop()* returns zero if any waiters were guaranteed to be
183 ret = tracefs_cpu_stop(data.tcpu);
Dlibtracefs.txt349 int *tracefs_cpu_stop*(struct tracefs_cpu pass:[*]_tcpu_);
/external/trace-cmd/lib/trace-cmd/
Dtrace-recorder.c106 return tracefs_cpu_stop(recorder->tcpu); in set_nonblock()
/external/libtracefs/src/
Dtracefs-record.c697 int tracefs_cpu_stop(struct tracefs_cpu *tcpu) in tracefs_cpu_stop() function
/external/libtracefs/include/
Dtracefs.h677 int tracefs_cpu_stop(struct tracefs_cpu *tcpu);
/external/libtracefs/utest/
Dtracefs-utest.c1370 tracefs_cpu_stop(data->tcpu); in test_cpu_read_buf_percent()
1945 tracefs_cpu_stop(data->tcpu); in test_cpu_pipe()