Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_sched_wakeup.c Create Date:2022-07-28 12:10:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:stop_wakeup_tracer

Proto:static void stop_wakeup_tracer(struct trace_array *tr)

Type:void

Parameter:

TypeParameterName
struct trace_array *tr
661  tracer_enabled = 0
662  stop_func_tracer(tr, is_graph(tr))
663  Tracepoint for task switches, performed by the scheduler:
664  Tracepoint for waking up a new task:
665  Tracepoint called when the task is actually woken; p->state == TASK_RUNNNG.* It it not always called from the waking context.
666  Tracepoint for a task being migrated:
Caller
NameDescribe
wakeup_tracer_reset