| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| linetrace.c | 164 TprintfT (DBG_LT0, "__collector_ext_line_init(%s)\n", progspec); 168 TprintfT (DBG_LT0, "__collector_ext_line_init() ERROR: initialization failed.\n"); 175 TprintfT (DBG_LT0, "collector: %s=%s\n", SP_COLLECTOR_FOLLOW_SPEC, user_follow_spec); 179 TprintfT (DBG_LT0, "collector: -F =<regex> does not match, will NOT be followed\n"); 182 TprintfT (DBG_LT0, "collector: -F =<regex> matches, will be followed\n"); 186 TprintfT (DBG_LT0, "__collector_ext_line_init(), progname=%s, followspec=%s, followthis=%d\n", 204 TprintfT (DBG_LT0, "__collector_ext_line_install(%s) ERROR: init hasn't be called yet\n", args); 207 TprintfT (DBG_LT0, "__collector_ext_line_install(%s, %s)\n", args, expname); 214 TprintfT (DBG_LT0, "__collector_ext_line_install() user_follow_mode=0x%X, linetrace_exp_dir_name=%s\n", 226 TprintfT (DBG_LT0, "__collector_ext_line_install creating sp_env_backup -- 0x%p\n", sp_env_backup) [all...] |
| collector.c | 188 TprintfT (DBG_LT0, "collector: %s=%d\n", SP_COLLECTOR_TRACELEVEL, 246 TprintfT (DBG_LT0, "collector_init: %s undefined. no experiment to start\n", 338 TprintfT (DBG_LT0, "__collector_writeMetaData(): bad module: %d\n", modl); 350 TprintfT (DBG_LT0, "__collector_writeMetaData(): can't open file: %s\n", fname); 596 TprintfT (DBG_LT0, "__collector_open_experiment: NOT creating experiment. (is_founder=%d, record=%d)\n", 600 TprintfT (DBG_LT0, "__collector_open_experiment: is_founder=%d, record=%d\n", 644 TprintfT (DBG_LT0, "collector: ERROR: experiment directory `%s' is not writeable\n", 678 TprintfT (DBG_LT0, "collector: ERROR: experiment parameter `%s' is too long\n", params); 765 TprintfT (DBG_LT0, "__collector_open_experiment(); module init done, params=%s\n", 833 TprintfT (DBG_LT0, "__collector_open_experiment: calling __collector_ext_line_install (%s, %s)\n" [all...] |
| collector.h | 195 DBG_LT0 = 0, // for high-level configuration, unexpected errors/warnings
|
| jprofile.c | 356 Tprintf (DBG_LT0, "\tjprofile: Initializing for JVMTI\n"); 417 Tprintf (DBG_LT0, "\tjprofile: JVMTI initialized\n"); 1168 TprintfT (DBG_LT0, "jprofile: __collector_ext_jstack_unwind: AsyncGetCallTrace is NULL\n");
|
| hwprofile.c | 518 TprintfT (DBG_LT0, "hwprofile: real_detach_experiment() detached from experiment.\n");
|
| iolib.c | 478 TprintfT (DBG_LT0, "collector_size_limit set to %d MB. = %d blocks\n",
|
| unwind.c | 419 TprintfT (DBG_LT0, "GPROFNG_MAX_CALL_STACK_DEPTH=%d GPROFNG_JAVA_MAX_CALL_STACK_DEPTH=%d\n", 503 TprintfT (DBG_LT0, "__collector_get_return_address: ERROR: alloca(%d) fails\n", size); 509 TprintfT (DBG_LT0, "__collector_get_return_address: size=%d, but stack_unwind returns %d\n", size, sz);
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| linetrace.c | 164 TprintfT (DBG_LT0, "__collector_ext_line_init(%s)\n", progspec); 168 TprintfT (DBG_LT0, "__collector_ext_line_init() ERROR: initialization failed.\n"); 175 TprintfT (DBG_LT0, "collector: %s=%s\n", SP_COLLECTOR_FOLLOW_SPEC, user_follow_spec); 179 TprintfT (DBG_LT0, "collector: -F =<regex> does not match, will NOT be followed\n"); 182 TprintfT (DBG_LT0, "collector: -F =<regex> matches, will be followed\n"); 186 TprintfT (DBG_LT0, "__collector_ext_line_init(), progname=%s, followspec=%s, followthis=%d\n", 204 TprintfT (DBG_LT0, "__collector_ext_line_install(%s) ERROR: init hasn't be called yet\n", args); 207 TprintfT (DBG_LT0, "__collector_ext_line_install(%s, %s)\n", args, expname); 214 TprintfT (DBG_LT0, "__collector_ext_line_install() user_follow_mode=0x%X, linetrace_exp_dir_name=%s\n", 226 TprintfT (DBG_LT0, "__collector_ext_line_install creating sp_env_backup -- 0x%p\n", sp_env_backup) [all...] |
| collector.c | 188 TprintfT (DBG_LT0, "collector: %s=%d\n", SP_COLLECTOR_TRACELEVEL, 246 TprintfT (DBG_LT0, "collector_init: %s undefined. no experiment to start\n", 338 TprintfT (DBG_LT0, "__collector_writeMetaData(): bad module: %d\n", modl); 350 TprintfT (DBG_LT0, "__collector_writeMetaData(): can't open file: %s\n", fname); 596 TprintfT (DBG_LT0, "__collector_open_experiment: NOT creating experiment. (is_founder=%d, record=%d)\n", 600 TprintfT (DBG_LT0, "__collector_open_experiment: is_founder=%d, record=%d\n", 644 TprintfT (DBG_LT0, "collector: ERROR: experiment directory `%s' is not writeable\n", 678 TprintfT (DBG_LT0, "collector: ERROR: experiment parameter `%s' is too long\n", params); 765 TprintfT (DBG_LT0, "__collector_open_experiment(); module init done, params=%s\n", 833 TprintfT (DBG_LT0, "__collector_open_experiment: calling __collector_ext_line_install (%s, %s)\n" [all...] |
| collector.h | 195 DBG_LT0 = 0, // for high-level configuration, unexpected errors/warnings
|
| jprofile.c | 356 Tprintf (DBG_LT0, "\tjprofile: Initializing for JVMTI\n"); 417 Tprintf (DBG_LT0, "\tjprofile: JVMTI initialized\n"); 1168 TprintfT (DBG_LT0, "jprofile: __collector_ext_jstack_unwind: AsyncGetCallTrace is NULL\n");
|
| hwprofile.c | 518 TprintfT (DBG_LT0, "hwprofile: real_detach_experiment() detached from experiment.\n");
|
| iolib.c | 478 TprintfT (DBG_LT0, "collector_size_limit set to %d MB. = %d blocks\n",
|
| unwind.c | 419 TprintfT (DBG_LT0, "GPROFNG_MAX_CALL_STACK_DEPTH=%d GPROFNG_JAVA_MAX_CALL_STACK_DEPTH=%d\n", 503 TprintfT (DBG_LT0, "__collector_get_return_address: ERROR: alloca(%d) fails\n", size); 509 TprintfT (DBG_LT0, "__collector_get_return_address: size=%d, but stack_unwind returns %d\n", size, sz);
|
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| hwcdrv.c | 68 TprintfT (DBG_LT0, "hwcfuncs: CPC2: WARNING: Id of processor '%s' " 254 TprintfT (DBG_LT0, "hwcfuncs: ERROR - evntsel & enable bits overlap: 0x%llx 0x%llx 0x%llx\n", 926 TprintfT (DBG_LT0, "hwcdrv: ERROR: internal_hwc_start:" 967 TprintfT (DBG_LT0, "hwcdrv: sig_ts=%llu: WARNING: hwcdrv_overflow:" 973 TprintfT (DBG_LT0, "hwcdrv: sig_ts=%llu: ERROR: hwcdrv_overflow:" 981 TprintfT (DBG_LT0, "hwcdrv: sig_ts=%llu: ERROR: hwcdrv_overflow:" 988 TprintfT (DBG_LT0, "hwcdrv: sig_ts=%llu: WARNING: hwcdrv_overflow:" 1014 TprintfT (DBG_LT0, "hwcdrv: sig_ts=%llu: ERROR: hwcdrv_overflow:" 1049 TprintfT (DBG_LT0, "hwcdrv: sig_ts=%llu: ERROR: hwcdrv_overflow:" 1062 TprintfT (DBG_LT0, "hwcdrv: sig_ts=%llu: ERROR: hwcdrv_overflow: [all...] |
| hwcdrv.h | 81 #define DBG_LT0 0 // for high-level configuration, unexpected errors/warnings
|
| hwcfuncs.c | 209 TprintfT (DBG_LT0, "hwcfuncs: cpcN_capture_errmsg(): %s\n", 522 TprintfT (DBG_LT0, "hwcfuncs: pic_: '%s', attribute[%u]" 617 TprintfT (DBG_LT0, "hwcfuncs: ERROR: hwcfuncs_bind_descriptor failed\n"); 632 TprintfT (DBG_LT0, "hwcfuncs: ERROR: hwcfuncs_bind_hwcentry\n");
|
| 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",
|
| hwctable.c | 1773 Tprintf (DBG_LT0, "hwctable: check_tables: ERROR:" 1784 Tprintf (DBG_LT0, "hwctable: check_tables: ERROR:" 1790 Tprintf (DBG_LT0, "hwctable: check_tables: ERROR:" 3811 hwcentry_print (DBG_LT0, "hwctable: hwc_cb: Warning: " 3847 hwcentry_print (DBG_LT0, "hwctable: hwc_cb: Warning: "
|
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| hwcdrv.c | 68 TprintfT (DBG_LT0, "hwcfuncs: CPC2: WARNING: Id of processor '%s' " 254 TprintfT (DBG_LT0, "hwcfuncs: ERROR - evntsel & enable bits overlap: 0x%llx 0x%llx 0x%llx\n", 926 TprintfT (DBG_LT0, "hwcdrv: ERROR: internal_hwc_start:" 967 TprintfT (DBG_LT0, "hwcdrv: sig_ts=%llu: WARNING: hwcdrv_overflow:" 973 TprintfT (DBG_LT0, "hwcdrv: sig_ts=%llu: ERROR: hwcdrv_overflow:" 981 TprintfT (DBG_LT0, "hwcdrv: sig_ts=%llu: ERROR: hwcdrv_overflow:" 988 TprintfT (DBG_LT0, "hwcdrv: sig_ts=%llu: WARNING: hwcdrv_overflow:" 1014 TprintfT (DBG_LT0, "hwcdrv: sig_ts=%llu: ERROR: hwcdrv_overflow:" 1049 TprintfT (DBG_LT0, "hwcdrv: sig_ts=%llu: ERROR: hwcdrv_overflow:" 1062 TprintfT (DBG_LT0, "hwcdrv: sig_ts=%llu: ERROR: hwcdrv_overflow: [all...] |
| hwcdrv.h | 81 #define DBG_LT0 0 // for high-level configuration, unexpected errors/warnings
|
| hwcfuncs.c | 209 TprintfT (DBG_LT0, "hwcfuncs: cpcN_capture_errmsg(): %s\n", 522 TprintfT (DBG_LT0, "hwcfuncs: pic_: '%s', attribute[%u]" 617 TprintfT (DBG_LT0, "hwcfuncs: ERROR: hwcfuncs_bind_descriptor failed\n"); 632 TprintfT (DBG_LT0, "hwcfuncs: ERROR: hwcfuncs_bind_hwcentry\n");
|
| 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",
|
| hwctable.c | 1773 Tprintf (DBG_LT0, "hwctable: check_tables: ERROR:" 1784 Tprintf (DBG_LT0, "hwctable: check_tables: ERROR:" 1790 Tprintf (DBG_LT0, "hwctable: check_tables: ERROR:" 3811 hwcentry_print (DBG_LT0, "hwctable: hwc_cb: Warning: " 3847 hwcentry_print (DBG_LT0, "hwctable: hwc_cb: Warning: "
|