Searched refs:tep_print_arg (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-parse.h | 177 struct tep_print_arg *item; 181 struct tep_print_arg *field; 187 struct tep_print_arg *field; 192 struct tep_print_arg *field; 193 struct tep_print_arg *size; 197 struct tep_print_arg *field; 198 struct tep_print_arg *count; 199 struct tep_print_arg *el_size; 204 struct tep_print_arg *index; 207 struct tep_print_arg; 242 struct tep_print_arg { global() struct [all...] |
H A D | event-parse-local.h | 103 struct tep_print_arg *arg; 104 struct tep_print_arg *len_as_arg;
|
H A 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() 1752 process_arg_token(struct tep_event *event, struct tep_print_arg *arg, 1756 process_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_arg() 1768 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok); 1775 process_field_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_field_arg() 1789 process_cond(struct tep_event *event, struct tep_print_arg *to [all...] |
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 196 struct tep_print_arg *args) in define_event_symbols()
|
H A D | trace-event-python.c | 273 struct tep_print_arg *args) in define_event_symbols()
|
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 195 struct tep_print_arg *args) in define_event_symbols()
|
H A D | trace-event-python.c | 280 struct tep_print_arg *args) in define_event_symbols()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kwork.c | 918 struct tep_print_arg *args = evsel->tp_format->print_fmt.args; in evsel__softirq_name()
|
Completed in 16 milliseconds