Searched defs:KTRACE (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/runtime_loader/
H A Druntime_loader_private.h28 # define KTRACE(x...) ktrace_printf(x) macro
30 # define KTRACE(x...) macro
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp41 # define KTRACE(format...) ktrace_printf(format) macro
[all...]
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm_private.h33 #define KTRACE() kprintf("%s %d\n", __FILE__, __LINE__) macro
36 #define KTRACE() macro
/haiku/src/build/libbe/app/
H A DMessage.cpp56 # define KTRACE(format...) ktrace_printf(format) macro
58 # define KTRACE(format...) macro
/haiku/src/system/kernel/
H A Dsem.cpp53 # define KTRACE(x...) ktrace_printf(x) macro
55 # define KTRACE(x...) do {} while (false) macro
/haiku/src/kits/app/
H A DMessage.cpp58 # define KTRACE(format...) ktrace_printf(format) macro
60 # define KTRACE(format...) ; macro

Completed in 79 milliseconds