Searched refs:print_arg (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/tools/perf/util/ |
D | trace-event.h | 80 struct print_arg *item; 84 struct print_arg *field; 90 struct print_arg *field; 94 struct print_arg; 99 struct print_arg *left; 100 struct print_arg *right; 105 struct print_arg *args; 119 struct print_arg { struct 120 struct print_arg *next; argument 136 struct print_arg *args; argument
|
D | trace-event-parse.c | 380 static void free_arg(struct print_arg *arg) in free_arg() 1018 process_arg_token(struct event *event, struct print_arg *arg, 1022 process_arg(struct event *event, struct print_arg *arg, char **tok) in process_arg() 1034 process_cond(struct event *event, struct print_arg *top, char **tok) in process_cond() 1036 struct print_arg *arg, *left, *right; in process_cond() 1074 process_array(struct event *event, struct print_arg *top, char **tok) in process_array() 1076 struct print_arg *arg; in process_array() 1154 static void set_op_prio(struct print_arg *arg) in set_op_prio() 1167 process_op(struct event *event, struct print_arg *arg, char **tok) in process_op() 1169 struct print_arg *left, *right = NULL; in process_op() [all …]
|
/linux-3.4.99/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 186 struct print_arg *args) in define_event_symbols()
|
D | trace-event-python.c | 141 struct print_arg *args) in define_event_symbols()
|