Searched refs:print_arg (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/tools/lib/traceevent/ |
D | event-parse.h | 235 struct print_arg *item; 239 struct print_arg *field; 245 struct print_arg *field; 250 struct print_arg *field; 251 struct print_arg *size; 255 struct print_arg *field; 256 struct print_arg *count; 257 struct print_arg *el_size; 262 struct print_arg *index; 265 struct print_arg; [all …]
|
D | event-parse.c | 108 struct event_format *event, struct print_arg *arg); 131 struct print_arg *alloc_arg(void) in alloc_arg() 133 return calloc(1, sizeof(struct print_arg)); in alloc_arg() 742 static void free_arg(struct print_arg *arg) in free_arg() 744 struct print_arg *farg; in free_arg() 1620 process_arg_token(struct event_format *event, struct print_arg *arg, 1624 process_arg(struct event_format *event, struct print_arg *arg, char **tok) in process_arg() 1636 process_op(struct event_format *event, struct print_arg *arg, char **tok); 1643 process_field_arg(struct event_format *event, struct print_arg *arg, char **tok) in process_field_arg() 1657 process_cond(struct event_format *event, struct print_arg *top, char **tok) in process_cond() [all …]
|
/linux-4.1.27/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 188 struct print_arg *args) in define_event_symbols()
|
D | trace-event-python.c | 203 struct print_arg *args) in define_event_symbols()
|