Home
last modified time | relevance | path

Searched refs:Tprintf (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dheaptrace.c81 #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()
[all …]
H A Dmemmgr.c126 Tprintf (DBG_LT2, "memmgr: pgsz = %ld (0x%lx)\n", pgsz, pgsz); in alloc_chunk()
132 Tprintf (DBG_LT2, "alloc_chunk mapping %u, rounded up from %u\n", (unsigned int) chunksz, sz); in alloc_chunk()
138Tprintf (0, "alloc_chunk mapping failed COL_ERROR_NOZMEMMAP: %s\n", CALL_UTIL (strerror)(errno)); in alloc_chunk()
151 Tprintf (DBG_LT2, "memmgr: returning new chunk @%p, chunksx=%ld sz=%ld\n", in alloc_chunk()
161 Tprintf (DBG_LT2, "__collector_newHeap calling alloc_chunk(0)\n"); in __collector_newHeap()
218Tprintf (DBG_LT2, "memmgr: allocCSize %p sz %d (0x%x) req = 0x%x, from chain idx = %d\n", res, nsz… in __collector_allocCSize()
238 Tprintf (DBG_LT2, "__collector_allocCSize (%u) calling alloc_chunk(%u)\n", sz, nsz); in __collector_allocCSize()
256Tprintf (DBG_LT2, "memmgr: allocCSize %p sz %d (0x%x) req = 0x%x, new chunk\n", res, nsz, nsz, sz); in __collector_allocCSize()
286 Tprintf (DBG_LT4, "memmgr: freeC %p sz %ld\n", ptr, (long) sz); in __collector_freeCSize()
304 Tprintf (DBG_LT2, "allocVsize_nolock calling alloc_chunk(%u)\n", sz); in allocVSize_nolock()
[all …]
H A Dsynctrace.c98 #define Tprintf(...) if (collector_interface) collector_interface->writeDebugInfo( 0, __VA_ARGS__… macro
101 #define Tprintf(...) macro
171 Tprintf (0, "synctrace: collector_interface is null.\n"); in open_experiment()
176 Tprintf (0, "synctrace: handle create failed.\n"); in open_experiment()
189 Tprintf (DBG_LT1, "synctrace: open_experiment s: parameter = %s\n", ptr); in open_experiment()
212 Tprintf (0, "\tsynctrace: sync_scope found as %ld\n", sync_scope); in open_experiment()
221 Tprintf (0, "\tsynctrace: sync_scope not found set to %ld\n", sync_scope); in open_experiment()
239 Tprintf (0, "synctrace: TSD key create failed.\n"); in open_experiment()
411 Tprintf (0, "synctrace: WARNING: init_thread_intf() using RTLD_DEFAULT for OS sync routines\n"); in init_thread_intf()
518Tprintf (0, "synctrace: WARNING: init_thread_intf() using RTLD_DEFAULT for Solaris sync routines\n… in init_thread_intf()
[all …]
H A Dprofile.c91 #define Tprintf(...) if (collector_interface) collector_interface->writeDebugInfo( 0, __VA_ARGS_… macro
94 #define Tprintf(...) macro
114 Tprintf (0, "clockprof: ERROR: handle not created.\n"); in init_module()
133 Tprintf (0, "clockprof: ERROR: collector_interface is null.\n"); in open_experiment()
158 Tprintf (0, "clockprof: ERROR: TSD key create failed.\n"); in open_experiment()
H A Diotrace.c98 #define Tprintf(...) if (collector_interface) collector_interface->writeDebugInfo( 0, __VA_ARGS_… macro
101 #define Tprintf(...) macro
255 Tprintf (0, "iotrace: __collector_module_init\n"); in __collector_module_init()
269 Tprintf (0, "iotrace: collector_interface is null.\n"); in open_experiment()
274 Tprintf (0, "iotrace: handle create failed.\n"); in open_experiment()
287 Tprintf (0, "iotrace: new heap failed.\n"); in open_experiment()
312 Tprintf (0, "iotrace: TSD key create failed.\n"); in open_experiment()
357 Tprintf (0, "iotrace: start_data_collection\n"); in start_data_collection()
365 Tprintf (0, "iotrace: stop_data_collection\n"); in stop_data_collection()
379 Tprintf (0, "iotrace: close_experiment\n"); in close_experiment()
[all …]
H A Djprofile.c219 Tprintf (DBG_LT2, "jprofile: TSD key create succeeded %d.\n", tsd_key); in open_experiment()
368 Tprintf (DBG_LT0, "\tjprofile: Initializing for JVMTI\n"); in JVM_OnLoad()
381Tprintf (DBG_LT1, "\tjprofile: adding can_get_source_file_name capability: %u\n", cpblts.can_get_s… in JVM_OnLoad()
384Tprintf (DBG_LT1, "\tjprofile: adding can_generate_compiled_method_load_events capability: %u\n", … in JVM_OnLoad()
389Tprintf (DBG_LT1, "\tjprofile: adding can_generate_monitor_events capability: %u\n", cpblts.can_ge… in JVM_OnLoad()
394Tprintf (DBG_LT1, "\tjprofile: adding can_generate_garbage_collection_events capability: %u\n", cp… in JVM_OnLoad()
397 Tprintf (DBG_LT1, "\tjprofile: AddCapabilities() returns: %d\n", err); in JVM_OnLoad()
429 Tprintf (DBG_LT0, "\tjprofile: JVMTI initialized\n"); in JVM_OnLoad()
441 Tprintf (DBG_LT1, "\tjprofile: JVM_OnLoad ok\n"); in JVM_OnLoad()
726 Tprintf (DBG_LT2, "Mapping from compile_info:\n"); in jvmti_CompiledMethodLoad()
[all …]
H A Dcollector.h173 #define Tprintf(...) macro
179 #define Tprintf(...) __collector_dlog( 0, __VA_ARGS__ ) macro
H A Dtsd.c52 Tprintf (DBG_LT1, "tsd_fini()\n"); in __collector_tsd_fini()
H A Dlibcol_util.c1156Tprintf (DBG_LT0, "libcol_util: WARNING: dlvsym for %s@%s failed. Using dlsym() instead.", "open64… in __collector_util_init()
1200Tprintf (DBG_LT0, "libcol_util: WARNING: dlvsym for %s@%s failed. Using dlsym() instead.", "pwrite… in __collector_util_init()
1220Tprintf (DBG_LT0, "libcol_util: WARNING: dlvsym for %s@%s failed. Using dlsym() instead.", "pwrite… in __collector_util_init()
1456Tprintf (DBG_LT0, "libcol_util: WARNING: dlvsym for %s@%s failed. Using dlsym() instead.", "fopen"… in __collector_util_init()
1485Tprintf (DBG_LT0, "libcol_util: WARNING: dlvsym for %s@%s failed. Using dlsym() instead.", "fclose… in __collector_util_init()
H A Dhwprofile.c150 #define Tprintf(...) if (collector_interface) collector_interface->writeDebugInfo( 0, __VA_ARGS__… macro
153 #define Tprintf(...) macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dmemmgr.c126 Tprintf (DBG_LT2, "memmgr: pgsz = %ld (0x%lx)\n", pgsz, pgsz); in alloc_chunk()
132 Tprintf (DBG_LT2, "alloc_chunk mapping %u, rounded up from %u\n", (unsigned int) chunksz, sz); in alloc_chunk()
138Tprintf (0, "alloc_chunk mapping failed COL_ERROR_NOZMEMMAP: %s\n", CALL_UTIL (strerror)(errno)); in alloc_chunk()
151 Tprintf (DBG_LT2, "memmgr: returning new chunk @%p, chunksx=%ld sz=%ld\n", in alloc_chunk()
161 Tprintf (DBG_LT2, "__collector_newHeap calling alloc_chunk(0)\n"); in __collector_newHeap()
218Tprintf (DBG_LT2, "memmgr: allocCSize %p sz %d (0x%x) req = 0x%x, from chain idx = %d\n", res, nsz… in __collector_allocCSize()
238 Tprintf (DBG_LT2, "__collector_allocCSize (%u) calling alloc_chunk(%u)\n", sz, nsz); in __collector_allocCSize()
256Tprintf (DBG_LT2, "memmgr: allocCSize %p sz %d (0x%x) req = 0x%x, new chunk\n", res, nsz, nsz, sz); in __collector_allocCSize()
286 Tprintf (DBG_LT4, "memmgr: freeC %p sz %ld\n", ptr, (long) sz); in __collector_freeCSize()
304 Tprintf (DBG_LT2, "allocVsize_nolock calling alloc_chunk(%u)\n", sz); in allocVSize_nolock()
[all …]
H A Dheaptrace.c98 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()
[all …]
H A Dprofile.c92 #define Tprintf(...) if (collector_interface) collector_interface->writeDebugInfo( 0, __VA_ARGS_… macro
95 #define Tprintf(...) macro
115 Tprintf (0, "clockprof: ERROR: handle not created.\n"); in init_module()
134 Tprintf (0, "clockprof: ERROR: collector_interface is null.\n"); in open_experiment()
159 Tprintf (0, "clockprof: ERROR: TSD key create failed.\n"); in open_experiment()
H A Dsynctrace.c172 Tprintf (0, "synctrace: collector_interface is null.\n"); in open_experiment()
177 Tprintf (0, "synctrace: handle create failed.\n"); in open_experiment()
190 Tprintf (DBG_LT1, "synctrace: open_experiment s: parameter = %s\n", ptr); in open_experiment()
213 Tprintf (0, "\tsynctrace: sync_scope found as %ld\n", sync_scope); in open_experiment()
222 Tprintf (0, "\tsynctrace: sync_scope not found set to %ld\n", sync_scope); in open_experiment()
240 Tprintf (0, "synctrace: TSD key create failed.\n"); in open_experiment()
552 Tprintf (DBG_LT1, "__collector_jsync_begin: skipped\n"); in __collector_jsync_begin()
555 Tprintf (DBG_LT1, "__collector_jsync_begin: start event\n"); in __collector_jsync_begin()
565 Tprintf (DBG_LT1, "__collector_jsync_end: skipped\n"); in __collector_jsync_end()
581 Tprintf (DBG_LT1, "__collector_jsync_begin: end event\n"); in __collector_jsync_end()
H A Djprofile.c219 Tprintf (DBG_LT2, "jprofile: TSD key create succeeded %d.\n", tsd_key); in open_experiment()
362 Tprintf (DBG_LT0, "\tjprofile: Initializing for JVMTI\n"); in JVM_OnLoad()
375Tprintf (DBG_LT1, "\tjprofile: adding can_get_source_file_name capability: %u\n", cpblts.can_get_s… in JVM_OnLoad()
378Tprintf (DBG_LT1, "\tjprofile: adding can_generate_compiled_method_load_events capability: %u\n", … in JVM_OnLoad()
383Tprintf (DBG_LT1, "\tjprofile: adding can_generate_monitor_events capability: %u\n", cpblts.can_ge… in JVM_OnLoad()
388Tprintf (DBG_LT1, "\tjprofile: adding can_generate_garbage_collection_events capability: %u\n", cp… in JVM_OnLoad()
391 Tprintf (DBG_LT1, "\tjprofile: AddCapabilities() returns: %d\n", err); in JVM_OnLoad()
423 Tprintf (DBG_LT0, "\tjprofile: JVMTI initialized\n"); in JVM_OnLoad()
435 Tprintf (DBG_LT1, "\tjprofile: JVM_OnLoad ok\n"); in JVM_OnLoad()
720 Tprintf (DBG_LT2, "Mapping from compile_info:\n"); in jvmti_CompiledMethodLoad()
[all …]
H A Diotrace.c242 Tprintf (0, "iotrace: __collector_module_init\n"); in __collector_module_init()
256 Tprintf (0, "iotrace: collector_interface is null.\n"); in open_experiment()
261 Tprintf (0, "iotrace: handle create failed.\n"); in open_experiment()
274 Tprintf (0, "iotrace: new heap failed.\n"); in open_experiment()
299 Tprintf (0, "iotrace: TSD key create failed.\n"); in open_experiment()
354 Tprintf (0, "iotrace: start_data_collection\n"); in start_data_collection()
362 Tprintf (0, "iotrace: stop_data_collection\n"); in stop_data_collection()
376 Tprintf (0, "iotrace: close_experiment\n"); in close_experiment()
391 Tprintf (0, "iotrace: detach_experiment\n"); in detach_experiment()
946 Tprintf (DBG_LT1, "iotrace allocating %u from io_heap\n", pktSize); in open()
[all …]
H A Dcollector.h206 #define Tprintf(...) macro
212 #define Tprintf(...) __collector_dlog( 0, __VA_ARGS__ ) macro
H A Dtsd.c52 Tprintf (DBG_LT1, "tsd_fini()\n"); in __collector_tsd_fini()
H A Dhwprofile.c150 #define Tprintf(...) if (collector_interface) collector_interface->writeDebugInfo( 0, __VA_ARGS__… macro
153 #define Tprintf(...) macro
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Ddbe_hwc.h32 #define Tprintf(x1,...) macro
35 #define Tprintf(x1,...) if( x1<=HWC_TRACELEVEL ) fprintf(stderr,__VA_ARGS__) macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Ddbe_hwc.h32 #define Tprintf(x1,...) macro
35 #define Tprintf(x1,...) if( x1<=HWC_TRACELEVEL ) fprintf(stderr,__VA_ARGS__) macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/common/
H A Dhwctable.c2816 Tprintf (lvl, "%s '%s', '%s', %d, '%s', %d, %d, %d, %d, %d, %d, /", in hwcentry_print()
2829 Tprintf (lvl, "%s\n", buf); in hwcentry_print()
2841 Tprintf (0, "hwctable: regno_add(): ERROR: pctr==NULL\n"); in regno_add()
2898 Tprintf (DBG_LT3, "hwctable: array_find_by_name(%s):\n", name); in ptrarray_find_by_name()
2961 Tprintf (0, "hwctable: cputabs_find_entry: WARNING: " in cputabs_find_entry()
3058 Tprintf (0, "hwctable: stdlist_print: ERROR: " in stdlist_print()
3113 Tprintf (DBG_LT2, "hwctable: test_hwcs()...\n"); in test_hwcs()
3117 Tprintf (0, "hwctable: WARNING: test " in test_hwcs()
3130 Tprintf (0, "hwctable: WARNING: test " in test_hwcs()
3136 Tprintf (0, "hwctable: WARNING: test sample failed\n"); in test_hwcs()
[all …]
H A Dcpuid.c42 Tprintf (DBG_LT0, "cpuid.c:%d read_cpuid_id() MIDR_EL1=0x%016x\n", __LINE__, *eax); in __get_cpuid()
144 Tprintf (DBG_LT0, "cpuid.c:%d read_cpuid_id() MIDR_EL1==0x%016x cpi_vendor=%d cpi_model=%d\n", in get_cpuid_info()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwctable.c2780 Tprintf (lvl, "%s '%s', '%s', %d, '%s', %d, %d, %d, %d, %d, %d, /", in hwcentry_print()
2793 Tprintf (lvl, "%s\n", buf); in hwcentry_print()
2805 Tprintf (0, "hwctable: regno_add(): ERROR: pctr==NULL\n"); in regno_add()
2862 Tprintf (DBG_LT3, "hwctable: array_find_by_name(%s):\n", name); in ptrarray_find_by_name()
2925 Tprintf (0, "hwctable: cputabs_find_entry: WARNING: " in cputabs_find_entry()
3022 Tprintf (0, "hwctable: stdlist_print: ERROR: " in stdlist_print()
3077 Tprintf (DBG_LT2, "hwctable: test_hwcs()...\n"); in test_hwcs()
3081 Tprintf (0, "hwctable: WARNING: test " in test_hwcs()
3094 Tprintf (0, "hwctable: WARNING: test " in test_hwcs()
3100 Tprintf (0, "hwctable: WARNING: test sample failed\n"); in test_hwcs()
[all …]
H A Dcpuid.c42 Tprintf (DBG_LT0, "cpuid.c:%d read_cpuid_id() MIDR_EL1=0x%016x\n", __LINE__, *eax); in __get_cpuid()
144 Tprintf (DBG_LT0, "cpuid.c:%d read_cpuid_id() MIDR_EL1==0x%016x cpi_vendor=%d cpi_model=%d\n", in get_cpuid_info()

12