Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Devent-parse.h236 struct print_arg *item;
240 struct print_arg *field;
246 struct print_arg *field;
251 struct print_arg *field;
252 struct print_arg *size;
256 struct print_arg *field;
257 struct print_arg *count;
258 struct print_arg *el_size;
263 struct print_arg *index;
266 struct print_arg;
[all …]
Devent-parse.c108 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()
806 static void free_arg(struct print_arg *arg) in free_arg()
808 struct print_arg *farg; in free_arg()
1685 process_arg_token(struct event_format *event, struct print_arg *arg,
1689 process_arg(struct event_format *event, struct print_arg *arg, char **tok) in process_arg()
1701 process_op(struct event_format *event, struct print_arg *arg, char **tok);
1708 process_field_arg(struct event_format *event, struct print_arg *arg, char **tok) in process_field_arg()
1722 process_cond(struct event_format *event, struct print_arg *top, char **tok) in process_cond()
[all …]
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c188 struct print_arg *args) in define_event_symbols()
Dtrace-event-python.c203 struct print_arg *args) in define_event_symbols()