Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/traceevent/
Devent-parse.h191 struct tep_print_arg *item;
195 struct tep_print_arg *field;
201 struct tep_print_arg *field;
206 struct tep_print_arg *field;
207 struct tep_print_arg *size;
211 struct tep_print_arg *field;
212 struct tep_print_arg *count;
213 struct tep_print_arg *el_size;
218 struct tep_print_arg *index;
221 struct tep_print_arg;
[all …]
Devent-parse.c99 struct tep_event *event, struct tep_print_arg *arg);
122 struct tep_print_arg *alloc_arg(void) in alloc_arg()
124 return calloc(1, sizeof(struct tep_print_arg)); in alloc_arg()
868 static void free_arg(struct tep_print_arg *arg) in free_arg()
870 struct tep_print_arg *farg; in free_arg()
1748 process_arg_token(struct tep_event *event, struct tep_print_arg *arg,
1752 process_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_arg()
1764 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok);
1771 process_field_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_field_arg()
1785 process_cond(struct tep_event *event, struct tep_print_arg *top, char **tok) in process_cond()
[all …]
/Linux-v5.4/tools/perf/util/scripting-engines/
Dtrace-event-perl.c196 struct tep_print_arg *args) in define_event_symbols()
Dtrace-event-python.c273 struct tep_print_arg *args) in define_event_symbols()