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

12

/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/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/bcm4329/dhdutil/
H A DAndroid.mk33 LOCAL_MODULE_TAGS := debug
/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.mk35 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/qcom/gps/utils/
H A Dloc_log.cpp149 void loc_logger_init(unsigned long debug, unsigned long timestamp) argument
151 loc_logger.DEBUG_LEVEL = debug;
H A Dlog_util.h72 extern void loc_logger_init(unsigned long debug, unsigned long timestamp);
/hardware/qcom/gps/loc_api/libloc_api-rpc/
H A DAndroid.mk45 inc/debug.h \
/hardware/msm7k/librpc/
H A Dops.c3 #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) ||
/hardware/ti/wlan/wl1271/Test/
H A DTWD_Debug.c294 pElem->debug.debug1 = ENDIAN_HANDLE_LONG(pElem->debug.debug1);
295 pElem->debug.debug2 = ENDIAN_HANDLE_LONG(pElem->debug.debug2);
296 pElem->debug.debug3 = ENDIAN_HANDLE_LONG(pElem->debug.debug3);
297 pElem->debug.debug4 = ENDIAN_HANDLE_LONG(pElem->debug.debug4);
298 pElem->debug.debug5 = ENDIAN_HANDLE_LONG(pElem->debug
[all...]
/hardware/qcom/camera/QCamera/HAL/core/
H A DAndroid.mk71 # if debug service layer and up , use stub camera!
/hardware/qcom/camera/QCamera/HAL2/core/
H A DAndroid.mk61 # if debug service layer and up , use stub camera!
/hardware/ril/mock-ril/
H A DAndroid.mk16 # Mock-ril only buid for debug variants
/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/
H A Dos_sources.inc60 $(TESTSRC)/debug.h

Completed in 371 milliseconds

12