Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_events_filter.c Create Date:2022-07-28 12:24:50
Last Modify:2022-05-22 20:19:57 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:aller must hold event_mutex

Proto:void print_event_filter(struct trace_event_file *file, struct trace_seq *s)

Type:void

Parameter:

TypeParameterName
struct trace_event_file *file
struct trace_seq *s
984  filter = event_filter(file)
986  If filter && filter_string Then race_seq_printf - sequence printing of trace information*@s: trace sequence descriptor*@fmt: printf format string* The tracer may use either sequence operations or its own* copy to user routines
988  Else race_seq_puts - trace sequence printing of simple string*@s: trace sequence descriptor*@str: simple string to record* The tracer may use either the sequence operations or its own* copy to user routines
Caller
NameDescribe
event_filter_read