Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 25 of 131) sorted by relevance

123456

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_stack_test.cc21 static void TestStackTrace(StackTraceTy *trace) { in TestStackTrace()
50 static void TestTrim(StackTraceTy *trace) { in TestTrim()
76 VarSizeStackTrace trace; in TEST() local
81 BufferedStackTrace trace; in TEST() local
86 VarSizeStackTrace trace; in TEST() local
91 BufferedStackTrace trace; in TEST() local
/netbsd-src/external/bsd/wpa/dist/src/utils/
H A Dwpabuf.c33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); in wpabuf_overflow() local
51 struct wpabuf_trace *trace; in wpabuf_resize() local
116 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + in wpabuf_alloc() local
138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + in wpabuf_alloc_ext_data() local
185 struct wpabuf_trace *trace; in wpabuf_free() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_debugging.cc50 static void CopyTrace(SymbolizedStack *first_frame, void **trace, in CopyTrace()
93 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack()
104 int *size, int *write, int *atomic, void **trace, in __tsan_get_report_mop()
121 int *fd, int *suppressable, void **trace, in __tsan_get_report_loc()
149 int *destroyed, void **trace, uptr trace_size) { in __tsan_get_report_mutex()
163 void **trace, uptr trace_size) { in __tsan_get_report_thread()
237 int __tsan_get_alloc_stack(uptr addr, uptr *trace, uptr size, int *thread_id, in __tsan_get_alloc_stack()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_debugging.cpp55 static void CopyTrace(SymbolizedStack *first_frame, void **trace, in CopyTrace()
98 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack()
109 int *size, int *write, int *atomic, void **trace, in __tsan_get_report_mop()
126 int *fd, int *suppressable, void **trace, in __tsan_get_report_loc()
154 int *destroyed, void **trace, uptr trace_size) { in __tsan_get_report_mutex()
168 void **trace, uptr trace_size) { in __tsan_get_report_thread()
242 int __tsan_get_alloc_stack(uptr addr, uptr *trace, uptr size, int *thread_id, in __tsan_get_alloc_stack()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_debugging.cc48 static void CopyTrace(SymbolizedStack *first_frame, void **trace, in CopyTrace()
91 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack()
102 int *size, int *write, int *atomic, void **trace, in __tsan_get_report_mop()
119 int *fd, int *suppressable, void **trace, in __tsan_get_report_loc()
147 int *destroyed, void **trace, uptr trace_size) { in __tsan_get_report_mutex()
161 void **trace, uptr trace_size) { in __tsan_get_report_thread()
235 int __tsan_get_alloc_stack(uptr addr, uptr *trace, uptr size, int *thread_id, in __tsan_get_alloc_stack()
/netbsd-src/lib/libexecinfo/
H A Dbacktrace.c248 char **s = backtrace_symbols_fmt(trace, len, fmt); in backtrace_symbols_fd() argument
179 backtrace_symbols_fmt(void * const * trace,size_t len,const char * fmt) backtrace_symbols_fmt() argument
226 backtrace_symbols_fd_fmt(void * const * trace,size_t len,int fd,const char * fmt) backtrace_symbols_fd_fmt() argument
242 backtrace_symbols(void * const * trace,size_t len) backtrace_symbols() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_debugging.cc48 uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id, in AsanGetStack()
130 uptr __asan_get_alloc_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_alloc_stack()
135 uptr __asan_get_free_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_free_stack()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_debugging.cpp50 uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id, in AsanGetStack()
132 uptr __asan_get_alloc_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_alloc_stack()
137 uptr __asan_get_free_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_free_stack()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_debugging.cc50 uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id, in AsanGetStack()
132 uptr __asan_get_alloc_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_alloc_stack()
137 uptr __asan_get_free_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_free_stack()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFCopy.h34 void trace(bool On) { Trace = On; } in trace() function
35 bool trace() const { return Trace; } in trace() function
H A DRDFDeadCode.h40 void trace(bool On) { Trace = On; } in trace() function
41 bool trace() const { return Trace; } in trace() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dtrace_fn_imps.hpp48 trace() const in trace() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dtrace_fn_imps.hpp48 trace() const in trace() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dtrace_fn_imps.hpp48 trace() const in trace() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dtrace_fn_imps.hpp48 trace() const in trace() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dtrace_fn_imps.hpp48 trace() const in trace() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dtrace_fn_imps.hpp48 trace() const in trace() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dtrace_fn_imps.hpp48 trace() const in trace() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dtrace_fn_imps.hpp48 trace() const in trace() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/cddl/dtracetoolkit/dist/FS/
H A Drfileio.d40 self int trace; variable
H A Drfsio.d40 self int trace; variable
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Drfsio.d40 self int trace; variable
H A Drfileio.d40 self int trace; variable
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dtrace_fn_imps.hpp48 trace() const in trace() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dtrace_fn_imps.hpp48 trace() const in trace() function in PB_DS_CLASS_C_DEC

123456