Home
last modified time | relevance | path

Searched refs:TprintfT (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dlinetrace.c144 TprintfT (DBG_LT0, "__collector_ext_line_init(%s)\n", progspec); in __collector_ext_line_init()
148 TprintfT (DBG_LT0, "__collector_ext_line_init() ERROR: initialization failed.\n"); in __collector_ext_line_init()
155 TprintfT (DBG_LT0, "collector: %s=%s\n", SP_COLLECTOR_FOLLOW_SPEC, user_follow_spec); in __collector_ext_line_init()
159 TprintfT (DBG_LT0, "collector: -F =<regex> does not match, will NOT be followed\n"); in __collector_ext_line_init()
162 TprintfT (DBG_LT0, "collector: -F =<regex> matches, will be followed\n"); in __collector_ext_line_init()
166 TprintfT (DBG_LT0, "__collector_ext_line_init(), progname=%s, followspec=%s, followthis=%d\n", in __collector_ext_line_init()
184TprintfT (DBG_LT0, "__collector_ext_line_install(%s) ERROR: init hasn't be called yet\n", args); in __collector_ext_line_install()
187 TprintfT (DBG_LT0, "__collector_ext_line_install(%s, %s)\n", args, expname); in __collector_ext_line_install()
194TprintfT (DBG_LT0, "__collector_ext_line_install() user_follow_mode=0x%X, linetrace_exp_dir_name=%… in __collector_ext_line_install()
206TprintfT (DBG_LT0, "__collector_ext_line_install creating sp_env_backup -- 0x%p\n", sp_env_backup); in __collector_ext_line_install()
[all …]
H A Ddispatcher.c121 TprintfT (DBG_LT2, "collector_sigprof_dispatcher signal for %p\n", in collector_sigprof_dispatcher()
131 TprintfT (DBG_LT2, "collector_sigprof_dispatcher handled\n"); in collector_sigprof_dispatcher()
158 TprintfT (DBG_LT3, "collector_sigprof_dispatcher dispatching signal\n"); in collector_sigprof_dispatcher()
181 TprintfT (0, "__collector_ext_usage_sample: now (%lld) > delay_start (%lld)\n", in collector_sigprof_dispatcher()
208TprintfT (0, "__collector_ext_usage_sample: now (%lld) > terminate_time (%lld); closing experiment… in collector_sigprof_dispatcher()
234 TprintfT (DBG_LT2, "__collector_sigprof_install\n"); in __collector_sigprof_install()
240TprintfT (DBG_LT1, "dispatcher: __collector_ext_dispatcher_install() collector_sigprof_dispatcher … in __collector_sigprof_install()
253 TprintfT (DBG_LT2, "__collector_sigprof_install done\n"); in __collector_sigprof_install()
276 TprintfT (DBG_LT2, "__collector_ext_dispatcher_install\n"); in __collector_ext_dispatcher_install()
283 TprintfT (DBG_LT1, "No interval timer set: skipping dispatcher install!\n"); in __collector_ext_dispatcher_install()
[all …]
H A Denvmgmt.c106 TprintfT (DBG_LT3, "__collector_env_save_preloads: %s=%s\n", SP_PRELOAD[v], sp_preloads[v]); in __collector_env_save_preloads()
112 TprintfT (DBG_LT4, "__collector_env_save_preloads: %s=%s\n", SP_LIBRARY_PATH[v], in __collector_env_save_preloads()
135 TprintfT (DBG_LT2, "env_backup_free()\n"); in __collector_env_backup_free()
138 TprintfT (DBG_LT2, "env_backup_free():sp_env_backup[%d]=%s \n", v, sp_env_backup[v]); in __collector_env_backup_free()
148 TprintfT (DBG_LT2, "env_backup_()\n"); in __collector_env_backup()
151 TprintfT (DBG_LT2, "env_backup_()\n"); in __collector_env_backup()
172 TprintfT (DBG_LT2, "env_prepend(\"%s\", \"%s\", \"%s\", \"%s\") -- nothing to do\n", in env_prepend()
177 TprintfT (DBG_LT2, "env_prepend(\"%s\", \"%s\", \"%s\", \"%s\")\n", in env_prepend()
191 TprintfT (DBG_LT2, "env_prepend(): could not allocate memory\n"); in env_prepend()
198 TprintfT (DBG_LT2, "env_prepend(): %s=%s was already set\n", in env_prepend()
[all …]
H A Dhwprofile.c151 #define TprintfT(...) if (collector_interface) collector_interface->writeDebugInfo( 1, __VA_ARGS__… macro
154 #define TprintfT(...) macro
178 TprintfT (0, "hwprofile: init_module FAILED - reg_module = NULL\n"); in init_module()
184 TprintfT (0, "hwprofile: ERROR: handle not created.\n"); in init_module()
209 TprintfT (0, "hwprofile: ERROR: collector_interface is null.\n"); in open_experiment()
238 TprintfT (0, "hwprofile: open_experiment %s -- %s\n", exp, defstring); in open_experiment()
250 TprintfT (0, "hwprofile: ERROR: hwcfuncs_init() failed\n"); in open_experiment()
259 TprintfT (0, "hwprofile: ERROR: hwcdrv_enable_mt() failed\n"); in open_experiment()
268 TprintfT (0, "hwprofile: ERROR: hwcdrv_get_info() failed\n"); in open_experiment()
280 TprintfT (0, "hwprofile: ERROR: TSD createKey failed\n"); in open_experiment()
[all …]
H A Dcollector.c194 TprintfT (DBG_LT0, "collector: SP_COLLECTOR_TRACELEVEL=%d\n", __collector_tracelevel); in init_tracelevel()
227 TprintfT (DBG_LT1, "collector_module_init: %d modules\n", nmodules); in collector_module_init()
256TprintfT (DBG_LT0, "collector_init: SP_COLLECTOR_EXPNAME undefined - no experiment to start\n"); in collector_init()
261 TprintfT (DBG_LT1, "collector_init: found SP_COLLECTOR_EXPNAME = %s\n", exp); in collector_init()
267 TprintfT (0, "collector_init: SP_COLLECTOR_PARAMS undefined - no experiment to start\n"); in collector_init()
274 TprintfT (0, "collector_init: __collector_open_experiment failed\n"); in collector_init()
285 TprintfT (DBG_LT1, "collector: module %s calls for registration.\n", in __collector_register_module()
311 TprintfT (DBG_LT1, "collector: module %s (%d) registered.\n", in __collector_register_module()
345 TprintfT (DBG_LT0, "__collector_writeMetaData(): bad module: %d\n", modl); in __collector_writeMetaData()
357 TprintfT (DBG_LT0, "__collector_writeMetaData(): can't open file: %s\n", fname); in __collector_writeMetaData()
[all …]
H A Dmmaptrace.c183 TprintfT (0, "__collector_ext_update_map_segments(%d)\n", CURR_REENTRANCE); in __collector_ext_update_map_segments()
198 TprintfT (0, "__collector_ext_mmap_install(mmap_mode=%d)\n", mmap_mode); in __collector_ext_mmap_install()
203 TprintfT (0, "ERROR: collector mmap tracing initialization failed.\n"); in __collector_ext_mmap_install()
208 TprintfT (DBG_LT2, "collector mmap tracing: mmap pointer not null\n"); in __collector_ext_mmap_install()
219 TprintfT (0, "ERROR: collector init_mmap_files() failed.\n"); in __collector_ext_mmap_install()
251 TprintfT (0, "__collector_ext_mmap_deinstall(%d)\n", update); in __collector_ext_mmap_deinstall()
282 TprintfT (0, "__collector_ext_mmap_deinstall done\n"); in __collector_ext_mmap_deinstall()
329 TprintfT (DBG_LT2, "init_mmap_files\n"); in init_mmap_files()
340 TprintfT (0, "ERROR: init_mmap_files: open(%s) failed\n", in init_mmap_files()
365 TprintfT (0, "append_segment_record: expt neither open nor paused (%d); " in append_segment_record()
[all …]
H A Dprofile.c92 #define TprintfT(...) if (collector_interface) collector_interface->writeDebugInfo( 1, __VA_ARGS_… macro
95 #define TprintfT(...) macro
108 TprintfT (0, "clockprof: init_module FAILED -- reg_module = NULL\n"); in init_module()
117 TprintfT (0, "clockprof: init_module, prof_hndl = %d\n", prof_hndl); in init_module()
153 TprintfT (0, "clockprof: open_experiment %s -- %s\n", exp, params); in open_experiment()
165TprintfT (0, "clockprof: open_experiment(): __collector_ext_itimer_set (actual period=%d, req_peri… in open_experiment()
208 TprintfT (0, "clockprof: start_data_collection\n"); in start_data_collection()
217 TprintfT (0, "clockprof: stop_data_collection\n"); in stop_data_collection()
226 TprintfT (0, "clockprof: close_experiment\n"); in close_experiment()
236 TprintfT (0, "clockprof: detach_experiment\n"); in detach_experiment()
[all …]
H A Diolib.c130 TprintfT (DBG_LT1, "iolib init: page size=%ld (0x%lx) blksz=%ld (0x%lx) log2blksz=%ld\n", in init()
194 TprintfT (DBG_LT1, "createHandle calling open on fname = `%s', desc = `%s' %s\n", in __collector_create_handle()
223 TprintfT (0, "createHandle open failed -- hndl->fname = `%s', SP_LOG_FILE = `%s': %s\n", in __collector_create_handle()
258TprintfT (0, "create_handle: can't mmap MAP_ANON (for %s): %s\n", hndl->fname, CALL_UTIL (strerror… in __collector_create_handle()
273TprintfT (DBG_LT2, " create_handle IO_TXT data buffer length=%ld (0x%lx) file='%s' memory=%p -- %p… in __collector_create_handle()
278TprintfT (DBG_LT2, "create_handle IO_TXT Buffer structures fname = `%s', NBUFS= %d, size = %ld (0x… in __collector_create_handle()
283 TprintfT (0, "create_handle allocCSize for hndl->buffers failed\n"); in __collector_create_handle()
307TprintfT (DBG_LT2, "create_handle calling allocCSize blkstate fname=`%s' nflow=%d NCHUNKS=%d size=… in __collector_create_handle()
317TprintfT (DBG_LT2, "create_handle calling allocCSize blkoff fname=`%s' nflow=%d NCHUNKS=%d size=%l… in __collector_create_handle()
387 TprintfT (0, "deleteHandle ERROR: timeout cleaning up handle for %s\n", hndl->fname); in deleteHandle()
[all …]
H A Djprofile.c194 TprintfT (0, "jprofile: open_experiment %s\n", exp); in open_experiment()
213 TprintfT (0, "jprofile: TSD key create failed.\n"); in open_experiment()
254 TprintfT (DBG_LT1, "jprofile: not turning on Java synctrace; Java mode not enabled\n"); in __collector_jprofile_enable_synctrace()
260 TprintfT (DBG_LT1, "jprofile: turning on Java synctrace, and requesting events\n"); in __collector_jprofile_enable_synctrace()
274 TprintfT (0, "jprofile attach: pfnGetCreatedJavaVMs is detected.\n"); in __collector_jprofile_start_attach()
291 TprintfT (0, "jprofile attach: AttachCurrentThread: thread: %lu jni_env=%p jthread=%p\n", in __collector_jprofile_start_attach()
319 TprintfT (0, "jprofile: experiment closed.\n"); in close_experiment()
337 TprintfT (0, "jprofile: detached from experiment.\n"); in detach_experiment()
348 TprintfT (DBG_LT1, "jprofile: JVM_OnLoad invoked with java mode disabled\n"); in JVM_OnLoad()
352 TprintfT (DBG_LT1, "jprofile: JVM_OnLoad invoked\n"); in JVM_OnLoad()
[all …]
H A Dsynctrace.c99 #define TprintfT(...) if (collector_interface) collector_interface->writeDebugInfo( 1, __VA_ARGS__… macro
102 #define TprintfT(...) macro
154 TprintfT (0, "synctrace: __collector_module_init\n"); in __collector_module_init()
181 TprintfT (0, "synctrace: open_experiment %s\n", exp); in open_experiment()
247 TprintfT (0, "synctrace: enabling Java synctrace\n"); in open_experiment()
276 TprintfT (0, "synctrace: open_experiment complete %ld\n", sync_threshold); in open_experiment()
284 TprintfT (0, "synctrace: start_data_collection\n"); in start_data_collection()
292 TprintfT (0, "synctrace: stop_data_collection\n"); in stop_data_collection()
302 TprintfT (0, "synctrace: close_experiment\n"); in close_experiment()
313 TprintfT (0, "synctrace: detach_experiment\n"); in detach_experiment()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dlinetrace.c164 TprintfT (DBG_LT0, "__collector_ext_line_init(%s)\n", progspec); in __collector_ext_line_init()
168 TprintfT (DBG_LT0, "__collector_ext_line_init() ERROR: initialization failed.\n"); in __collector_ext_line_init()
175 TprintfT (DBG_LT0, "collector: %s=%s\n", SP_COLLECTOR_FOLLOW_SPEC, user_follow_spec); in __collector_ext_line_init()
179 TprintfT (DBG_LT0, "collector: -F =<regex> does not match, will NOT be followed\n"); in __collector_ext_line_init()
182 TprintfT (DBG_LT0, "collector: -F =<regex> matches, will be followed\n"); in __collector_ext_line_init()
186 TprintfT (DBG_LT0, "__collector_ext_line_init(), progname=%s, followspec=%s, followthis=%d\n", in __collector_ext_line_init()
204TprintfT (DBG_LT0, "__collector_ext_line_install(%s) ERROR: init hasn't be called yet\n", args); in __collector_ext_line_install()
207 TprintfT (DBG_LT0, "__collector_ext_line_install(%s, %s)\n", args, expname); in __collector_ext_line_install()
214TprintfT (DBG_LT0, "__collector_ext_line_install() user_follow_mode=0x%X, linetrace_exp_dir_name=%… in __collector_ext_line_install()
226TprintfT (DBG_LT0, "__collector_ext_line_install creating sp_env_backup -- 0x%p\n", sp_env_backup); in __collector_ext_line_install()
[all …]
H A Denvmgmt.c106 TprintfT (DBG_LT3, "__collector_env_save_preloads: %s=%s\n", SP_PRELOAD[v], sp_preloads[v]); in __collector_env_save_preloads()
112 TprintfT (DBG_LT4, "__collector_env_save_preloads: %s=%s\n", SP_LIBRARY_PATH[v], in __collector_env_save_preloads()
135 TprintfT (DBG_LT2, "env_backup_free()\n"); in __collector_env_backup_free()
138 TprintfT (DBG_LT2, "env_backup_free():sp_env_backup[%d]=%s \n", v, sp_env_backup[v]); in __collector_env_backup_free()
148 TprintfT (DBG_LT2, "env_backup_()\n"); in __collector_env_backup()
151 TprintfT (DBG_LT2, "env_backup_()\n"); in __collector_env_backup()
172 TprintfT (DBG_LT2, "env_prepend(\"%s\", \"%s\", \"%s\", \"%s\") -- nothing to do\n", in env_prepend()
177 TprintfT (DBG_LT2, "env_prepend(\"%s\", \"%s\", \"%s\", \"%s\")\n", in env_prepend()
191 TprintfT (DBG_LT2, "env_prepend(): could not allocate memory\n"); in env_prepend()
198 TprintfT (DBG_LT2, "env_prepend(): %s=%s was already set\n", in env_prepend()
[all …]
H A Ddispatcher.c144 TprintfT (DBG_LT2, "collector_sigprof_dispatcher signal for %p\n", in collector_sigprof_dispatcher()
154 TprintfT (DBG_LT2, "collector_sigprof_dispatcher handled\n"); in collector_sigprof_dispatcher()
181 TprintfT (DBG_LT3, "collector_sigprof_dispatcher dispatching signal\n"); in collector_sigprof_dispatcher()
204 TprintfT (0, "__collector_ext_usage_sample: now (%lld) > delay_start (%lld)\n", in collector_sigprof_dispatcher()
231TprintfT (0, "__collector_ext_usage_sample: now (%lld) > terminate_time (%lld); closing experiment… in collector_sigprof_dispatcher()
257 TprintfT (DBG_LT2, "__collector_sigprof_install\n"); in __collector_sigprof_install()
263TprintfT (DBG_LT1, "dispatcher: __collector_ext_dispatcher_install() collector_sigprof_dispatcher … in __collector_sigprof_install()
276 TprintfT (DBG_LT2, "__collector_sigprof_install done\n"); in __collector_sigprof_install()
299 TprintfT (DBG_LT2, "__collector_ext_dispatcher_install\n"); in __collector_ext_dispatcher_install()
306 TprintfT (DBG_LT1, "No interval timer set: skipping dispatcher install!\n"); in __collector_ext_dispatcher_install()
[all …]
H A Dhwprofile.c151 #define TprintfT(...) if (collector_interface) collector_interface->writeDebugInfo( 1, __VA_ARGS__… macro
154 #define TprintfT(...) macro
178 TprintfT (0, "hwprofile: init_module FAILED - reg_module = NULL\n"); in init_module()
184 TprintfT (0, "hwprofile: ERROR: handle not created.\n"); in init_module()
209 TprintfT (0, "hwprofile: ERROR: collector_interface is null.\n"); in open_experiment()
238 TprintfT (0, "hwprofile: open_experiment %s -- %s\n", exp, defstring); in open_experiment()
250 TprintfT (0, "hwprofile: ERROR: hwcfuncs_init() failed\n"); in open_experiment()
259 TprintfT (0, "hwprofile: ERROR: hwcdrv_enable_mt() failed\n"); in open_experiment()
268 TprintfT (0, "hwprofile: ERROR: hwcdrv_get_info() failed\n"); in open_experiment()
280 TprintfT (0, "hwprofile: ERROR: TSD createKey failed\n"); in open_experiment()
[all …]
H A Dcollector.c188 TprintfT (DBG_LT0, "collector: SP_COLLECTOR_TRACELEVEL=%d\n", __collector_tracelevel); in init_tracelevel()
221 TprintfT (DBG_LT1, "collector_module_init: %d modules\n", nmodules); in collector_module_init()
250TprintfT (DBG_LT0, "collector_init: SP_COLLECTOR_EXPNAME undefined - no experiment to start\n"); in collector_init()
255 TprintfT (DBG_LT1, "collector_init: found SP_COLLECTOR_EXPNAME = %s\n", exp); in collector_init()
261 TprintfT (0, "collector_init: SP_COLLECTOR_PARAMS undefined - no experiment to start\n"); in collector_init()
268 TprintfT (0, "collector_init: __collector_open_experiment failed\n"); in collector_init()
279 TprintfT (DBG_LT1, "collector: module %s calls for registration.\n", in __collector_register_module()
305 TprintfT (DBG_LT1, "collector: module %s (%d) registered.\n", in __collector_register_module()
339 TprintfT (DBG_LT0, "__collector_writeMetaData(): bad module: %d\n", modl); in __collector_writeMetaData()
351 TprintfT (DBG_LT0, "__collector_writeMetaData(): can't open file: %s\n", fname); in __collector_writeMetaData()
[all …]
H A Dprofile.c93 #define TprintfT(...) if (collector_interface) collector_interface->writeDebugInfo( 1, __VA_ARGS_… macro
96 #define TprintfT(...) macro
109 TprintfT (0, "clockprof: init_module FAILED -- reg_module = NULL\n"); in init_module()
118 TprintfT (0, "clockprof: init_module, prof_hndl = %d\n", prof_hndl); in init_module()
154 TprintfT (0, "clockprof: open_experiment %s -- %s\n", exp, params); in open_experiment()
166TprintfT (0, "clockprof: open_experiment(): __collector_ext_itimer_set (actual period=%d, req_peri… in open_experiment()
215 TprintfT (0, "clockprof: start_data_collection\n"); in start_data_collection()
224 TprintfT (0, "clockprof: stop_data_collection\n"); in stop_data_collection()
233 TprintfT (0, "clockprof: close_experiment\n"); in close_experiment()
243 TprintfT (0, "clockprof: detach_experiment\n"); in detach_experiment()
[all …]
H A Diolib.c130 TprintfT (DBG_LT1, "iolib init: page size=%ld (0x%lx) blksz=%ld (0x%lx) log2blksz=%ld\n", in init()
194 TprintfT (DBG_LT1, "createHandle calling open on fname = `%s', desc = `%s' %s\n", in __collector_create_handle()
223 TprintfT (0, "createHandle open failed -- hndl->fname = `%s', SP_LOG_FILE = `%s': %s\n", in __collector_create_handle()
256TprintfT (0, "create_handle: can't mmap MAP_ANON (for %s): %s\n", hndl->fname, CALL_UTIL (strerror… in __collector_create_handle()
271TprintfT (DBG_LT2, " create_handle IO_TXT data buffer length=%ld (0x%lx) file='%s' memory=%p -- %p… in __collector_create_handle()
276TprintfT (DBG_LT2, "create_handle IO_TXT Buffer structures fname = `%s', NBUFS= %d, size = %ld (0x… in __collector_create_handle()
281 TprintfT (0, "create_handle allocCSize for hndl->buffers failed\n"); in __collector_create_handle()
305TprintfT (DBG_LT2, "create_handle calling allocCSize blkstate fname=`%s' nflow=%d NCHUNKS=%d size=… in __collector_create_handle()
315TprintfT (DBG_LT2, "create_handle calling allocCSize blkoff fname=`%s' nflow=%d NCHUNKS=%d size=%l… in __collector_create_handle()
385 TprintfT (0, "deleteHandle ERROR: timeout cleaning up handle for %s\n", hndl->fname); in deleteHandle()
[all …]
H A Dmmaptrace.c173 TprintfT (0, "__collector_ext_update_map_segments(%d)\n", CURR_REENTRANCE); in __collector_ext_update_map_segments()
188 TprintfT (0, "__collector_ext_mmap_install(mmap_mode=%d)\n", mmap_mode); in __collector_ext_mmap_install()
193 TprintfT (0, "ERROR: collector mmap tracing initialization failed.\n"); in __collector_ext_mmap_install()
198 TprintfT (DBG_LT2, "collector mmap tracing: mmap pointer not null\n"); in __collector_ext_mmap_install()
209 TprintfT (0, "ERROR: collector init_mmap_files() failed.\n"); in __collector_ext_mmap_install()
241 TprintfT (0, "__collector_ext_mmap_deinstall(%d)\n", update); in __collector_ext_mmap_deinstall()
272 TprintfT (0, "__collector_ext_mmap_deinstall done\n"); in __collector_ext_mmap_deinstall()
319 TprintfT (DBG_LT2, "init_mmap_files\n"); in init_mmap_files()
330 TprintfT (0, "ERROR: init_mmap_files: open(%s) failed\n", in init_mmap_files()
355 TprintfT (0, "append_segment_record: expt neither open nor paused (%d); " in append_segment_record()
[all …]
H A Djprofile.c194 TprintfT (0, "jprofile: open_experiment %s\n", exp); in open_experiment()
213 TprintfT (0, "jprofile: TSD key create failed.\n"); in open_experiment()
254 TprintfT (DBG_LT1, "jprofile: not turning on Java synctrace; Java mode not enabled\n"); in __collector_jprofile_enable_synctrace()
260 TprintfT (DBG_LT1, "jprofile: turning on Java synctrace, and requesting events\n"); in __collector_jprofile_enable_synctrace()
274 TprintfT (0, "jprofile attach: pfnGetCreatedJavaVMs is detected.\n"); in __collector_jprofile_start_attach()
313 TprintfT (0, "jprofile: experiment closed.\n"); in close_experiment()
331 TprintfT (0, "jprofile: detached from experiment.\n"); in detach_experiment()
342 TprintfT (DBG_LT1, "jprofile: JVM_OnLoad invoked with java mode disabled\n"); in JVM_OnLoad()
346 TprintfT (DBG_LT1, "jprofile: JVM_OnLoad invoked\n"); in JVM_OnLoad()
351 TprintfT (DBG_LT1, "jprofile: JVMTI found\n"); in JVM_OnLoad()
[all …]
H A Dsynctrace.c155 TprintfT (0, "synctrace: __collector_module_init\n"); in __collector_module_init()
182 TprintfT (0, "synctrace: open_experiment %s\n", exp); in open_experiment()
248 TprintfT (0, "synctrace: enabling Java synctrace\n"); in open_experiment()
283 TprintfT (0, "synctrace: open_experiment complete %ld\n", sync_threshold); in open_experiment()
291 TprintfT (0, "synctrace: start_data_collection\n"); in start_data_collection()
299 TprintfT (0, "synctrace: stop_data_collection\n"); in stop_data_collection()
309 TprintfT (0, "synctrace: close_experiment\n"); in close_experiment()
320 TprintfT (0, "synctrace: detach_experiment\n"); in detach_experiment()
541 TprintfT (0, "synctrace init_thread_intf complete\n"); in init_thread_intf()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwcdrv.c80 TprintfT (DBG_LT2, "hwcfuncs_assign_regnos(): preselected: idx=%d, regno=%d\n", idx, regno); in hwcdrv_assign_all_regnos()
103 TprintfT (DBG_LT2, "hwcfuncs_assign_regnos(): assigned: idx=%d, regno=%d\n", idx, regno); in hwcdrv_assign_all_regnos()
139 TprintfT (DBG_LT0, "hwcfuncs: CPC2: WARNING: Id of processor '%s' " in hwcdrv_lookup_cpuver()
273 TprintfT (DBG_LT2, "hwcfuncs: Counter %s, attribute %s set to 0x%llx\n", in set_x86_attr_bits()
323 TprintfT (DBG_LT1, "hwcfuncs: event=0x%llx pmc=0x%x '%s' nattrs = %u\n", in hwcfuncs_get_x86_eventsel()
331 TprintfT (DBG_LT0, "hwcfuncs: ERROR - evntsel & enable bits overlap: 0x%llx 0x%llx 0x%llx\n", in hwcfuncs_get_x86_eventsel()
468 TprintfT (0, "hwcdrv: ERROR: perf_event reset_buf() called!\n"); in reset_buf()
477 TprintfT (DBG_LT1, "hwcdrv: WARNING: perf_event skip_buf called!\n"); in skip_buf()
629 TprintfT ((loss_estimate || set_error_flag) ? DBG_LT1 : DBG_LT3, in read_sample()
644 TprintfT (0, "hwcdrv: ERROR: perf_event sample not fully parsed\n"); in read_sample()
[all …]
H A Dhwcfuncs.c163 TprintfT (dbg_lvl, "%s: name='%s', int_name='%s'," in ctrdefprint()
209 TprintfT (DBG_LT0, "hwcfuncs: cpcN_capture_errmsg(): %s\n", in hwcfuncs_int_capture_errmsg()
398 TprintfT (DBG_LT0, "hwcfuncs: ERROR: process_data_descriptor(): " in process_data_descriptor()
411 TprintfT (DBG_LT0, "hwcfuncs: ERROR: process_data_descriptor(): " in process_data_descriptor()
524 TprintfT (DBG_LT0, "hwcfuncs: pic_: '%s', attribute[%u]" in hwcfuncs_parse_attrs()
619 TprintfT (DBG_LT0, "hwcfuncs: ERROR: hwcfuncs_bind_descriptor failed\n"); in hwcfuncs_bind_descriptor()
634 TprintfT (DBG_LT0, "hwcfuncs: ERROR: hwcfuncs_bind_hwcentry\n"); in hwcfuncs_bind_hwcentry()
/netbsd-src/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcdrv.c80 TprintfT (DBG_LT2, "hwcfuncs_assign_regnos(): preselected: idx=%d, regno=%d\n", idx, regno); in hwcdrv_assign_all_regnos()
103 TprintfT (DBG_LT2, "hwcfuncs_assign_regnos(): assigned: idx=%d, regno=%d\n", idx, regno); in hwcdrv_assign_all_regnos()
139 TprintfT (DBG_LT0, "hwcfuncs: CPC2: WARNING: Id of processor '%s' " in hwcdrv_lookup_cpuver()
273 TprintfT (DBG_LT2, "hwcfuncs: Counter %s, attribute %s set to 0x%llx\n", in set_x86_attr_bits()
323 TprintfT (DBG_LT1, "hwcfuncs: event=0x%llx pmc=0x%x '%s' nattrs = %u\n", in hwcfuncs_get_x86_eventsel()
331 TprintfT (DBG_LT0, "hwcfuncs: ERROR - evntsel & enable bits overlap: 0x%llx 0x%llx 0x%llx\n", in hwcfuncs_get_x86_eventsel()
468 TprintfT (0, "hwcdrv: ERROR: perf_event reset_buf() called!\n"); in reset_buf()
477 TprintfT (DBG_LT1, "hwcdrv: WARNING: perf_event skip_buf called!\n"); in skip_buf()
629 TprintfT ((loss_estimate || set_error_flag) ? DBG_LT1 : DBG_LT3, in read_sample()
644 TprintfT (0, "hwcdrv: ERROR: perf_event sample not fully parsed\n"); in read_sample()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Ddbe_hwc.h31 #define TprintfT(x1,...) macro
34 #define TprintfT(x1,...) if( x1<=HWC_TRACELEVEL ) fprintf(stderr,__VA_ARGS__) macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Ddbe_hwc.h31 #define TprintfT(x1,...) macro
34 #define TprintfT(x1,...) if( x1<=HWC_TRACELEVEL ) fprintf(stderr,__VA_ARGS__) macro

12