Lines Matching refs:Tprintf
98 Tprintf (0, "heaptrace: __collector_module_init\n"); in __collector_module_init()
113 Tprintf (0, "heaptrace: collector_interface is null.\n"); in open_experiment()
118 Tprintf (0, "heaptrace: handle create failed.\n"); in open_experiment()
145 Tprintf (0, "heaptrace: TSD key create failed.\n"); in open_experiment()
192 Tprintf (0, "heaptrace: start_data_collection\n"); in start_data_collection()
200 Tprintf (0, "heaptrace: stop_data_collection\n"); in stop_data_collection()
209 Tprintf (0, "heaptrace: close_experiment\n"); in close_experiment()
219 Tprintf (0, "heaptrace: detach_experiment\n"); in detach_experiment()
239 Tprintf (0, "heaptrace: ERROR: real malloc not found\n"); in init_heap_intf()
243 Tprintf (DBG_LT1, "heaptrace: real malloc found with RTLD_DEFAULT\n"); in init_heap_intf()
248 Tprintf (DBG_LT1, "heaptrace: real malloc found with RTLD_NEXT\n"); in init_heap_intf()
257 Tprintf (0, "heaptrace: init_heap_intf done\n"); in init_heap_intf()
274 Tprintf (DBG_LT4, "heaptrace: LINUX malloc(%ld, %p)...\n", (long) size, ppp); in malloc()
282 Tprintf (DBG_LT4, "heaptrace: real malloc(%ld) = %p\n", (long) size, ret); in malloc()
351 Tprintf (DBG_LT4, "heaptrace: LINUX realloc(%ld, %p->%p)...\n", in realloc()