Lines Matching refs:T_LOG

64 		T_LOG("��️ Platform has %d perflevels (%s)", num_perf_levels, is_amp ? "AMP" : "SMP");  in platform_is_amp()
77 T_LOG("��️ Platform is a virtual machine!"); in platform_is_virtual_machine()
90 T_LOG("��️ Platform is running the \"%s\" scheduler policy", sched_policy_name); in platform_sched_policy()
127 T_LOG("�� Waiting up to %d second(s) for the system to quiesce above %.2f%% idle...", in wait_for_quiescence()
158 T_LOG("�� Not yet quiesced (%.2f%% idle)", idle_ratio * 100.0); in wait_for_quiescence()
170T_LOG("�� System quiesced to %.2f%% idle within %d second(s)", idle_ratio * 100.0, waited_seconds); in wait_for_quiescence()
172T_LOG("�� Failed to quiesce within %.2f%% idle after %d second(s)", idle_threshold * 100.0, waited… in wait_for_quiescence()
202 T_LOG("��️ Restoring CLPC state..."); in clpcctrl_cleanup()
237 T_LOG("��️ [clpcctrl] %s", data); in execute_clpcctrl()
246 T_LOG("��️ [clpcctrl] Error msg: %s", data); in execute_clpcctrl()
268 T_LOG("�� kern.sched_recommended_cores: %016llx, expecting %016llx if all are recommended", in check_recommended_core_mask()
412 T_LOG("��️ [trace] %s", data); in begin_collect_trace_fmt()
416 T_LOG("��️ [trace] Error msg: %s", data); in begin_collect_trace_fmt()
421 T_LOG("��️ Starting trace collection for \"%s\" trace[%u]", handle->trace_filename, trace_pid); in begin_collect_trace_fmt()
452 T_LOG("��️ Now waiting on trace to finish up..."); in end_collect_trace()
476 T_LOG("��️ \"%s\" marked for upload", compressed_path); in save_collected_trace()
481 T_LOG("��️ [tar] %s", data); in save_collected_trace()
485 T_LOG("��️ [tar] Error msg: %s", data); in save_collected_trace()
498 T_LOG("��️ Finished saving trace (%s), which is available compressed at \"%s\"", in save_collected_trace()
521 T_LOG("��️ Deleted recorded trace file at \"%s\"", trace_state->abs_filename); in discard_collected_trace()