Searched defs:trace (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-current/libexec/rtld-elf/
H A Ddebug.h54 #define trace() msg(_BASENAME_RTLD ": " __XSTRING(__LINE__) "\n") macro
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DThreadDecoder.cpp21 ThreadDecoder::ThreadDecoder(const ThreadSP &thread_sp, TraceIntelPT &trace) argument
H A DCommandObjectTraceStartIntelPT.h40 CommandObjectThreadTraceStartIntelPT(TraceIntelPT &trace, argument
86 CommandObjectProcessTraceStartIntelPT(TraceIntelPT &trace, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.h34 void trace(bool On) { Trace = On; } function in struct:llvm::rdf::CopyPropagation
35 bool trace() const { return Trace; } function in struct:llvm::rdf::CopyPropagation
H A DRDFDeadCode.h40 void trace(bool On) { Trace = On; } function in struct:llvm::rdf::DeadCodeElimination
41 bool trace() const { return Trace; } function in struct:llvm::rdf::DeadCodeElimination
H A DBitTracker.h50 void trace(bool On = false) { Trace = On; } function in struct:llvm::BitTracker
/freebsd-current/contrib/dialog/
H A Ddialog.pl53 sub trace { subroutine
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp50 uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id, argument
132 uptr __asan_get_alloc_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { argument
137 uptr __asan_get_free_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { argument
/freebsd-current/sys/contrib/zstd/programs/
H A Dzstdcli_trace.c80 static void TRACE_log(char const* method, PTime duration, ZSTD_Trace const* trace) argument
135 ZSTD_trace_compress_end(ZSTD_TraceCtx ctx, ZSTD_Trace const* trace) argument
153 ZSTD_trace_decompress_end(ZSTD_TraceCtx ctx, ZSTD_Trace const* trace) argument
[all...]
/freebsd-current/usr.bin/m4/
H A Dtrace.c148 trace(const char *argv[], int argc, struct input_file *inp) function
/freebsd-current/usr.bin/banner/
H A Dbanner.c1011 static int debug, i, j, linen, max, nchars, pc, term, trace, x, y; variable
/freebsd-current/crypto/openssh/regress/
H A Dtest-exec.sh538 trace () function
[all...]
/freebsd-current/release/
H A DMakefile
/freebsd-current/contrib/libexecinfo/
H A Dbacktrace.c177 backtrace_symbols_fmt(void *const *trace, size_t len, const char *fmt) argument
224 backtrace_symbols_fd_fmt(void *const *trace, size_t len, int fd, argument
240 backtrace_symbols(void *const *trace, size_t len) argument
246 backtrace_symbols_fd(void *const *trace, size_t len, int fd) argument
/freebsd-current/contrib/lib9p/pytest/
H A Dclient.py218 def trace(self, msg, *args, **kwargs): member in class:TestCase
[all...]
/freebsd-current/contrib/wpa/src/utils/
H A Dwpabuf.c33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); local
51 struct wpabuf_trace *trace; local
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...]
/freebsd-current/tools/test/ptrace/
H A Dscescx.c346 trace(pid_t pid) function
/freebsd-current/usr.bin/procstat/
H A Dprocstat_kstack.c169 char trace[KKST_MAXLEN], encoded_trace[KKST_MAXLEN]; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.h43 const uptr *trace; member in struct:__sanitizer::StackTrace
53 StackTrace(const uptr *trace, u32 size) : trace(trace), size(size), tag(0) {} argument
54 StackTrace(const uptr *trace, u32 size, u32 tag) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h108 void trace(bool T) { Trace = T; } function in struct:llvm::rdf::Liveness
/freebsd-current/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c163 trace(const unsigned int tracelevel) function
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dglobals.c7 int trace; /* trace packets exchanged */ variable
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c219 int trace; local
276 struct dentry *top, *use_count, *trace; local
[all...]
/freebsd-current/contrib/bearssl/tools/
H A Dsslio.c252 int trace; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h167 Trace* trace = nullptr; // back-pointer to Trace containing this part member in struct:__tsan::TraceHeader

Completed in 330 milliseconds

123