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

/system/core/sh/
H A Dshow.h38 void trace(const char *, ...);
H A Dshell.h48 * When debugging is on, debugging info will be written to ./trace and
78 #define TRACE(param) trace param
H A Dshow.c283 trace(const char *fmt, ...) function
400 strcat(s, "/trace");
403 scopy("./trace", s);
/system/core/rootdir/
H A Dinit.trace.rc1 ## Permissions to allow system-wide tracing to the kernel trace buffer.
5 # Allow writing to the kernel trace log.
31 # Allow only the shell group to read and truncate the kernel trace.
32 chown root shell /sys/kernel/debug/tracing/trace
33 chmod 0660 /sys/kernel/debug/tracing/trace

Completed in 263 milliseconds