Searched refs:debug (Results 1 - 23 of 23) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Darmtime3 debug=false;args=;time=true
16 debug=true
20 # super verbose mode: print collected info and debug awk script
21 debug=true
22 args="$args debug=1"
63 else if (gsub("^debug=", "",arg)) { debug = arg; }
78 if (debug)
89 if (debug)
114 if (debug)
[all...]
H A DPERF.awk43 # debug - debug flag
57 else if (gsub("^debug=", "",arg)) { debug = arg }
91 if (debug > 1) {
122 # debug
123 if (debug) { print $0 }
147 # debug
148 if (debug) { print $0 }
H A Dperf_unittest.c275 /* no trace_file, debug or log_file is specified (e.g. only replay_file) */
298 test_PERF("STDOUT non-detailed debug CSV");
302 test_PERF("STDOUT detailed debug");
310 test_PERF("STDERR detailed debug");
314 test_PERF("STDERR detailed CSV debug");
324 /* trace, FILE and debug output */
341 "debug = 4294967295\n"
350 assert(config.debug = 0xFFFFFFFF);
361 "debug = true\n"
362 "test.debug
[all...]
/hardware/msm7k/dspcrashd/
H A DAndroid.mk10 LOCAL_MODULE_TAGS := debug
/hardware/qcom/audio/legacy/libalsa-intf/
H A DAndroid.mk11 LOCAL_MODULE_TAGS:= debug
19 LOCAL_MODULE_TAGS:= debug
26 LOCAL_MODULE_TAGS:= debug
33 LOCAL_MODULE_TAGS:= debug
H A Darec.c48 static int debug = 0; variable
60 {"debug", 0, 0, 'V'},
126 if (debug)
132 if (debug) {
168 if (debug) {
241 if (debug)
251 if (debug)
299 if (debug)
412 if (debug)
464 if (debug)
[all...]
H A Daplay.c45 static debug = 0; variable
56 {"debug", 0, 0, 'V'},
122 if (debug)
128 if (debug) {
154 if (debug) {
191 if (debug)
275 if (debug)
323 if (debug) {
346 if (debug)
373 if (debug) {
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A DAndroid.mk33 LOCAL_MODULE_TAGS := debug
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_config.h42 * operations, each component writes its log or debug into the
58 /* debug interface */
60 unsigned long debug; /* debug flag - will print some events, member in struct:PERF_Config
62 unsigned long detailed_debug; /* debug flag - will print ALL events */
H A Dperf_rt.h61 we ignore and do not print the frames unless debug & 4 is set.
108 int debug; /* bit: 1 & any - print temporal stats member in struct:PERF_RT_Private
/hardware/ril/rild/
H A DAndroid.mk37 LOCAL_MODULE_TAGS := debug
/hardware/samsung_slsi/exynos5/mobicore/daemon/
H A DApplication.mk14 APP_OPTIM := debug
/hardware/ti/wlan/mac80211/ti-utils/scripts/
H A Dgo.sh220 echo -e "+++ Mount the debugfs on /sys/kernel/debug"
228 if [ ! -e /sys/kernel/debug/tracing ]; then
229 mount -t debugfs none /sys/kernel/debug/
284 if [ -e /sys/kernel/debug/tracing ]; then
285 echo 1 > /sys/kernel/debug/tracing/events/mac80211/enable
289 #cat /sys/kernel/debug/mmc2/ios
407 if [ ! -e /sys/kernel/debug/tracing ]; then
408 mount -t debugfs none /sys/kernel/debug/
504 if [ ! -e /sys/kernel/debug/tracing ]; then
505 mount -t debugfs none /sys/kernel/debug/
[all...]
/hardware/msm7k/librpc/
H A Dops.c3 #include <debug.h>
H A Dsvc_clnt_common.c4 #include <debug.h>
H A Dsvc.c48 #include <debug.h>
H A Dclnt.c4 #include <debug.h>
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_rt.c133 me->debug = config->rt_debug & 0x1FF;
222 /* close debug file unless stdout or stderr */
322 if (me->debug)
429 (me->dRate[i].tn && me->debug & 4))
552 /* unless debug bit 4 is set, ignore temporal statistics if
556 if (!(me->debug & 4) &&
560 if (me->debug & 256)
571 else if (me->debug & 256)
626 if (me->debug)
674 if (me->debug)
[all...]
H A Dperf_config.c55 /* debug interface */
56 sConfig->debug = FALSE;
147 /* debug configuration */
149 assign_long_if_matches(line, "debug", &cfg->debug) ||
H A Dperf_custom.c377 /* handle correct output (debug and debug log) */
378 if (config->log_file || config->debug || config->detailed_debug)
388 /* handle correct output (debug and debug log) */
419 /* Complete any debug structures */
H A Dperf_print.c37 /* close debug file unless stdout or stderr */
250 /* detailed debug is through stderr */
253 else if (config->debug)
255 /* normal debug is through stdout (buffers are not printed) */
271 /* get debug private structure */
302 /* get debug private structure */
355 /* get debug private structure */
384 /* get debug private structure */
397 /* get debug private structure */
412 /* get debug privat
[all...]
/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client.c407 LogInfo("-d Turns on debug mode. If not specified, the daemon will fork itself");
1188 bool debug = false; local
1208 debug = true;
1329 if (!debug)
1351 if (!debug)
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c173 static int debug = 0; variable
908 if (debug)
1419 if (debug) {
1490 if (debug)
2085 /* get debug properties */
2089 property_get("debug.hwc.rgb_order", value, "1");
2091 property_get("debug.hwc.nv12_only", value, "0");
2093 property_get("debug.hwc.idle", value, "250");

Completed in 384 milliseconds