Lines Matching refs:tep_print_arg

106 		     struct tep_event *event, struct tep_print_arg *arg);
116 static struct tep_print_arg *alloc_arg(void)
118 return calloc(1, sizeof(struct tep_print_arg));
862 static void free_arg(struct tep_print_arg *arg)
864 struct tep_print_arg *farg;
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)
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)
1789 process_cond(struct tep_event *event, struct tep_print_arg *top, char **tok)
1791 struct tep_print_arg *arg, *left, *right;
1845 process_array(struct tep_event *event, struct tep_print_arg *top, char **tok)
1847 struct tep_print_arg *arg;
1933 static int set_op_prio(struct tep_print_arg *arg)
1947 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok)
1949 struct tep_print_arg *left, *right = NULL;
2084 struct tep_print_arg tmp;
2145 process_entry(struct tep_event *event __maybe_unused, struct tep_print_arg *arg,
2185 struct tep_print_arg **print_arg)
2187 struct tep_print_arg *field;
2216 static char *arg_eval (struct tep_print_arg *arg);
2313 eval_type(unsigned long long val, struct tep_print_arg *arg, int pointer)
2323 static int arg_num_eval(struct tep_print_arg *arg, long long *val)
2489 static char *arg_eval (struct tep_print_arg *arg)
2522 struct tep_print_arg *arg = NULL;
2600 process_flags(struct tep_event *event, struct tep_print_arg *arg, char **tok)
2602 struct tep_print_arg *field;
2653 process_symbols(struct tep_event *event, struct tep_print_arg *arg, char **tok)
2655 struct tep_print_arg *field;
2692 process_hex_common(struct tep_event *event, struct tep_print_arg *arg,
2715 process_hex(struct tep_event *event, struct tep_print_arg *arg, char **tok)
2721 process_hex_str(struct tep_event *event, struct tep_print_arg *arg,
2728 process_int_array(struct tep_event *event, struct tep_print_arg *arg, char **tok)
2756 process_dynamic_array(struct tep_event *event, struct tep_print_arg *arg, char **tok)
2820 process_dynamic_array_len(struct tep_event *event, struct tep_print_arg *arg,
2857 process_paren(struct tep_event *event, struct tep_print_arg *arg, char **tok)
2859 struct tep_print_arg *item_arg;
2920 process_str(struct tep_event *event __maybe_unused, struct tep_print_arg *arg,
2949 process_bitmask(struct tep_event *event __maybe_unused, struct tep_print_arg *arg,
3011 struct tep_print_arg *arg, char **tok)
3013 struct tep_print_arg **next_arg;
3014 struct tep_print_arg *farg;
3068 process_builtin_expect(struct tep_event *event, struct tep_print_arg *arg, char **tok)
3099 process_function(struct tep_event *event, struct tep_print_arg *arg,
3159 process_arg_token(struct tep_event *event, struct tep_print_arg *arg,
3244 static int event_read_print_args(struct tep_event *event, struct tep_print_arg **list)
3247 struct tep_print_arg *arg;
3633 eval_num_arg(void *data, int size, struct tep_event *event, struct tep_print_arg *arg)
3638 struct tep_print_arg *typearg = NULL;
3639 struct tep_print_arg *larg;
3974 int len_arg, struct tep_print_arg *arg)
4228 struct tep_event *event, struct tep_print_arg *arg)
4234 struct tep_print_arg *farg;
4311 static void free_args(struct tep_print_arg *args)
4313 struct tep_print_arg *next;
4323 static struct tep_print_arg *make_bprint_args(char *fmt, void *data, int size, struct tep_event *event)
4327 struct tep_print_arg *args, *arg, **next;
4549 struct tep_print_arg *arg)
4756 struct tep_print_arg *arg)
4798 struct tep_print_arg *arg)
4848 struct tep_print_arg *arg)
4935 struct tep_print_arg *arg)
4965 struct tep_print_arg *arg)
5033 struct tep_print_arg *arg, int print_len)
5177 struct tep_print_arg *arg)
5200 struct tep_event *event, struct tep_print_arg *arg)
5251 struct tep_event *event, struct tep_print_arg *arg)
5298 struct tep_event *event, struct tep_print_arg *arg)
5423 struct tep_print_arg *arg,
5424 struct tep_print_arg *len_as_arg,
5451 const char *format, struct tep_print_arg **arg)
5453 struct tep_print_arg *len_arg = NULL;
5654 parse_args(struct tep_event *event, const char *format, struct tep_print_arg *arg)
5717 struct tep_print_arg *args = NULL;
6455 static void print_args(struct tep_print_arg *args)
6813 struct tep_print_arg *arg, **list;