| /src/external/gpl3/binutils/dist/gprofng/src/ |
| dbe_hwc.h | 38 #define Tprintf(x1,...) 41 #define Tprintf(x1,...) if( x1<=HWC_TRACELEVEL ) fprintf(stderr,__VA_ARGS__)
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| dbe_hwc.h | 38 #define Tprintf(x1,...) 41 #define Tprintf(x1,...) if( x1<=HWC_TRACELEVEL ) fprintf(stderr,__VA_ARGS__)
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| memmgr.c | 119 Tprintf (DBG_LT2, "memmgr: pgsz = %ld (0x%lx)\n", pgsz, pgsz); 125 Tprintf (DBG_LT2, "alloc_chunk mapping %u, rounded up from %u\n", (unsigned int) chunksz, sz); 131 Tprintf (0, "alloc_chunk mapping failed COL_ERROR_NOZMEMMAP: %s\n", CALL_UTIL (strerror)(errno)); 144 Tprintf (DBG_LT2, "memmgr: returning new chunk @%p, chunksx=%ld sz=%ld\n", 154 Tprintf (DBG_LT2, "__collector_newHeap calling alloc_chunk(0)\n"); 211 Tprintf (DBG_LT2, "memmgr: allocCSize %p sz %d (0x%x) req = 0x%x, from chain idx = %d\n", res, nsz, nsz, sz, idx); 231 Tprintf (DBG_LT2, "__collector_allocCSize (%u) calling alloc_chunk(%u)\n", sz, nsz); 249 Tprintf (DBG_LT2, "memmgr: allocCSize %p sz %d (0x%x) req = 0x%x, new chunk\n", res, nsz, nsz, sz); 279 Tprintf (DBG_LT4, "memmgr: freeC %p sz %ld\n", ptr, (long) sz); 297 Tprintf (DBG_LT2, "allocVsize_nolock calling alloc_chunk(%u)\n", sz) [all...] |
| heaptrace.c | 93 Tprintf (0, "heaptrace: __collector_module_init\n"); 108 Tprintf (0, "heaptrace: collector_interface is null.\n"); 113 Tprintf (0, "heaptrace: handle create failed.\n"); 188 Tprintf (0, "heaptrace: start_data_collection\n"); 196 Tprintf (0, "heaptrace: stop_data_collection\n"); 204 Tprintf (0, "heaptrace: close_experiment\n"); 213 Tprintf (0, "heaptrace: detach_experiment\n"); 233 Tprintf (0, "heaptrace: ERROR: real malloc not found\n"); 237 Tprintf (DBG_LT1, "heaptrace: real malloc found with RTLD_DEFAULT\n"); 242 Tprintf (DBG_LT1, "heaptrace: real malloc found with RTLD_NEXT\n") [all...] |
| profile.c | 86 #define Tprintf(...) if (collector_interface) collector_interface->writeDebugInfo( 0, __VA_ARGS__ ) 89 #define Tprintf(...) 109 Tprintf (0, "clockprof: ERROR: handle not created.\n"); 128 Tprintf (0, "clockprof: ERROR: collector_interface is null.\n"); 153 Tprintf (0, "clockprof: ERROR: TSD key create failed.\n");
|
| tsd.c | 46 Tprintf (DBG_LT1, "tsd_fini()\n");
|
| collector.h | 205 #define tprintf(...) macro 206 #define Tprintf(...) 211 #define tprintf(...) __collector_dlog( SP_DUMP_NOHEADER, __VA_ARGS__ ) macro 212 #define Tprintf(...) __collector_dlog( 0, __VA_ARGS__ )
|
| synctrace.c | 164 Tprintf (0, "synctrace: collector_interface is null.\n"); 169 Tprintf (0, "synctrace: handle create failed.\n"); 182 Tprintf (DBG_LT1, "synctrace: open_experiment s: parameter = %s\n", ptr); 205 Tprintf (0, "\tsynctrace: sync_scope found as %ld\n", sync_scope); 214 Tprintf (0, "\tsynctrace: sync_scope not found set to %ld\n", sync_scope); 232 Tprintf (0, "synctrace: TSD key create failed.\n"); 544 Tprintf (DBG_LT1, "__collector_jsync_begin: skipped\n"); 547 Tprintf (DBG_LT1, "__collector_jsync_begin: start event\n"); 557 Tprintf (DBG_LT1, "__collector_jsync_end: skipped\n"); 571 Tprintf (DBG_LT1, "__collector_jsync_begin: end event\n") [all...] |
| jprofile.c | 213 Tprintf (DBG_LT2, "jprofile: TSD key create succeeded %d.\n", tsd_key); 356 Tprintf (DBG_LT0, "\tjprofile: Initializing for JVMTI\n"); 369 Tprintf (DBG_LT1, "\tjprofile: adding can_get_source_file_name capability: %u\n", cpblts.can_get_source_file_name); 372 Tprintf (DBG_LT1, "\tjprofile: adding can_generate_compiled_method_load_events capability: %u\n", cpblts.can_generate_compiled_method_load_events); 377 Tprintf (DBG_LT1, "\tjprofile: adding can_generate_monitor_events capability: %u\n", cpblts.can_generate_monitor_events); 382 Tprintf (DBG_LT1, "\tjprofile: adding can_generate_garbage_collection_events capability: %u\n", cpblts.can_generate_garbage_collection_events); 385 Tprintf (DBG_LT1, "\tjprofile: AddCapabilities() returns: %d\n", err); 417 Tprintf (DBG_LT0, "\tjprofile: JVMTI initialized\n"); 429 Tprintf (DBG_LT1, "\tjprofile: JVM_OnLoad ok\n"); 714 Tprintf (DBG_LT2, "Mapping from compile_info:\n") [all...] |
| iotrace.c | 242 Tprintf (0, "iotrace: __collector_module_init\n"); 256 Tprintf (0, "iotrace: collector_interface is null.\n"); 261 Tprintf (0, "iotrace: handle create failed.\n"); 274 Tprintf (0, "iotrace: new heap failed.\n"); 299 Tprintf (0, "iotrace: TSD key create failed.\n"); 354 Tprintf (0, "iotrace: start_data_collection\n"); 362 Tprintf (0, "iotrace: stop_data_collection\n"); 376 Tprintf (0, "iotrace: close_experiment\n"); 391 Tprintf (0, "iotrace: detach_experiment\n"); 946 Tprintf (DBG_LT1, "iotrace allocating %u from io_heap\n", pktSize) [all...] |
| hwprofile.c | 141 #define Tprintf(...) if (collector_interface) collector_interface->writeDebugInfo( 0, __VA_ARGS__ ) 144 #define Tprintf(...)
|
| iolib.c | 683 Tprintf (DBG_LT1, "exp_size_ck() bypassed for %d block(s); exempt fname = %s\n", 1046 Tprintf (0, "__collector_write_string ERROR: string of length %d too long to be written to text file: %s\n", len, hndl->fname);
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| memmgr.c | 119 Tprintf (DBG_LT2, "memmgr: pgsz = %ld (0x%lx)\n", pgsz, pgsz); 125 Tprintf (DBG_LT2, "alloc_chunk mapping %u, rounded up from %u\n", (unsigned int) chunksz, sz); 131 Tprintf (0, "alloc_chunk mapping failed COL_ERROR_NOZMEMMAP: %s\n", CALL_UTIL (strerror)(errno)); 144 Tprintf (DBG_LT2, "memmgr: returning new chunk @%p, chunksx=%ld sz=%ld\n", 154 Tprintf (DBG_LT2, "__collector_newHeap calling alloc_chunk(0)\n"); 211 Tprintf (DBG_LT2, "memmgr: allocCSize %p sz %d (0x%x) req = 0x%x, from chain idx = %d\n", res, nsz, nsz, sz, idx); 231 Tprintf (DBG_LT2, "__collector_allocCSize (%u) calling alloc_chunk(%u)\n", sz, nsz); 249 Tprintf (DBG_LT2, "memmgr: allocCSize %p sz %d (0x%x) req = 0x%x, new chunk\n", res, nsz, nsz, sz); 279 Tprintf (DBG_LT4, "memmgr: freeC %p sz %ld\n", ptr, (long) sz); 297 Tprintf (DBG_LT2, "allocVsize_nolock calling alloc_chunk(%u)\n", sz) [all...] |
| heaptrace.c | 93 Tprintf (0, "heaptrace: __collector_module_init\n"); 108 Tprintf (0, "heaptrace: collector_interface is null.\n"); 113 Tprintf (0, "heaptrace: handle create failed.\n"); 188 Tprintf (0, "heaptrace: start_data_collection\n"); 196 Tprintf (0, "heaptrace: stop_data_collection\n"); 204 Tprintf (0, "heaptrace: close_experiment\n"); 213 Tprintf (0, "heaptrace: detach_experiment\n"); 233 Tprintf (0, "heaptrace: ERROR: real malloc not found\n"); 237 Tprintf (DBG_LT1, "heaptrace: real malloc found with RTLD_DEFAULT\n"); 242 Tprintf (DBG_LT1, "heaptrace: real malloc found with RTLD_NEXT\n") [all...] |
| profile.c | 86 #define Tprintf(...) if (collector_interface) collector_interface->writeDebugInfo( 0, __VA_ARGS__ ) 89 #define Tprintf(...) 109 Tprintf (0, "clockprof: ERROR: handle not created.\n"); 128 Tprintf (0, "clockprof: ERROR: collector_interface is null.\n"); 153 Tprintf (0, "clockprof: ERROR: TSD key create failed.\n");
|
| tsd.c | 46 Tprintf (DBG_LT1, "tsd_fini()\n");
|
| collector.h | 205 #define tprintf(...) macro 206 #define Tprintf(...) 211 #define tprintf(...) __collector_dlog( SP_DUMP_NOHEADER, __VA_ARGS__ ) macro 212 #define Tprintf(...) __collector_dlog( 0, __VA_ARGS__ )
|
| synctrace.c | 164 Tprintf (0, "synctrace: collector_interface is null.\n"); 169 Tprintf (0, "synctrace: handle create failed.\n"); 182 Tprintf (DBG_LT1, "synctrace: open_experiment s: parameter = %s\n", ptr); 205 Tprintf (0, "\tsynctrace: sync_scope found as %ld\n", sync_scope); 214 Tprintf (0, "\tsynctrace: sync_scope not found set to %ld\n", sync_scope); 232 Tprintf (0, "synctrace: TSD key create failed.\n"); 544 Tprintf (DBG_LT1, "__collector_jsync_begin: skipped\n"); 547 Tprintf (DBG_LT1, "__collector_jsync_begin: start event\n"); 557 Tprintf (DBG_LT1, "__collector_jsync_end: skipped\n"); 571 Tprintf (DBG_LT1, "__collector_jsync_begin: end event\n") [all...] |
| jprofile.c | 213 Tprintf (DBG_LT2, "jprofile: TSD key create succeeded %d.\n", tsd_key); 356 Tprintf (DBG_LT0, "\tjprofile: Initializing for JVMTI\n"); 369 Tprintf (DBG_LT1, "\tjprofile: adding can_get_source_file_name capability: %u\n", cpblts.can_get_source_file_name); 372 Tprintf (DBG_LT1, "\tjprofile: adding can_generate_compiled_method_load_events capability: %u\n", cpblts.can_generate_compiled_method_load_events); 377 Tprintf (DBG_LT1, "\tjprofile: adding can_generate_monitor_events capability: %u\n", cpblts.can_generate_monitor_events); 382 Tprintf (DBG_LT1, "\tjprofile: adding can_generate_garbage_collection_events capability: %u\n", cpblts.can_generate_garbage_collection_events); 385 Tprintf (DBG_LT1, "\tjprofile: AddCapabilities() returns: %d\n", err); 417 Tprintf (DBG_LT0, "\tjprofile: JVMTI initialized\n"); 429 Tprintf (DBG_LT1, "\tjprofile: JVM_OnLoad ok\n"); 714 Tprintf (DBG_LT2, "Mapping from compile_info:\n") [all...] |
| iotrace.c | 242 Tprintf (0, "iotrace: __collector_module_init\n"); 256 Tprintf (0, "iotrace: collector_interface is null.\n"); 261 Tprintf (0, "iotrace: handle create failed.\n"); 274 Tprintf (0, "iotrace: new heap failed.\n"); 299 Tprintf (0, "iotrace: TSD key create failed.\n"); 354 Tprintf (0, "iotrace: start_data_collection\n"); 362 Tprintf (0, "iotrace: stop_data_collection\n"); 376 Tprintf (0, "iotrace: close_experiment\n"); 391 Tprintf (0, "iotrace: detach_experiment\n"); 946 Tprintf (DBG_LT1, "iotrace allocating %u from io_heap\n", pktSize) [all...] |
| hwprofile.c | 141 #define Tprintf(...) if (collector_interface) collector_interface->writeDebugInfo( 0, __VA_ARGS__ ) 144 #define Tprintf(...)
|
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| hwctable.c | 1524 Tprintf (lvl, "%s '%s', '%s', %d, '%s', %d, %d, %d, %d, %d, %d, /\n", 1548 Tprintf (DBG_LT3, "hwctable: array_find_by_name(%s):\n", name); 1609 Tprintf (0, "hwctable: cputabs_find_entry: WARNING: " 1684 Tprintf (0, "hwctable: stdlist_print: ERROR: " 1706 Tprintf (DBG_LT2, "hwctable: test_hwcs()...\n"); 1710 Tprintf (0, "hwctable: WARNING: test " 1723 Tprintf (0, "hwctable: WARNING: test " 1729 Tprintf (0, "hwctable: WARNING: test sample failed\n"); 1734 Tprintf (DBG_LT1, "hwctable: test_hwcs("); 1736 Tprintf (DBG_LT1, "%s%s", ii ? "," : "", entries[ii]->name) [all...] |
| cpuid.c | 41 // Tprintf(DBG_LT0, "cpuid.c:%d read_cpuid_id() MPIDR_EL1=0x%016lx\n", __LINE__, v); 44 Tprintf (DBG_LT0, "cpuid.c:%d read_cpuid_id() MIDR_EL1=0x%016x\n", __LINE__, *eax); 153 Tprintf (DBG_LT0, "cpuid.c:%d read_cpuid_id() MIDR_EL1==0x%016x cpi_vendor=%d cpi_model=%d\n",
|
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| hwctable.c | 1524 Tprintf (lvl, "%s '%s', '%s', %d, '%s', %d, %d, %d, %d, %d, %d, /\n", 1548 Tprintf (DBG_LT3, "hwctable: array_find_by_name(%s):\n", name); 1609 Tprintf (0, "hwctable: cputabs_find_entry: WARNING: " 1684 Tprintf (0, "hwctable: stdlist_print: ERROR: " 1706 Tprintf (DBG_LT2, "hwctable: test_hwcs()...\n"); 1710 Tprintf (0, "hwctable: WARNING: test " 1723 Tprintf (0, "hwctable: WARNING: test " 1729 Tprintf (0, "hwctable: WARNING: test sample failed\n"); 1734 Tprintf (DBG_LT1, "hwctable: test_hwcs("); 1736 Tprintf (DBG_LT1, "%s%s", ii ? "," : "", entries[ii]->name) [all...] |
| cpuid.c | 41 // Tprintf(DBG_LT0, "cpuid.c:%d read_cpuid_id() MPIDR_EL1=0x%016lx\n", __LINE__, v); 44 Tprintf (DBG_LT0, "cpuid.c:%d read_cpuid_id() MIDR_EL1=0x%016x\n", __LINE__, *eax); 153 Tprintf (DBG_LT0, "cpuid.c:%d read_cpuid_id() MIDR_EL1==0x%016x cpi_vendor=%d cpi_model=%d\n",
|