| /linux/kernel/power/ |
| H A D | suspend.c | 93 trace_suspend_resume(TPS("machine_suspend"), PM_SUSPEND_TO_IDLE, true); in s2idle_enter() 130 trace_suspend_resume(TPS("machine_suspend"), PM_SUSPEND_TO_IDLE, false); in s2idle_enter() 386 trace_suspend_resume(TPS("freeze_processes"), 0, true); in suspend_prepare() 388 trace_suspend_resume(TPS("freeze_processes"), 0, false); in suspend_prepare() 466 trace_suspend_resume(TPS("machine_suspend"), in suspend_enter() 469 trace_suspend_resume(TPS("machine_suspend"), in suspend_enter() 540 trace_suspend_resume(TPS("console_resume_all"), state, true); in suspend_devices_and_enter() 542 trace_suspend_resume(TPS("console_resume_all"), state, false); in suspend_devices_and_enter() 580 trace_suspend_resume(TPS("suspend_enter"), state, true); in enter_state() 598 trace_suspend_resume(TPS("sync_filesystems"), 0, true); 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 | 357 trace_suspend_resume(TPS("machine_suspend"), PM_EVENT_HIBERNATE, true); in create_image() 361 trace_suspend_resume(TPS("machine_suspend"), PM_EVENT_HIBERNATE, false); in create_image()
|
| /linux/kernel/rcu/ |
| H A D | tree_nocb.h | 212 TPS("AlreadyAwake")); in __wake_nocb_gp() 224 trace_rcu_nocb_wake(rcu_state.name, rdp->cpu, TPS("DoWake")); in __wake_nocb_gp() 450 TPS("FirstQ")); in rcu_nocb_try_bypass() 469 TPS("FirstQ")); in rcu_nocb_try_bypass() 499 trace_rcu_nocb_wake(rcu_state.name, rdp->cpu, TPS("FirstBQ")); in rcu_nocb_try_bypass() 515 TPS("FirstBQwake")); in rcu_nocb_try_bypass() 519 TPS("FirstBQnoWake")); in rcu_nocb_try_bypass() 544 TPS("WakeNotPoll")); in __call_rcu_nocb_wake() 557 TPS("WakeLazy")); in __call_rcu_nocb_wake() 562 TPS("WakeEmpty")); in __call_rcu_nocb_wake() [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() 543 trace_rcu_unlock_preempted_task(TPS("rcu_preempt"), in rcu_preempt_deferred_qs_irqrestore() 564 trace_rcu_quiescent_state_report(TPS("preempt_rcu"), in rcu_preempt_deferred_qs_irqrestore() 797 trace_rcu_unlock_preempted_task(TPS("rcu_preempt-GPS"), in rcu_preempt_check_blocked_tasks() 955 trace_rcu_grace_period(TPS("rcu_sched"), in rcu_qs() 956 __this_cpu_read(rcu_data.gp_seq), TPS("cpuqs")); in rcu_qs() 997 trace_rcu_utilization(TPS("Start context switch")); in rcu_note_context_switch() [all …]
|
| H A D | tree.c | 834 trace_rcu_fqs(rcu_state.name, rdp->gp_seq, rdp->cpu, TPS("dti")); in rcu_watching_snap_save() 870 trace_rcu_fqs(rcu_state.name, rdp->gp_seq, rdp->cpu, TPS("dti")); in rcu_watching_snap_recheck() 1032 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, TPS("Startleaf")); in rcu_start_this_gp() 1041 TPS("Prestarted")); in rcu_start_this_gp() 1053 TPS("Startedleaf")); in rcu_start_this_gp() 1064 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("Startedleafroot")); in rcu_start_this_gp() 1067 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("Startedroot")); in rcu_start_this_gp() 1071 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("NoGPkthread")); in rcu_start_this_gp() 1074 trace_rcu_grace_period(rcu_state.name, data_race(rcu_state.gp_seq), TPS("newreq")); in rcu_start_this_gp() 1100 needmore ? TPS("CleanupMore") : TPS("Cleanup")); in rcu_future_gp_cleanup() [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() 282 trace_rcu_exp_grace_period(rcu_state.name, s, TPS("done")); in sync_exp_work_done() 333 TPS("wait")); in exp_funnel_lock() 341 rnp->grplo, rnp->grphi, TPS("nxtlvl")); in exp_funnel_lock() 350 trace_rcu_exp_grace_period(rcu_state.name, s, TPS("start")); in exp_funnel_lock() 432 trace_rcu_exp_grace_period(rcu_state.name, rcu_exp_gp_seq_endval(), TPS("selectofl")); in __sync_rcu_exp_select_node_cpus() 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() 636 trace_rcu_exp_grace_period(rcu_state.name, rcu_exp_gp_seq_endval(), TPS("startwait")); in synchronize_rcu_expedited_wait() 672 trace_rcu_stall_warning(rcu_state.name, TPS("ExpeditedStall")); in synchronize_rcu_expedited_wait() [all …]
|
| H A D | rcu.h | 324 #define TPS(x) tracepoint_string(x) macro
|
| H A D | tree_stall.h | 655 trace_rcu_stall_warning(rcu_state.name, TPS("StallDetected")); in print_other_cpu_stall() 731 trace_rcu_stall_warning(rcu_state.name, TPS("SelfDetected")); in print_cpu_stall()
|
| /linux/kernel/ |
| H A D | context_tracking.c | 39 #define TPS(x) tracepoint_string(x) macro 119 trace_rcu_watching(TPS("End"), ct_nesting(), 0, ct_rcu_watching()); in ct_kernel_exit() 164 trace_rcu_watching(TPS("Start"), ct_nesting(), 1, ct_rcu_watching()); in ct_kernel_enter() 201 trace_rcu_watching(TPS("--="), ct_nmi_nesting(), ct_nmi_nesting() - 2, in ct_nmi_exit() 210 trace_rcu_watching(TPS("Endirq"), ct_nmi_nesting(), 0, ct_rcu_watching()); in ct_nmi_exit() 276 trace_rcu_watching(incby == 1 ? TPS("Startirq") : TPS("++="), in ct_nmi_enter()
|
| H A D | cpu.c | 1917 trace_suspend_resume(TPS("CPU_OFF"), cpu, true); in freeze_secondary_cpus() 1919 trace_suspend_resume(TPS("CPU_OFF"), cpu, false); in freeze_secondary_cpus() 1967 trace_suspend_resume(TPS("CPU_ON"), cpu, true); in thaw_secondary_cpus() 1969 trace_suspend_resume(TPS("CPU_ON"), cpu, false); in thaw_secondary_cpus()
|
| /linux/drivers/base/ |
| H A D | syscore.c | 52 trace_suspend_resume(TPS("syscore_suspend"), 0, true); in syscore_suspend() 73 trace_suspend_resume(TPS("syscore_suspend"), 0, false); in syscore_suspend() 97 trace_suspend_resume(TPS("syscore_resume"), 0, true); in syscore_resume() 109 trace_suspend_resume(TPS("syscore_resume"), 0, false); in syscore_resume()
|
| /linux/drivers/base/power/ |
| H A D | main.c | 830 trace_suspend_resume(TPS("dpm_resume_noirq"), state.event, true); in dpm_noirq_resume_devices() 869 trace_suspend_resume(TPS("dpm_resume_noirq"), state.event, false); in dpm_noirq_resume_devices() 980 trace_suspend_resume(TPS("dpm_resume_early"), state.event, true); in dpm_resume_early() 1019 trace_suspend_resume(TPS("dpm_resume_early"), state.event, false); in dpm_resume_early() 1159 trace_suspend_resume(TPS("dpm_resume"), state.event, true); in dpm_resume() 1200 trace_suspend_resume(TPS("dpm_resume"), state.event, false); in dpm_resume() 1261 trace_suspend_resume(TPS("dpm_complete"), state.event, true); in dpm_complete() 1287 trace_suspend_resume(TPS("dpm_complete"), state.event, false); in dpm_complete() 1522 trace_suspend_resume(TPS("dpm_suspend_noirq"), state.event, true); in dpm_noirq_suspend_devices() 1577 trace_suspend_resume(TPS("dpm_suspend_noirq"), state.event, false); in dpm_noirq_suspend_devices() [all …]
|
| /linux/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/kernel/time/ |
| H A D | tick-common.c | 524 trace_suspend_resume(TPS("timekeeping_freeze"), in tick_freeze() 574 trace_suspend_resume(TPS("timekeeping_freeze"), in tick_unfreeze()
|
| /linux/drivers/cpufreq/ |
| H A D | amd-pstate-trace.h | 23 #define TPS(x) tracepoint_string(x) macro
|
| /linux/drivers/acpi/ |
| H A D | sleep.c | 604 trace_suspend_resume(TPS("acpi_suspend"), acpi_state, true); in acpi_suspend_enter() 621 trace_suspend_resume(TPS("acpi_suspend"), acpi_state, false); in acpi_suspend_enter()
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am335x-tqma335x.dtsi | 180 /* TPS outputs */
|
| /linux/drivers/bus/mhi/host/ |
| H A D | trace.h | 88 #define TPS(x) tracepoint_string(x) macro
|
| H A D | main.c | 1317 trace_mhi_channel_command_start(mhi_cntrl, mhi_chan, to_state, TPS("Updating")); in mhi_update_channel_state() 1384 trace_mhi_channel_command_end(mhi_cntrl, mhi_chan, to_state, TPS("Updated")); in mhi_update_channel_state()
|
| /linux/include/trace/events/ |
| H A D | power.h | 14 #define TPS(x) tracepoint_string(x) macro
|
| /linux/drivers/net/fddi/skfp/h/ |
| H A D | skfbi.h | 784 #define TPS (18) /* ticks per second */ macro
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mq-librem5.dtsi | 1329 &uart2 { /* TPS - GPS - DEBUG */
|
| /linux/drivers/net/wireless/admtek/ |
| H A D | adm8211.c | 496 ADM8211_INT(TPS); in adm8211_interrupt()
|