Lines Matching refs:Tprintf
81 #define Tprintf(...) if (collector_interface) collector_interface->writeDebugInfo( 0, __VA_ARGS__… macro
84 #define Tprintf(...) macro
114 Tprintf (0, "heaptrace: __collector_module_init\n"); in __collector_module_init()
129 Tprintf (0, "heaptrace: collector_interface is null.\n"); in open_experiment()
134 Tprintf (0, "heaptrace: handle create failed.\n"); in open_experiment()
161 Tprintf (0, "heaptrace: TSD key create failed.\n"); in open_experiment()
200 Tprintf (0, "heaptrace: start_data_collection\n"); in start_data_collection()
208 Tprintf (0, "heaptrace: stop_data_collection\n"); in stop_data_collection()
217 Tprintf (0, "heaptrace: close_experiment\n"); in close_experiment()
227 Tprintf (0, "heaptrace: detach_experiment\n"); in detach_experiment()
247 Tprintf (0, "heaptrace: ERROR: real malloc not found\n"); in init_heap_intf()
251 Tprintf (DBG_LT1, "heaptrace: real malloc found with RTLD_DEFAULT\n"); in init_heap_intf()
256 Tprintf (DBG_LT1, "heaptrace: real malloc found with RTLD_NEXT\n"); in init_heap_intf()
265 Tprintf (0, "heaptrace: init_heap_intf done\n"); in init_heap_intf()
282 Tprintf (DBG_LT4, "heaptrace: LINUX malloc(%ld, %p)...\n", (long) size, ppp); in malloc()
290 Tprintf (DBG_LT4, "heaptrace: real malloc(%ld) = %p\n", (long) size, ret); in malloc()
359 Tprintf (DBG_LT4, "heaptrace: LINUX realloc(%ld, %p->%p)...\n", in realloc()