Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h170 struct tep_print_flag_sym { struct
171 struct tep_print_flag_sym *next; argument
184 struct tep_print_flag_sym *flags; argument
189 struct tep_print_flag_sym *symbols;
Devent-parse.c849 static void free_flag_sym(struct tep_print_flag_sym *fsym) in free_flag_sym()
851 struct tep_print_flag_sym *next; in free_flag_sym()
2529 process_fields(struct tep_event *event, struct tep_print_flag_sym **list, char **tok) in process_fields()
2533 struct tep_print_flag_sym *field; in process_fields()
3991 struct tep_print_flag_sym *flag; in print_str_arg()
6464 static void print_fields(struct trace_seq *s, struct tep_print_flag_sym *field) in print_fields()
/linux-6.1.9/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.c232 struct tep_print_flag_sym *field, in define_values()
/linux-6.1.9/tools/perf/
Dbuiltin-kwork.c893 struct tep_print_flag_sym *sym = NULL; in evsel__softirq_name()