Lines Matching refs:TprintfT

151 #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()
294 TprintfT (0, "hwprofile: ERROR: open_experiment() failed, RC=%d \n", err); in open_experiment()
321 TprintfT (0, "hwprofile: ERROR: open_experiment() failed, RC=%d \n", err); in open_experiment()
408TprintfT (0, "hwc_initialize_handlers(): ERROR: hwc_initialize_handlers(): __collector_sigaction()… in hwc_initialize_handlers()
415TprintfT (DBG_LT1, "hwc_initialize_handlers(): hwc_initialize_handlers() collector_sigemt_handler … in hwc_initialize_handlers()
429TprintfT (0, "hwc_initialize_handlers(): ERROR: hwc_initialize_handlers(): __collector_sigaction()… in hwc_initialize_handlers()
455TprintfT (0, "hwprofile close_experiment: ERROR: hwc sigaction check failed: errno=%d\n", errno); in close_experiment()
459TprintfT (DBG_LT1, "hwprofile close_experiment: WARNING: collector sigemt handler replaced by 0x%p… in close_experiment()
464TprintfT (DBG_LT1, "hwprofile close_experiment: collector sigemt handler integrity verified!\n"); in close_experiment()
465 TprintfT (0, "hwprofile: close_experiment\n"); in close_experiment()
481 TprintfT (0, "hwprofile: detach_experiment()\n"); in detach_experiment()
487TprintfT (0, "hwprofile: ERROR: stop_data_collection() should have been called before detach_exper… in detach_experiment()
500 TprintfT (DBG_LT1, "hwprofile: detach in the middle of signal handler.\n"); in detach_experiment()
523 TprintfT (0, "hwprofile: ERROR: unexpected sd_state in real_detach_experiment()\n"); in real_detach_experiment()
527 TprintfT (DBG_LT0, "hwprofile: real_detach_experiment() detached from experiment.\n"); in real_detach_experiment()
560 TprintfT (DBG_LT4, "hwprofile: %llu sample %lld tag %u recorded\n", in collector_record_counter_internal()
591 TprintfT (0, "hwprofile: ERROR: %s: unexpected signal %d\n", "collector_sigemt_handler", sig); in collector_sigemt_handler()
596 TprintfT (0, "hwprofile: WARNING: SIGEMT detected after close_experiment()\n"); in collector_sigemt_handler()
609 TprintfT (DBG_LT3, "hwprofile: collector_sigemt_handler SIG%02d\n", sig); in collector_sigemt_handler()
617TprintfT (DBG_LT1, "hwprofile: collector_sigemt_handler SIG%02d redirected to original handler\n",… in collector_sigemt_handler()
625 TprintfT (0, "hwprofile: ERROR: collector_sigemt_handler: hwcdrv_overflow() failed\n"); in collector_sigemt_handler()
690TprintfT (0, "hwprofile: ERROR: collector_sigemt_sigaction(): request to set handler for signal %d… in collector_sigemt_sigaction()
719 TprintfT (0, "hwprofile: collector_hwc_ABORT: [%d] %s\n", errnum, msg); in collector_hwc_ABORT()
731 TprintfT (0, "hwprofile: Continuing without HWC collection...\n"); in collector_hwc_ABORT()
741 TprintfT (0, "hwprofile: start_data_collection (hwc_mode=%d)\n", old_mode); in start_data_collection()
747 TprintfT (0, "hwprofile: ERROR: start_data_collection() failed in hwcdrv_start()\n"); in start_data_collection()
758 TprintfT (0, "hwprofile: ERROR: start_data_collection() failed in hwcdrv_lwp_resume()\n"); in start_data_collection()
764 TprintfT (0, "hwprofile: ERROR: start_data_collection() invalid mode\n"); in start_data_collection()
776 TprintfT (0, "hwprofile: stop_data_collection (hwc_mode=%d)\n", old_mode); in stop_data_collection()
791 TprintfT (0, "hwprofile: ERROR: stop_data_collection() failed in hwcdrv_lwp_suspend()\n"); in stop_data_collection()
811 TprintfT (DBG_LT1, "hwprofile: set_hwc_mode(%d)\n", md); in set_hwc_mode()
894 TprintfT (DBG_LT1, "hwprofile: writeLog(%s %u %s %d %u %d)\n", in hwclogwrite()