函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_events.c Create Date:2022-07-27 13:25:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:event_filter_pid_sched_wakeup_probe_pre

函数原型:static void event_filter_pid_sched_wakeup_probe_pre(void *data, struct task_struct *task)

返回类型:void

参数:

类型参数名称
void *data
struct task_struct *task
570  tr等于data
574  如果非Operations with implied preemption/interrupt protection. These* operations can be used without worrying about preemption or interrupt.(ignore_pid)则返回
577  pid_list等于cu_dereference_sched() - fetch RCU-sched-protected pointer for dereferencing*@p: The pointer to read, prior to dereferencing* Makes rcu_dereference_check() do the dirty work.(filtered_pids)
579  抢占保护下的写CPU(ignore_pid, race_ignore_this_task - should a task be ignored for tracing*@filtered_pids: The list of pids to check*@task: The task that should be ignored if not filtered* Checks if @task should be traced or not from @filtered_pids.)