Lines Matching refs:T_LOG

80 		T_LOG("arming timer to stop tracing after %d seconds", timeout_secs);  in start_tracing_with_timeout()
83 T_LOG("ending tracing due to timeout"); in start_tracing_with_timeout()
92 T_LOG("trace point emitted"); in start_tracing_with_timeout()
143 T_LOG("found %d CPUs", ncpus);
183 T_LOG("stopping threads");
194 T_LOG("over %.1f seconds, saw %" PRIu64 " timer fires, %" PRIu64
215 T_LOG("%.7g: %s on %d: %llx", timestamp_secs(s, tp->timestamp),
235 T_LOG("%.7g: idle on %d: %llx", timestamp_secs(s, tp->timestamp),
259 T_LOG("missed sample on CPU %d for thread %#llx from "
272 T_LOG("%.7g: FIRE on %d: %d extra, %d idles",
310 T_LOG("sampled additional thread %llx on CPU %d", tp->threadid,
315 T_LOG("sampled idle thread on CPU %d", tp->cpuid);
339 T_LOG("spun up %d thread%s", nthreads, nthreads == 1 ? "" : "s");
392 T_LOG("stopping thread after %.2f seconds", duration_secs);
396 T_LOG("saw %" PRIu64 " timer fires (%g fires/second)", nfires,
399 T_LOG("expecting %g timer fires", expected_nfires);
494 T_LOG("CPU %d timer latencies:", cpuid); in cpu_oversample_log()
498 T_LOG("\t%llu timer latency %d: %llu", iv->iv_instant_ns, i, in cpu_oversample_log()
503 T_LOG("CPU %d fire latencies:", cpuid); in cpu_oversample_log()
507 T_LOG("\t%llu fire latency %d: %llu", iv->iv_instant_ns, i, iv->iv_val); in cpu_oversample_log()
546 T_LOG("%llu: %s stackshot syscall from process %s",
591 T_LOG("%llu: long timer latency at fire: %llu", cur_ns,
608 T_LOG("ignoring period of %llu within 5%% of expected %llu",
613 T_LOG("%llu: period of timer fire %llu is %llu + %llu + %llu = "
619 T_LOG("short profile timer fired on CPU %d", tp->cpuid);
623 T_LOG("fired back-to-back on CPU %d", tp->cpuid);
625 T_LOG("previous profile timer fired on CPU %d",
630 T_LOG("profile timer fires:");
632 T_LOG("\tfire: %llu", *(uint64_t *)vu64);
635 T_LOG("ignoring timer fire %llu as context may be missing",
639 T_LOG("skipping assertion because stackshot is "
644 T_LOG("skipping assertion because stackshot happened "
675 T_LOG("stopping trace after %.2f seconds", duration_secs);
705 T_LOG("configured kperf with a timer %d times", niters);
735 T_LOG("saw kernel stack with %" PRIu64 " frames, flags = %#" in expect_kdebug_trigger()
740 T_LOG("saw user stack with %" PRIu64 " frames, flags = %#" in expect_kdebug_trigger()
748 T_LOG("saw event with debugid 0x%" PRIx32, tp->debugid); in expect_kdebug_trigger()
1129 T_LOG("%llx (%s)\n", tp->threadid, tp->command);
1212 T_LOG("ending sample event returned %d (%s)",
1218 T_LOG("saw triggering event");
1290 T_LOG("spawning helper tool at %s", test_path); in spawn_bless_helper()
1324 T_LOG("parent pid is %d\n", getpid());