Searched refs:tep_print_arg (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/tools/lib/traceevent/ |
D | event-parse.h | 177 struct tep_print_arg *item; 181 struct tep_print_arg *field; 187 struct tep_print_arg *field; 192 struct tep_print_arg *field; 193 struct tep_print_arg *size; 197 struct tep_print_arg *field; 198 struct tep_print_arg *count; 199 struct tep_print_arg *el_size; 204 struct tep_print_arg *index; 207 struct tep_print_arg; [all …]
|
D | event-parse.c | 106 struct tep_event *event, struct tep_print_arg *arg); 116 static struct tep_print_arg *alloc_arg(void) in alloc_arg() 118 return calloc(1, sizeof(struct tep_print_arg)); in alloc_arg() 862 static void free_arg(struct tep_print_arg *arg) in free_arg() 864 struct tep_print_arg *farg; in free_arg() 1752 process_arg_token(struct tep_event *event, struct tep_print_arg *arg, 1756 process_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_arg() 1768 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok); 1775 process_field_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_field_arg() 1789 process_cond(struct tep_event *event, struct tep_print_arg *top, char **tok) in process_cond() [all …]
|
D | event-parse-local.h | 103 struct tep_print_arg *arg; 104 struct tep_print_arg *len_as_arg;
|
/Linux-v5.15/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 196 struct tep_print_arg *args) in define_event_symbols()
|
D | trace-event-python.c | 273 struct tep_print_arg *args) in define_event_symbols()
|