Lines Matching refs:TprintfT
121 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()
208 …TprintfT (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()
240 …TprintfT (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()
294 TprintfT (DBG_LT3, "__collector_ext_dispatcher_install: collector_master_thread_timerid=%p\n", in __collector_ext_dispatcher_install()
299 TprintfT (DBG_LT1, "Overriding app-set interval timer with period %d\n", timer_period); in __collector_ext_dispatcher_install()
306 TprintfT (DBG_LT2, "__collector_ext_dispatcher_install done\n"); in __collector_ext_dispatcher_install()
314 TprintfT (DBG_LT1, "__collector_sigaction: %d, %p\n", sig, nact ? nact->sa_sigaction : NULL); in __collector_sigaction()
370 …TprintfT (DBG_LT2, "__collector_ext_dispatcher_thread_timer_resume: timer not initialized yet, cre… in __collector_ext_dispatcher_thread_timer_resume()
373 TprintfT (0, "__collector_ext_dispatcher_thread_timer_resume(): WARNING: No timer created\n"); in __collector_ext_dispatcher_thread_timer_resume()
383 TprintfT (DBG_LT2, "__collector_ext_dispatcher_suspend\n"); in __collector_ext_dispatcher_suspend()
386 TprintfT (0, "__collector_ext_dispatcher_suspend(): WARNING: No dispatcher installed\n"); in __collector_ext_dispatcher_suspend()
401 TprintfT (DBG_LT2, "__collector_ext_dispatcher_restart(ip=%d)\n", itimer_period_requested); in __collector_ext_dispatcher_restart()
404 TprintfT (0, "__collector_ext_dispatcher_restart(): WARNING: No dispatcher installed\n"); in __collector_ext_dispatcher_restart()
429 TprintfT (DBG_LT1, "__collector_ext_dispatcher_deinstall()\n"); in __collector_ext_dispatcher_deinstall()
432 TprintfT (0, "__collector_ext_dispatcher_deinstall(): WARNING: No dispatcher installed\n"); in __collector_ext_dispatcher_deinstall()
441 TprintfT (DBG_LT2, "dispatcher: Collector interval timer period changed %d -> %d\n", in __collector_ext_dispatcher_deinstall()
460 TprintfT (0, "ERROR: dispatcher sigaction check failed: errno=%d\n", errno); in __collector_ext_dispatcher_deinstall()
463 TprintfT (0, "ERROR: collector dispatcher replaced by %p!\n", curr.sa_handler); in __collector_ext_dispatcher_deinstall()
468 TprintfT (DBG_LT2, "collector dispatcher integrity verified!\n"); in __collector_ext_dispatcher_deinstall()
523 TprintfT (0, "__collector_ext_itimer_set(): WARNING: No timer created\n"); in __collector_ext_itimer_set()
533 TprintfT (DBG_LT2, " itimer period %d adjusted to %d\n", in __collector_ext_itimer_set()
539 TprintfT (DBG_LT2, " itimer period %d accepted\n", period); in __collector_ext_itimer_set()
544 TprintfT (0, "__collector_ext_itimer_set(%d), requested=%d, actual=%d)\n", in __collector_ext_itimer_set()
559 TprintfT (DBG_LT1, "WARNING: timer_gettime failed: errno=%d\n", errno); in collector_timer_gettime()
564 TprintfT (DBG_LT2, "collector_timer_gettime (period=%d)\n", timer_period); in collector_timer_gettime()
574 TprintfT (DBG_LT2, "collector_timer_settime(): timer_create is %p\n", __real_timer_create); in collector_timer_create()
581 TprintfT (DBG_LT2, "collector_timer_settime() failed! errno=%d\n", errno); in collector_timer_create()
593 TprintfT (DBG_LT2, "collector_timer_settime(period=%d)\n", period); in collector_timer_settime()
600 TprintfT (DBG_LT2, "collector_timer_settime(%d) failed! errno=%d\n", period, errno); in collector_timer_settime()
617 TprintfT (0, "WARNING: ignoring %s block while profiling\n", "SIGPROF"); in protect_profiling_signals()
626 TprintfT (0, "WARNING: ignoring %s block while profiling\n", "SIGEMT"); in protect_profiling_signals()
661 TprintfT (DBG_LT2, "init_interposition_intf() setitimer not found\n"); in init_interposition_intf()
669 TprintfT (DBG_LT2, "init_interposition_intf() using RTLD_%s\n", in init_interposition_intf()
671 TprintfT (DBG_LT2, "@%p __real_setitimer\n", __real_setitimer); in init_interposition_intf()
674 TprintfT (DBG_LT2, "@%p __real_sigaction\n", __real_sigaction); in init_interposition_intf()
678 TprintfT (DBG_LT2, "@%p __real_libc_setitimer\n", __real_libc_setitimer); in init_interposition_intf()
681 TprintfT (DBG_LT2, "@%p __real_sigprocmask\n", __real_sigprocmask); in init_interposition_intf()
684 TprintfT (DBG_LT2, "@%p __real_thr_sigsetmask\n", __real_thr_sigsetmask); in init_interposition_intf()
687 TprintfT (DBG_LT2, "@%p __real_pthread_sigmask\n", __real_pthread_sigmask); in init_interposition_intf()
697 …TprintfT (DBG_LT2, "[%s] @%p __real_pthread_create\n", SYS_PTHREAD_CREATE_VERSION, __real_pthread_… in init_interposition_intf()
699 …TprintfT (DBG_LT2, "init_lineage_intf() [%s] @0x%p __real_timer_create\n", SYS_TIMER_X_VERSION, __… in init_interposition_intf()
701 …TprintfT (DBG_LT2, "init_lineage_intf() [%s] @0x%p __real_timer_settime\n", SYS_TIMER_X_VERSION, _… in init_interposition_intf()
703 …TprintfT (DBG_LT2, "init_lineage_intf() [%s] @0x%p __real_timer_delete\n", SYS_TIMER_X_VERSION, __… in init_interposition_intf()
705 …TprintfT (DBG_LT2, "init_lineage_intf() [%s] @0x%p __real_timer_gettime\n", SYS_TIMER_X_VERSION, _… in init_interposition_intf()
707 TprintfT (DBG_LT2, "init_lineage_intf() @0x%p __real_clone\n", __real_clone); in init_interposition_intf()
735 TprintfT (DBG_LT3, "sigaction(sig=%02d, nact=%p) interposing\n", sig, nact); in sigaction()
749 TprintfT (DBG_LT1, "dispatcher: new sigaction(sig=%02d) set\n", sig); in sigaction()
758 TprintfT (DBG_LT3, "Real sigaction(sig=%02d) returned %d (oact=%p)\n", in sigaction()
777 TprintfT (DBG_LT3, "sigaction() returning %d (oact=%p)\n", ret, oact); in sigaction()
795 TprintfT (DBG_LT3, "signal(sig=%02d, handler=%p) interposing\n", sig, handler); in signal()
801 TprintfT (DBG_LT3, "signal() returning %p\n", oact.sa_handler); in signal()
808 TprintfT (DBG_LT3, "sigset(sig=%02d, handler=%p) interposing\n", sig, handler); in sigset()
828 …TprintfT (DBG_LTT, "dispatcher: GLIBC: __collector_timer_create_2_3_3@%p\n", CALL_REAL (timer_crea… in __collector_timer_create_2_3_3()
842 …TprintfT (DBG_LTT, "dispatcher: GLIBC: __collector_timer_create_2_2@%p\n", CALL_REAL (timer_create… in __collector_timer_create_2_2()
855 …TprintfT (DBG_LTT, "dispatcher: GLIBC: __collector_timer_create_2_2_5@%p\n", CALL_REAL (timer_crea… in __collector_timer_create_2_2_5()
884 TprintfT (DBG_LT2, "Real timer_create(%d) returned %d\n", in timer_create()
894 TprintfT (DBG_LT2, "timer_create() returning %d\n", ret); in timer_create()
913 TprintfT (DBG_LT1, "setitimer(which=%d,nval=%dus) interposing\n", which, period); in _setitimer()
926 TprintfT (DBG_LT2, "Real setitimer(%d) returned %d (oval=%dus)\n", in _setitimer()
943 TprintfT (DBG_LT2, "setitimer() returning %d (oval=%dus)\n", ret, period); in _setitimer()
956 TprintfT (DBG_LT2, "__collector_sigprocmask(%d) interposing\n", how); in __collector_sigprocmask()
967 TprintfT (DBG_LT2, "__collector_sigprocmask(%d) returning %d\n", how, ret); in __collector_sigprocmask()
977 TprintfT (DBG_LT1, "__collector_thr_sigsetmask(%d) interposing\n", how); in __collector_thr_sigsetmask()
988 TprintfT (DBG_LT1, "__collector_thr_sigsetmask(%d) returning %d\n", how, ret); in __collector_thr_sigsetmask()
999 TprintfT (DBG_LT1, "__collector_pthread_sigmask(%d) interposing\n", how); in pthread_sigmask()
1010 TprintfT (DBG_LT1, "__collector_pthread_sigmask(%d) returning %d\n", how, ret); in pthread_sigmask()
1090 …TprintfT (DBG_LTT, "dispatcher: GLIBC: __collector_pthread_create_2_1@%p\n", CALL_REAL (pthread_cr… in __collector_pthread_create_2_1()
1103 …TprintfT (DBG_LTT, "dispatcher: GLIBC: __collector_pthread_create_2_0@%p\n", CALL_REAL (pthread_cr… in __collector_pthread_create_2_0()
1125 TprintfT (DBG_LT1, "pthread_create interposition called\n"); in __collector_pthread_create_symver()
1157 TprintfT (DBG_LT1, "pthread_create returning %d\n", ret); in __collector_pthread_create_symver()
1167 TprintfT (0, "clone thread interposing\n"); in __collector_ext_clone_pthread()
1254 TprintfT (DBG_LT1, "clone thread returning %d\n", ret); in __collector_ext_clone_pthread()