函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Remove the event directory structure for a trace directory.

函数原型:static void __trace_remove_event_dirs(struct trace_array *tr)

返回类型:void

参数:

类型参数名称
struct trace_array *tr
2913  list_for_each_entry_safe - iterate over list of given type safe against removal of list entry*@pos: the type * to use as a loop cursor.*@n: another type * to use as temporary storage*@head: the head for your list.(file, next, & events, list)
2914  remove_event_file_dir(file)
调用者
名称描述
event_trace_del_tracerMust be called with event_mutex held