Home
last modified time | relevance | path

Searched refs:print_flag_sym (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/lib/traceevent/
Devent-parse.h225 struct print_flag_sym { struct
226 struct print_flag_sym *next; argument
239 struct print_flag_sym *flags; argument
244 struct print_flag_sym *symbols;
Devent-parse.c783 static void free_flag_sym(struct print_flag_sym *fsym) in free_flag_sym()
785 struct print_flag_sym *next; in free_flag_sym()
2446 process_fields(struct event_format *event, struct print_flag_sym **list, char **tok) in process_fields()
2450 struct print_flag_sym *field; in process_fields()
3868 struct print_flag_sym *flag; in print_str_arg()
5725 static void print_fields(struct trace_seq *s, struct print_flag_sym *field) in print_fields()
/Linux-v4.19/tools/perf/util/scripting-engines/
Dtrace-event-perl.c102 static void define_symbolic_values(struct print_flag_sym *field, in define_symbolic_values()
160 static void define_flag_values(struct print_flag_sym *field, in define_flag_values()
Dtrace-event-python.c227 struct print_flag_sym *field, in define_values()