Lines Matching refs:T_LOG

78 		T_LOG("arming timer to stop tracing after %d seconds", timeout_secs);  in start_tracing_with_timeout()
81 T_LOG("ending tracing due to timeout"); in start_tracing_with_timeout()
90 T_LOG("trace point emitted"); in start_tracing_with_timeout()
141 T_LOG("found %d CPUs", ncpus);
181 T_LOG("stopping threads");
192 T_LOG("over %.1f seconds, saw %" PRIu64 " timer fires, %" PRIu64
213 T_LOG("%.7g: %s on %d: %llx", timestamp_secs(s, tp->timestamp),
233 T_LOG("%.7g: idle on %d: %llx", timestamp_secs(s, tp->timestamp),
257 T_LOG("missed sample on CPU %d for thread %#llx from "
270 T_LOG("%.7g: FIRE on %d: %d extra, %d idles",
308 T_LOG("sampled additional thread %llx on CPU %d", tp->threadid,
313 T_LOG("sampled idle thread on CPU %d", tp->cpuid);
337 T_LOG("spun up %d thread%s", nthreads, nthreads == 1 ? "" : "s");
390 T_LOG("stopping thread after %.2f seconds", duration_secs);
394 T_LOG("saw %" PRIu64 " timer fires (%g fires/second)", nfires,
397 T_LOG("expecting %g timer fires", expected_nfires);
492 T_LOG("CPU %d timer latencies:", cpuid); in cpu_oversample_log()
496 T_LOG("\t%llu timer latency %d: %llu", iv->iv_instant_ns, i, in cpu_oversample_log()
501 T_LOG("CPU %d fire latencies:", cpuid); in cpu_oversample_log()
505 T_LOG("\t%llu fire latency %d: %llu", iv->iv_instant_ns, i, iv->iv_val); in cpu_oversample_log()
544 T_LOG("%llu: %s stackshot syscall from process %s",
589 T_LOG("%llu: long timer latency at fire: %llu", cur_ns,
606 T_LOG("ignoring period of %llu within 5%% of expected %llu",
611 T_LOG("%llu: period of timer fire %llu is %llu + %llu + %llu = "
617 T_LOG("short profile timer fired on CPU %d", tp->cpuid);
621 T_LOG("fired back-to-back on CPU %d", tp->cpuid);
623 T_LOG("previous profile timer fired on CPU %d",
628 T_LOG("profile timer fires:");
630 T_LOG("\tfire: %llu", *(uint64_t *)vu64);
633 T_LOG("ignoring timer fire %llu as context may be missing",
637 T_LOG("skipping assertion because stackshot is "
642 T_LOG("skipping assertion because stackshot happened "
673 T_LOG("stopping trace after %.2f seconds", duration_secs);
703 T_LOG("configured kperf with a timer %d times", niters);
733 T_LOG("saw kernel stack with %" PRIu64 " frames, flags = %#" in expect_kdebug_trigger()
738 T_LOG("saw user stack with %" PRIu64 " frames, flags = %#" in expect_kdebug_trigger()
746 T_LOG("saw event with debugid 0x%" PRIx32, tp->debugid); in expect_kdebug_trigger()
1127 T_LOG("%llx (%s)\n", tp->threadid, tp->command);
1210 T_LOG("ending sample event returned %d (%s)",
1216 T_LOG("saw triggering event");
1288 T_LOG("spawning helper tool at %s", test_path); in spawn_bless_helper()
1322 T_LOG("parent pid is %d\n", getpid());