Home
last modified time | relevance | path

Searched refs:print_arg (Results 1 – 6 of 6) sorted by relevance

/external/linux-tools-perf/util/
Dtrace-event.h80 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
Dtrace-event-parse.c382 static void free_arg(struct print_arg *arg) in free_arg()
1022 process_arg_token(struct event *event, struct print_arg *arg,
1026 process_arg(struct event *event, struct print_arg *arg, char **tok) in process_arg()
1038 process_cond(struct event *event, struct print_arg *top, char **tok) in process_cond()
1040 struct print_arg *arg, *left, *right; in process_cond()
1078 process_array(struct event *event, struct print_arg *top, char **tok) in process_array()
1080 struct print_arg *arg; in process_array()
1158 static void set_op_prio(struct print_arg *arg) in set_op_prio()
1171 process_op(struct event *event, struct print_arg *arg, char **tok) in process_op()
1173 struct print_arg *left, *right = NULL; in process_op()
[all …]
/external/bison/tests/
Dexisting.at1222 print_arg
1223 | print_args print_arg
1226 print_arg:
Dtestsuite56204 print_arg
56205 | print_args print_arg
56208 print_arg:
/external/linux-tools-perf/util/scripting-engines/
Dtrace-event-perl.c183 struct print_arg *args) in define_event_symbols()
Dtrace-event-python.c140 struct print_arg *args) in define_event_symbols()