Searched refs:print_arg (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/lib/traceevent/ |
D | event-parse.h | 233 struct print_arg *item; 237 struct print_arg *field; 243 struct print_arg *field; 248 struct print_arg *field; 249 struct print_arg *size; 253 struct print_arg *field; 254 struct print_arg *count; 255 struct print_arg *el_size; 260 struct print_arg *index; 263 struct print_arg; [all …]
|
D | event-parse.c | 97 struct event_format *event, struct print_arg *arg); 120 struct print_arg *alloc_arg(void) in alloc_arg() 122 return calloc(1, sizeof(struct print_arg)); in alloc_arg() 796 static void free_arg(struct print_arg *arg) in free_arg() 798 struct print_arg *farg; in free_arg() 1676 process_arg_token(struct event_format *event, struct print_arg *arg, 1680 process_arg(struct event_format *event, struct print_arg *arg, char **tok) in process_arg() 1692 process_op(struct event_format *event, struct print_arg *arg, char **tok); 1699 process_field_arg(struct event_format *event, struct print_arg *arg, char **tok) in process_field_arg() 1713 process_cond(struct event_format *event, struct print_arg *top, char **tok) in process_cond() [all …]
|
/Linux-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 194 struct print_arg *args) in define_event_symbols()
|
D | trace-event-python.c | 269 struct print_arg *args) in define_event_symbols()
|