Searched refs:debug (Results 1 – 25 of 33) sorted by relevance
12
6 chmod 0222 /sys/kernel/debug/tracing/trace_marker9 chown root shell /sys/kernel/debug/tracing/trace_clock10 chown root shell /sys/kernel/debug/tracing/buffer_size_kb11 chown root shell /sys/kernel/debug/tracing/options/overwrite12 chown root shell /sys/kernel/debug/tracing/options/print-tgid13 chown root shell /sys/kernel/debug/tracing/events/sched/sched_switch/enable14 chown root shell /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable15 chown root shell /sys/kernel/debug/tracing/events/power/cpu_frequency/enable16 chown root shell /sys/kernel/debug/tracing/events/power/cpu_idle/enable17 chown root shell /sys/kernel/debug/tracing/events/power/clock_set_rate/enable[all …]
196 "1" ) echo -n "i" >/sys/devices/system/omap_csmi/debug;;197 "2" ) echo -n "f" >/sys/devices/system/omap_csmi/debug;;198 "3" ) echo -n "I" >/sys/devices/system/omap_csmi/debug;;199 "4" ) echo -n "F" >/sys/devices/system/omap_csmi/debug;;200 "5" ) echo -n "s" >/sys/devices/system/omap_csmi/debug;;201 "6" ) echo -n "c" >/sys/devices/system/omap_csmi/debug;;
7 LOCAL_MODULE_TAGS := debug20 LOCAL_MODULE_TAGS := debug
29 LOCAL_MODULE_TAGS := debug44 LOCAL_MODULE_TAGS := debug
44 int i, fd, aflag = 0, mflag = 0, debug = 0, flags = 0; in touch_main() local69 case 'd': debug = 1; break; in touch_main()105 if (debug) { in touch_main()
7 LOCAL_MODULE_TAGS := debug
24 LOCAL_MODULE_TAGS := debug
8 LOCAL_MODULE_TAGS := debug
10 LOCAL_MODULE_TAGS := debug
13 LOCAL_MODULE_TAGS := debug
9 LOCAL_MODULE_TAGS := debug
28 LOCAL_MODULE_TAGS := debug
19 LOCAL_MODULE_TAGS := debug
27 LOCAL_MODULE_TAGS := debug
26 virtual int debug(const char* fmt, ...) const = 0;
30 LOCAL_MODULE_TAGS := debug
22 adb shell cat /sys/kernel/debug/sched_features
131 module_tag := debug169 module_tag := debug
50 LOCAL_MODULE_TAGS := debug
32 Put benchmarks and various debug/info stuff there.
95 int debug(const char* fmt, ...) const { in debug() function