Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:is_string_field

Proto:static inline bool is_string_field(struct ftrace_event_field *field)

Type:bool

Parameter:

TypeParameterName
struct ftrace_event_field *field
1568  Return filter_type == FILTER_DYN_STRING || filter_type == FILTER_STATIC_STRING || filter_type == FILTER_PTR_STRING || filter_type == FILTER_COMM
Caller
NameDescribe
parse_predCalled when a predicate is encountered by predicate_parse()
parse_field
trace_alloc_entry
parse_entryCaller is responsible to free the *pentry.
create_hist_field
create_tracing_map_fields