| /linux-6.15/kernel/power/ |
| H A D | suspend.c | 92 trace_suspend_resume(TPS("machine_suspend"), PM_SUSPEND_TO_IDLE, true); in s2idle_enter() 377 trace_suspend_resume(TPS("freeze_processes"), 0, true); in suspend_prepare() 379 trace_suspend_resume(TPS("freeze_processes"), 0, false); in suspend_prepare() 456 trace_suspend_resume(TPS("machine_suspend"), in suspend_enter() 459 trace_suspend_resume(TPS("machine_suspend"), in suspend_enter() 530 trace_suspend_resume(TPS("console_resume_all"), state, true); in suspend_devices_and_enter() 532 trace_suspend_resume(TPS("console_resume_all"), state, false); in suspend_devices_and_enter() 569 trace_suspend_resume(TPS("suspend_enter"), state, true); in enter_state() 587 trace_suspend_resume(TPS("sync_filesystems"), 0, true); in enter_state() 589 trace_suspend_resume(TPS("sync_filesystems"), 0, false); in enter_state() [all …]
|
| H A D | process.c | 184 trace_suspend_resume(TPS("thaw_processes"), 0, true); in thaw_processes() 212 trace_suspend_resume(TPS("thaw_processes"), 0, false); in thaw_processes()
|
| H A D | hibernate.c | 336 trace_suspend_resume(TPS("machine_suspend"), PM_EVENT_HIBERNATE, true); in create_image() 340 trace_suspend_resume(TPS("machine_suspend"), PM_EVENT_HIBERNATE, false); in create_image()
|
| /linux-6.15/kernel/rcu/ |
| H A D | tree_nocb.h | 203 TPS("AlreadyAwake")); in __wake_nocb_gp() 444 TPS("FirstQ")); in rcu_nocb_try_bypass() 463 TPS("FirstQ")); in rcu_nocb_try_bypass() 509 TPS("FirstBQwake")); in rcu_nocb_try_bypass() 513 TPS("FirstBQnoWake")); in rcu_nocb_try_bypass() 543 TPS("WakeNotPoll")); in __call_rcu_nocb_wake() 556 TPS("WakeLazy")); in __call_rcu_nocb_wake() 562 TPS("WakeEmpty")); in __call_rcu_nocb_wake() 724 bypass_ncbs == lazy_ncbs ? TPS("Lazy") : TPS("Bypass")); in nocb_gp_wait() 754 TPS("NeedWaitGP")); in nocb_gp_wait() [all …]
|
| H A D | tree_plugin.h | 302 trace_rcu_grace_period(TPS("rcu_preempt"), in rcu_qs() 304 TPS("cpuqs")); in rcu_qs() 330 trace_rcu_utilization(TPS("Start context switch")); in rcu_note_context_switch() 372 trace_rcu_utilization(TPS("End context switch")); in rcu_note_context_switch() 541 trace_rcu_unlock_preempted_task(TPS("rcu_preempt"), in rcu_preempt_deferred_qs_irqrestore() 562 trace_rcu_quiescent_state_report(TPS("preempt_rcu"), in rcu_preempt_deferred_qs_irqrestore() 718 trace_rcu_unlock_preempted_task(TPS("rcu_preempt-GPS"), in rcu_preempt_check_blocked_tasks() 874 trace_rcu_grace_period(TPS("rcu_sched"), in rcu_qs() 916 trace_rcu_utilization(TPS("Start context switch")); in rcu_note_context_switch() 926 trace_rcu_utilization(TPS("End context switch")); in rcu_note_context_switch() [all …]
|
| H A D | tree.c | 1000 TPS("Prestarted")); in rcu_start_this_gp() 1012 TPS("Startedleaf")); in rcu_start_this_gp() 1059 needmore ? TPS("CleanupMore") : TPS("Cleanup")); in rcu_future_gp_cleanup() 2044 TPS("fqswait")); in rcu_gp_fqs_loop() 2067 TPS("fqsstart")); in rcu_gp_fqs_loop() 2075 TPS("fqsend")); in rcu_gp_fqs_loop() 2086 TPS("fqswaitsig")); in rcu_gp_fqs_loop() 2179 TPS("CleanupMore")); in rcu_gp_cleanup() 2230 TPS("reqwait")); in rcu_gp_kthread() 2244 TPS("reqwaitsig")); in rcu_gp_kthread() [all …]
|
| H A D | tree_exp.h | 56 trace_rcu_exp_grace_period(rcu_state.name, s, TPS("snap")); in rcu_exp_gp_seq_snap() 275 trace_rcu_exp_grace_period(rcu_state.name, s, TPS("done")); in sync_exp_work_done() 326 TPS("wait")); in exp_funnel_lock() 334 rnp->grplo, rnp->grphi, TPS("nxtlvl")); in exp_funnel_lock() 343 trace_rcu_exp_grace_period(rcu_state.name, s, TPS("start")); in exp_funnel_lock() 509 trace_rcu_exp_grace_period(rcu_state.name, rcu_exp_gp_seq_endval(), TPS("reset")); in sync_rcu_exp_select_cpus() 511 trace_rcu_exp_grace_period(rcu_state.name, rcu_exp_gp_seq_endval(), TPS("select")); in sync_rcu_exp_select_cpus() 631 trace_rcu_exp_grace_period(rcu_state.name, rcu_exp_gp_seq_endval(), TPS("startwait")); in synchronize_rcu_expedited_wait() 667 trace_rcu_stall_warning(rcu_state.name, TPS("ExpeditedStall")); in synchronize_rcu_expedited_wait() 694 trace_rcu_exp_grace_period(rcu_state.name, s, TPS("end")); in rcu_exp_wait_wake() [all …]
|
| H A D | rcu.h | 312 #define TPS(x) tracepoint_string(x) macro
|
| H A D | tree_stall.h | 597 trace_rcu_stall_warning(rcu_state.name, TPS("StallDetected")); in print_other_cpu_stall() 673 trace_rcu_stall_warning(rcu_state.name, TPS("SelfDetected")); in print_cpu_stall()
|
| /linux-6.15/drivers/base/ |
| H A D | syscore.c | 52 trace_suspend_resume(TPS("syscore_suspend"), 0, true); in syscore_suspend() 72 trace_suspend_resume(TPS("syscore_suspend"), 0, false); in syscore_suspend() 95 trace_suspend_resume(TPS("syscore_resume"), 0, true); in syscore_resume() 106 trace_suspend_resume(TPS("syscore_resume"), 0, false); in syscore_resume()
|
| /linux-6.15/kernel/ |
| H A D | context_tracking.c | 39 #define TPS(x) tracepoint_string(x) macro 139 trace_rcu_watching(TPS("End"), ct_nesting(), 0, ct_rcu_watching()); in ct_kernel_exit() 184 trace_rcu_watching(TPS("Start"), ct_nesting(), 1, ct_rcu_watching()); in ct_kernel_enter() 221 trace_rcu_watching(TPS("--="), ct_nmi_nesting(), ct_nmi_nesting() - 2, in ct_nmi_exit() 230 trace_rcu_watching(TPS("Endirq"), ct_nmi_nesting(), 0, ct_rcu_watching()); in ct_nmi_exit() 296 trace_rcu_watching(incby == 1 ? TPS("Startirq") : TPS("++="), in ct_nmi_enter()
|
| H A D | cpu.c | 1930 trace_suspend_resume(TPS("CPU_OFF"), cpu, true); in freeze_secondary_cpus() 1932 trace_suspend_resume(TPS("CPU_OFF"), cpu, false); in freeze_secondary_cpus() 1980 trace_suspend_resume(TPS("CPU_ON"), cpu, true); in thaw_secondary_cpus() 1982 trace_suspend_resume(TPS("CPU_ON"), cpu, false); in thaw_secondary_cpus()
|
| /linux-6.15/drivers/base/power/ |
| H A D | main.c | 728 trace_suspend_resume(TPS("dpm_resume_noirq"), state.event, true); in dpm_noirq_resume_devices() 766 trace_suspend_resume(TPS("dpm_resume_noirq"), state.event, false); in dpm_noirq_resume_devices() 870 trace_suspend_resume(TPS("dpm_resume_early"), state.event, true); in dpm_resume_early() 1043 trace_suspend_resume(TPS("dpm_resume"), state.event, true); in dpm_resume() 1084 trace_suspend_resume(TPS("dpm_resume"), state.event, false); in dpm_resume() 1145 trace_suspend_resume(TPS("dpm_complete"), state.event, true); in dpm_complete() 1172 trace_suspend_resume(TPS("dpm_complete"), state.event, false); in dpm_complete() 1766 trace_suspend_resume(TPS("dpm_suspend"), state.event, true); in dpm_suspend() 1810 trace_suspend_resume(TPS("dpm_suspend"), state.event, false); in dpm_suspend() 1949 trace_suspend_resume(TPS("dpm_prepare"), state.event, true); in dpm_prepare() [all …]
|
| /linux-6.15/drivers/thermal/ |
| H A D | imx8mm_thermal.c | 22 #define TPS 0x4 macro 168 val = readl_relaxed(tmu->base + TPS); in imx8mm_tmu_probe_sel_all() 170 writel_relaxed(val, tmu->base + TPS); in imx8mm_tmu_probe_sel_all()
|
| /linux-6.15/kernel/time/ |
| H A D | tick-common.c | 530 trace_suspend_resume(TPS("timekeeping_freeze"), in tick_freeze() 580 trace_suspend_resume(TPS("timekeeping_freeze"), in tick_unfreeze()
|
| /linux-6.15/drivers/cpufreq/ |
| H A D | amd-pstate-trace.h | 23 #define TPS(x) tracepoint_string(x) macro
|
| /linux-6.15/drivers/acpi/ |
| H A D | sleep.c | 596 trace_suspend_resume(TPS("acpi_suspend"), acpi_state, true); in acpi_suspend_enter() 613 trace_suspend_resume(TPS("acpi_suspend"), acpi_state, false); in acpi_suspend_enter()
|
| /linux-6.15/drivers/bus/mhi/host/ |
| H A D | trace.h | 88 #define TPS(x) tracepoint_string(x) macro
|
| H A D | main.c | 1328 trace_mhi_channel_command_start(mhi_cntrl, mhi_chan, to_state, TPS("Updating")); in mhi_update_channel_state() 1395 trace_mhi_channel_command_end(mhi_cntrl, mhi_chan, to_state, TPS("Updated")); in mhi_update_channel_state()
|
| /linux-6.15/drivers/net/fddi/skfp/h/ |
| H A D | skfbi.h | 784 #define TPS (18) /* ticks per second */ macro
|
| /linux-6.15/include/trace/events/ |
| H A D | power.h | 14 #define TPS(x) tracepoint_string(x) macro
|
| /linux-6.15/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mq-librem5.dtsi | 1289 &uart2 { /* TPS - GPS - DEBUG */
|
| /linux-6.15/drivers/net/wireless/admtek/ |
| H A D | adm8211.c | 496 ADM8211_INT(TPS); in adm8211_interrupt()
|