/kernel/rcu/ |
D | tree_plugin.h | 263 trace_rcu_grace_period(TPS("rcu_preempt"), in rcu_qs() 265 TPS("cpuqs")); in rcu_qs() 291 trace_rcu_utilization(TPS("Start context switch")); in rcu_note_context_switch() 332 trace_rcu_utilization(TPS("End context switch")); in rcu_note_context_switch() 493 trace_rcu_unlock_preempted_task(TPS("rcu_preempt"), in rcu_preempt_deferred_qs_irqrestore() 514 trace_rcu_quiescent_state_report(TPS("preempt_rcu"), in rcu_preempt_deferred_qs_irqrestore() 670 trace_rcu_unlock_preempted_task(TPS("rcu_preempt-GPS"), in rcu_preempt_check_blocked_tasks() 803 trace_rcu_grace_period(TPS("rcu_sched"), in rcu_qs() 804 __this_cpu_read(rcu_data.gp_seq), TPS("cpuqs")); in rcu_qs() 847 trace_rcu_utilization(TPS("Start context switch")); in rcu_note_context_switch() [all …]
|
D | tree.c | 579 trace_rcu_dyntick(TPS("Start"), rdp->dynticks_nesting, 0, atomic_read(&rdp->dynticks)); in rcu_eqs_enter() 659 trace_rcu_dyntick(TPS("--="), rdp->dynticks_nmi_nesting, rdp->dynticks_nmi_nesting - 2, in rcu_nmi_exit_common() 667 trace_rcu_dyntick(TPS("Startirq"), rdp->dynticks_nmi_nesting, 0, atomic_read(&rdp->dynticks)); in rcu_nmi_exit_common() 754 trace_rcu_dyntick(TPS("End"), rdp->dynticks_nesting, 1, atomic_read(&rdp->dynticks)); in rcu_eqs_exit() 837 trace_rcu_dyntick(incby == 1 ? TPS("Endirq") : TPS("++="), in rcu_nmi_enter_common() 995 trace_rcu_fqs(rcu_state.name, rdp->gp_seq, rdp->cpu, TPS("dti")); in dyntick_save_progress_counter() 1024 trace_rcu_fqs(rcu_state.name, rdp->gp_seq, rdp->cpu, TPS("dti")); in rcu_implicit_dynticks_qs() 1155 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, TPS("Startleaf")); in rcu_start_this_gp() 1164 TPS("Prestarted")); in rcu_start_this_gp() 1176 TPS("Startedleaf")); in rcu_start_this_gp() [all …]
|
D | tree_exp.h | 50 trace_rcu_exp_grace_period(rcu_state.name, s, TPS("snap")); in rcu_exp_gp_seq_snap() 261 trace_rcu_exp_grace_period(rcu_state.name, s, TPS("done")); in sync_exp_work_done() 307 TPS("wait")); in exp_funnel_lock() 315 rnp->grplo, rnp->grphi, TPS("nxtlvl")); in exp_funnel_lock() 324 trace_rcu_exp_grace_period(rcu_state.name, s, TPS("start")); in exp_funnel_lock() 401 trace_rcu_exp_grace_period(rcu_state.name, rcu_exp_gp_seq_endval(), TPS("selectofl")); in sync_rcu_exp_select_node_cpus() 425 trace_rcu_exp_grace_period(rcu_state.name, rcu_exp_gp_seq_endval(), TPS("reset")); in sync_rcu_exp_select_cpus() 427 trace_rcu_exp_grace_period(rcu_state.name, rcu_exp_gp_seq_endval(), TPS("select")); in sync_rcu_exp_select_cpus() 469 trace_rcu_exp_grace_period(rcu_state.name, rcu_exp_gp_seq_endval(), TPS("startwait")); in synchronize_sched_expedited_wait() 552 trace_rcu_exp_grace_period(rcu_state.name, s, TPS("end")); in rcu_exp_wait_wake() [all …]
|
D | rcu.h | 257 #define TPS(x) tracepoint_string(x) macro
|
/kernel/power/ |
D | suspend.c | 91 trace_suspend_resume(TPS("machine_suspend"), PM_SUSPEND_TO_IDLE, true); in s2idle_enter() 118 trace_suspend_resume(TPS("machine_suspend"), PM_SUSPEND_TO_IDLE, false); in s2idle_enter() 359 trace_suspend_resume(TPS("freeze_processes"), 0, true); in suspend_prepare() 361 trace_suspend_resume(TPS("freeze_processes"), 0, false); in suspend_prepare() 450 trace_suspend_resume(TPS("machine_suspend"), in suspend_enter() 453 trace_suspend_resume(TPS("machine_suspend"), in suspend_enter() 526 trace_suspend_resume(TPS("resume_console"), state, true); in suspend_devices_and_enter() 528 trace_suspend_resume(TPS("resume_console"), state, false); in suspend_devices_and_enter() 565 trace_suspend_resume(TPS("suspend_enter"), state, true); in enter_state() 583 trace_suspend_resume(TPS("sync_filesystems"), 0, true); in enter_state() [all …]
|
D | process.c | 197 trace_suspend_resume(TPS("thaw_processes"), 0, true); in thaw_processes() 227 trace_suspend_resume(TPS("thaw_processes"), 0, false); in thaw_processes()
|
D | hibernate.c | 307 trace_suspend_resume(TPS("machine_suspend"), PM_EVENT_HIBERNATE, true); in create_image() 311 trace_suspend_resume(TPS("machine_suspend"), PM_EVENT_HIBERNATE, false); in create_image()
|
/kernel/time/ |
D | tick-common.c | 529 trace_suspend_resume(TPS("timekeeping_freeze"), in tick_freeze() 558 trace_suspend_resume(TPS("timekeeping_freeze"), in tick_unfreeze()
|
/kernel/ |
D | cpu.c | 1316 trace_suspend_resume(TPS("CPU_OFF"), cpu, true); in __freeze_secondary_cpus() 1318 trace_suspend_resume(TPS("CPU_OFF"), cpu, false); in __freeze_secondary_cpus() 1367 trace_suspend_resume(TPS("CPU_ON"), cpu, true); in enable_nonboot_cpus() 1369 trace_suspend_resume(TPS("CPU_ON"), cpu, false); in enable_nonboot_cpus()
|