Searched refs:KTRACE (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp41 # define KTRACE(format...) ktrace_printf(format) macro
43 # define KTRACE(format...) do {} while (false)
324 KTRACE("malloc(%lu) -> NULL", size);
338 KTRACE("malloc(%lu) -> %p", size, addr);
372 KTRACE("calloc(%lu, %lu) -> NULL", nelem, elsize);
389 KTRACE("calloc(%lu, %lu) -> %p", nelem, elsize, ptr);
402 KTRACE("free(%p)", ptr);
405 KTRACE("free(%p)", ptr);
437 KTRACE("memalign(%lu, %lu) -> NULL", alignment, size);
447 KTRACE("memalig
[all...]
/haiku/src/system/runtime_loader/
H A Delf.cpp91 KTRACE("rld: preload_image(\"%s\")", path);
95 KTRACE("rld: preload_image(\"%s\") failed to load container: %s", path,
103 KTRACE("rld: preload_image(\"%s\") done: id: %" B_PRId32, path, (*image)->id);
151 KTRACE("rld: preload_images count: %d", count);
179 KTRACE("rld: load_dependencies(\"%s\", id: %" B_PRId32 ")", image->name,
185 KTRACE("rld: load_dependencies(\"%s\", id: %" B_PRId32
218 KTRACE("rld: load_dependencies(\"%s\", id: %" B_PRId32
236 KTRACE("rld: load_dependencies(\"%s\", id: %" B_PRId32 ") "
244 KTRACE("rld: load_dependencies(\"%s\", id: %" B_PRId32 ") "
249 KTRACE("rl
[all...]
H A Druntime_loader_private.h28 # define KTRACE(x...) ktrace_printf(x) macro
30 # define KTRACE(x...) macro
H A Delf_load_image.cpp525 KTRACE("rld: load_container(\"%s\", type: %d, %s: \"%s\") "
532 KTRACE("rld: load_container(\"%s\", type: %d, %s: \"%s\")", name, type,
542 KTRACE("rld: load_container(\"%s\"): failed to open file", name);
560 KTRACE("rld: load_container(\"%s\"): already loaded after all",
676 KTRACE("rld: load_container(\"%s\"): done: id: %" B_PRId32 " (ABI: %#"
688 KTRACE("rld: load_container(\"%s\"): failed: %s", name,
/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
H A Dpcm.c185 KTRACE();
254 KTRACE();
601 KTRACE();
640 KTRACE();
698 KTRACE();
753 KTRACE();
769 KTRACE();
782 KTRACE();
1269 KTRACE();
1386 KTRACE();
[all...]
/haiku/src/system/kernel/
H A Dsem.cpp53 # define KTRACE(x...) ktrace_printf(x) macro
55 # define KTRACE(x...) do {} while (false) macro
326 KTRACE("delete_sem(sem: %ld)", sem.u.used.id);
524 KTRACE("create_sem_etc(count: %ld, name: %s, owner: %ld) -> %ld",
780 KTRACE("switch_sem_etc(semToBeReleased: %ld, sem: %ld, count: %ld, "
848 KTRACE("switch_sem_etc() done: 0x%lx", acquireStatus);
858 KTRACE("switch_sem_etc() done: 0x%lx", status);
908 KTRACE("release_sem_etc(sem: %ld, count: %ld, flags: 0x%lx)", id, count,
/haiku/src/build/libbe/app/
H A DMessage.cpp56 # define KTRACE(format...) ktrace_printf(format) macro
58 # define KTRACE(format...) macro
/haiku/src/kits/app/
H A DMessage.cpp58 # define KTRACE(format...) ktrace_printf(format) macro
60 # define KTRACE(format...) ; macro
2231 KTRACE("BMessage send remote: team: %ld, port: %ld, token: %ld, "
2252 KTRACE("BMessage send direct: port: %ld, token: %ld, "

Completed in 106 milliseconds