Searched refs:tep_print_arg (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/lib/traceevent/ |
D | event-parse.h | 178 struct tep_print_arg *item; 182 struct tep_print_arg *field; 188 struct tep_print_arg *field; 193 struct tep_print_arg *field; 194 struct tep_print_arg *size; 198 struct tep_print_arg *field; 199 struct tep_print_arg *count; 200 struct tep_print_arg *el_size; 205 struct tep_print_arg *index; 208 struct tep_print_arg; [all …]
|
D | event-parse.c | 106 struct tep_event *event, struct tep_print_arg *arg); 116 static struct tep_print_arg *alloc_arg(void) in alloc_arg() 118 return calloc(1, sizeof(struct tep_print_arg)); in alloc_arg() 862 static void free_arg(struct tep_print_arg *arg) in free_arg() 864 struct tep_print_arg *farg; in free_arg() 1762 process_arg_token(struct tep_event *event, struct tep_print_arg *arg, 1766 process_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_arg() 1778 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok); 1785 process_field_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_field_arg() 1799 process_cond(struct tep_event *event, struct tep_print_arg *top, char **tok) in process_cond() [all …]
|
D | event-parse-local.h | 103 struct tep_print_arg *arg; 104 struct tep_print_arg *len_as_arg;
|
/linux-6.1.9/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 196 struct tep_print_arg *args) in define_event_symbols()
|
D | trace-event-python.c | 274 struct tep_print_arg *args) in define_event_symbols()
|
/linux-6.1.9/tools/perf/ |
D | builtin-kwork.c | 894 struct tep_print_arg *args = evsel->tp_format->print_fmt.args; in evsel__softirq_name()
|