Searched refs:trace (Results 1 - 25 of 2157) sorted by last modified time

1234567891011>>

/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.cc763 TraceImpl* trace = TraceImpl::GetTrace(); local
764 if(trace)
766 int retVal = trace->TraceFileImpl(fileName);
776 TraceImpl* trace = TraceImpl::GetTrace(); local
777 if(trace)
779 int retVal = trace->SetTraceFileImpl(fileName, addFileCounter);
788 TraceImpl* trace = TraceImpl::GetTrace(); local
789 if(trace)
791 int retVal = trace->SetTraceCallbackImpl(callback);
802 TraceImpl* trace local
[all...]
H A Dunittest_utilities_unittest.cc14 #include "system_wrappers/interface/trace.h"
21 ScopedTracing trace(true);
28 ScopedTracing trace(false);
/external/wpa_supplicant_8/hostapd/
H A DAndroid.mk115 OBJS += src/utils/trace.c
116 HOBJS += src/utils/trace.c
884 OBJS_c += src/utils/trace.c
H A DMakefile80 OBJS += ../src/utils/trace.o
81 HOBJS += ../src/utils/trace.o
921 OBJS_c += ../src/utils/trace.o
940 NOBJS += ../src/utils/trace.o
/external/wpa_supplicant_8/hostapd/src/utils/
H A DMakefile22 trace.o \
H A Dwpabuf.c12 #include "trace.h"
33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); local
34 if (trace->magic != WPABUF_MAGIC) {
36 trace->magic);
51 struct wpabuf_trace *trace; local
60 trace = wpabuf_get_trace(buf);
61 if (trace->magic != WPABUF_MAGIC) {
63 trace->magic);
79 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) +
84 trace
116 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + local
138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + local
185 struct wpabuf_trace *trace; local
[all...]
/external/wpa_supplicant_8/src/utils/
H A DMakefile22 trace.o \
H A Dwpabuf.c12 #include "trace.h"
33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); local
34 if (trace->magic != WPABUF_MAGIC) {
36 trace->magic);
51 struct wpabuf_trace *trace; local
60 trace = wpabuf_get_trace(buf);
61 if (trace->magic != WPABUF_MAGIC) {
63 trace->magic);
79 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) +
84 trace
116 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + local
138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + local
185 struct wpabuf_trace *trace; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A DMakefile102 OBJS += ../src/utils/trace.o
103 OBJS_p += ../src/utils/trace.o
104 OBJS_c += ../src/utils/trace.o
105 OBJS_priv += ../src/utils/trace.o
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A DMakefile22 trace.o \
H A Dwpabuf.c12 #include "trace.h"
33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); local
34 if (trace->magic != WPABUF_MAGIC) {
36 trace->magic);
51 struct wpabuf_trace *trace; local
60 trace = wpabuf_get_trace(buf);
61 if (trace->magic != WPABUF_MAGIC) {
63 trace->magic);
79 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) +
84 trace
116 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + local
138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + local
185 struct wpabuf_trace *trace; local
[all...]
/external/vixl/test/
H A Dtest-assembler-a64.cc4657 // TODO(jbramley): Add tests to check behaviour against a hardware trace.
4723 // TODO(jbramley): Add tests to check behaviour against a hardware trace.
8804 TEST(trace) {
H A Dtest-disasm-a64.cc1570 TEST(trace) {
/external/valgrind/main/auxprogs/
H A Dgsl16test104 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-VAL
H A Dgsl19test109 do GSL_TEST_VERBOSE=1 eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-V
/external/valgrind/main/drd/
H A Ddrd_clientobj.c52 void DRD_(clientobj_set_trace)(const Bool trace) argument
54 s_trace_clientobj = trace;
H A Ddrd_clientobj.h158 void DRD_(clientobj_set_trace)(const Bool trace);
/external/valgrind/main/exp-sgcheck/
H A Dh_main.c72 /*--- Debug/trace options ---*/
511 Bool trace; member in struct:__anon32792
593 if (pce->trace) {
641 pce.trace = verboze;
/external/valgrind/main/helgrind/
H A Dlibhb_core.c3824 traces. When the reference count of a stack trace becomes zero,
3828 ordering on the stack trace vectors.
4179 see if we have a stack trace pertaining to this (thrid, R/W,
6492 static void trace ( Thr* thr, Addr a, SizeT szB, const HChar* s ) function
6504 if (0 && TRACEME(a,szB)) trace(thr,a,szB,"nw-before");
6507 if (0 && TRACEME(a,szB)) trace(thr,a,szB,"nw-after ");
6529 if (0 && TRACEME(a,szB)) trace(thr,a,szB,"untrack-before");
6532 if (0 && TRACEME(a,szB)) trace(thr,a,szB,"untrack-after ");
/external/valgrind/main/memcheck/
H A Dmc_translate.c176 Bool trace; member in struct:_MCEnv
413 if (mce->trace) {
6004 mce.trace = verboze;
/external/strace/
H A Dstrace.c54 /* if this is true do the stack trace for every system call */
223 options: trace, abbrev, verbose, raw, signal, read, write\n\
230 -o file -- send trace output to FILE instead of stderr\n\
232 -p pid -- trace process with process id PID, may be repeated\n\
238 -P path -- trace accesses to path\n\
241 "-k obtain stack trace between each syscall (experimental)\n\
495 * popen child process from other processes we trace, and standard popen(3)
1667 qualify("trace=all");
2031 trace(void) function
2430 trace();
[all...]
H A Dstrace.spec40 This package provides the `strace64' program to trace 64-bit processes.
207 - Don't display inappropriate syscalls for -e trace=file (#159340).
208 - New selector type -e trace=desc for file-descriptor using calls (#159400).
/external/strace/tests/
H A Dqual_syscall.test3 # Ensure that strace -e trace=set works.
18 $STRACE -e trace=process ls > /dev/null 2> $LOG &&
20 { cat $LOG; fail_ 'strace -e trace=process does not work'; }
23 { cat $LOG; fail_ 'strace -e trace=process does not work properly'; }
/external/sqlite/dist/orig/
H A Dsqlite3.c10474 void *pTraceArg; /* Argument to the trace function */
10552 #define SQLITE_VdbeTrace 0x00000001 /* True to trace VDBE execution */
18779 int trace; /* True to trace changes */ member in struct:sqlite3_mutex
18983 if( p->trace ){
18984 printf("enter mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef);
19032 if( rc==SQLITE_OK && p->trace ){
19033 printf("enter mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef);
19062 if( p->trace ){
19063 printf("leave mutex %p (%d) with nRef=%d\n", p, p->trace,
19413 volatile int trace; /* True to trace changes */ member in struct:sqlite3_mutex
[all...]
H A Dsqlite3ext.h145 void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*); member in struct:sqlite3_api_routines
374 #define sqlite3_trace sqlite3_api->trace

Completed in 426 milliseconds

1234567891011>>