函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\core.c Create Date:2022-07-27 14:57:35
Last Modify:2022-05-20 07:50:19 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:perf_fill_ns_link_info

函数原型:static void perf_fill_ns_link_info(struct perf_ns_link_info *ns_link_info, struct task_struct *task, const struct proc_ns_operations *ns_ops)

返回类型:void

参数:

类型参数名称
struct perf_ns_link_info *ns_link_info
struct task_struct *task
const struct proc_ns_operations *ns_ops
7509  error等于ns_get_path( & ns_path, task, ns_ops)
7510  如果非error
7511  ns_inode等于 Where the name belongs to - NULL is * negative
7512  dev等于new_encode_dev(s_dev)
7513  ino等于Stat data, not accessed from path walking
7514  path_put( & ns_path)
调用者
名称描述
perf_event_namespaces