/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | heaptrace.c | 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() [all …]
|
H A D | memmgr.c | 126 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() 138 … Tprintf (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() 218 …Tprintf (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() 256 …Tprintf (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 D | synctrace.c | 98 #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() 518 …Tprintf (0, "synctrace: WARNING: init_thread_intf() using RTLD_DEFAULT for Solaris sync routines\n… in init_thread_intf() [all …]
|
H A D | profile.c | 91 #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 D | iotrace.c | 98 #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 D | jprofile.c | 219 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() 381 …Tprintf (DBG_LT1, "\tjprofile: adding can_get_source_file_name capability: %u\n", cpblts.can_get_s… in JVM_OnLoad() 384 …Tprintf (DBG_LT1, "\tjprofile: adding can_generate_compiled_method_load_events capability: %u\n", … in JVM_OnLoad() 389 …Tprintf (DBG_LT1, "\tjprofile: adding can_generate_monitor_events capability: %u\n", cpblts.can_ge… in JVM_OnLoad() 394 …Tprintf (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 D | collector.h | 173 #define Tprintf(...) macro 179 #define Tprintf(...) __collector_dlog( 0, __VA_ARGS__ ) macro
|
H A D | tsd.c | 52 Tprintf (DBG_LT1, "tsd_fini()\n"); in __collector_tsd_fini()
|
H A D | libcol_util.c | 1156 …Tprintf (DBG_LT0, "libcol_util: WARNING: dlvsym for %s@%s failed. Using dlsym() instead.", "open64… in __collector_util_init() 1200 …Tprintf (DBG_LT0, "libcol_util: WARNING: dlvsym for %s@%s failed. Using dlsym() instead.", "pwrite… in __collector_util_init() 1220 …Tprintf (DBG_LT0, "libcol_util: WARNING: dlvsym for %s@%s failed. Using dlsym() instead.", "pwrite… in __collector_util_init() 1456 …Tprintf (DBG_LT0, "libcol_util: WARNING: dlvsym for %s@%s failed. Using dlsym() instead.", "fopen"… in __collector_util_init() 1485 …Tprintf (DBG_LT0, "libcol_util: WARNING: dlvsym for %s@%s failed. Using dlsym() instead.", "fclose… in __collector_util_init()
|
H A D | hwprofile.c | 150 #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 D | memmgr.c | 126 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() 138 … Tprintf (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() 218 …Tprintf (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() 256 …Tprintf (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 D | heaptrace.c | 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() [all …]
|
H A D | profile.c | 92 #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 D | synctrace.c | 172 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 D | jprofile.c | 219 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() 375 …Tprintf (DBG_LT1, "\tjprofile: adding can_get_source_file_name capability: %u\n", cpblts.can_get_s… in JVM_OnLoad() 378 …Tprintf (DBG_LT1, "\tjprofile: adding can_generate_compiled_method_load_events capability: %u\n", … in JVM_OnLoad() 383 …Tprintf (DBG_LT1, "\tjprofile: adding can_generate_monitor_events capability: %u\n", cpblts.can_ge… in JVM_OnLoad() 388 …Tprintf (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 D | iotrace.c | 242 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 D | collector.h | 206 #define Tprintf(...) macro 212 #define Tprintf(...) __collector_dlog( 0, __VA_ARGS__ ) macro
|
H A D | tsd.c | 52 Tprintf (DBG_LT1, "tsd_fini()\n"); in __collector_tsd_fini()
|
H A D | hwprofile.c | 150 #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 D | dbe_hwc.h | 32 #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 D | dbe_hwc.h | 32 #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 D | hwctable.c | 2816 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 D | cpuid.c | 42 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 D | hwctable.c | 2780 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 D | cpuid.c | 42 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()
|