Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/traceevent/
Devent-parse.h183 struct tep_print_flag_sym { struct
184 struct tep_print_flag_sym *next; argument
197 struct tep_print_flag_sym *flags; argument
202 struct tep_print_flag_sym *symbols;
Devent-parse.c855 static void free_flag_sym(struct tep_print_flag_sym *fsym) in free_flag_sym()
857 struct tep_print_flag_sym *next; in free_flag_sym()
2518 process_fields(struct tep_event *event, struct tep_print_flag_sym **list, char **tok) in process_fields()
2522 struct tep_print_flag_sym *field; in process_fields()
3943 struct tep_print_flag_sym *flag; in print_str_arg()
5919 static void print_fields(struct trace_seq *s, struct tep_print_flag_sym *field) in print_fields()
/Linux-v5.4/tools/perf/util/scripting-engines/
Dtrace-event-perl.c104 static void define_symbolic_values(struct tep_print_flag_sym *field, in define_symbolic_values()
162 static void define_flag_values(struct tep_print_flag_sym *field, in define_flag_values()
Dtrace-event-python.c231 struct tep_print_flag_sym *field, in define_values()