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) 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()
1801 struct tep_print_arg *arg, *left, *right; in process_cond()
1855 process_array(struct tep_event *event, struct tep_print_arg *top, char **tok) in process_array()
1857 struct tep_print_arg *arg; in process_array()
1943 static int set_op_prio(struct tep_print_arg *arg) in set_op_prio()
1957 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_op()
1959 struct tep_print_arg *left, *right = NULL; in process_op()
2094 struct tep_print_arg tmp; in process_op()
2155 process_entry(struct tep_event *event __maybe_unused, struct tep_print_arg *arg, in process_entry()
2195 struct tep_print_arg **print_arg) in alloc_and_process_delim()
2197 struct tep_print_arg *field; in alloc_and_process_delim()
2226 static char *arg_eval (struct tep_print_arg *arg);
2323 eval_type(unsigned long long val, struct tep_print_arg *arg, int pointer) in eval_type()
2333 static int arg_num_eval(struct tep_print_arg *arg, long long *val) in arg_num_eval()
2499 static char *arg_eval (struct tep_print_arg *arg) in arg_eval()
2532 struct tep_print_arg *arg = NULL; in process_fields()
2610 process_flags(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_flags()
2612 struct tep_print_arg *field; in process_flags()
2663 process_symbols(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_symbols()
2665 struct tep_print_arg *field; in process_symbols()
2702 process_hex_common(struct tep_event *event, struct tep_print_arg *arg, in process_hex_common()
2725 process_hex(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_hex()
2731 process_hex_str(struct tep_event *event, struct tep_print_arg *arg, in process_hex_str()
2738 process_int_array(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_int_array()
2766 process_dynamic_array(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_dynamic_array()
2830 process_dynamic_array_len(struct tep_event *event, struct tep_print_arg *arg, in process_dynamic_array_len()
2867 process_paren(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_paren()
2869 struct tep_print_arg *item_arg; in process_paren()
2930 process_str(struct tep_event *event __maybe_unused, struct tep_print_arg *arg, in process_str()
2959 process_bitmask(struct tep_event *event __maybe_unused, struct tep_print_arg *arg, in process_bitmask()
3021 struct tep_print_arg *arg, char **tok) in process_func_handler()
3023 struct tep_print_arg **next_arg; in process_func_handler()
3024 struct tep_print_arg *farg; in process_func_handler()
3078 process_builtin_expect(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_builtin_expect()
3109 process_function(struct tep_event *event, struct tep_print_arg *arg, in process_function()
3173 process_arg_token(struct tep_event *event, struct tep_print_arg *arg, in process_arg_token()
3258 static int event_read_print_args(struct tep_event *event, struct tep_print_arg **list) in event_read_print_args()
3261 struct tep_print_arg *arg; in event_read_print_args()
3647 eval_num_arg(void *data, int size, struct tep_event *event, struct tep_print_arg *arg) in eval_num_arg()
3652 struct tep_print_arg *typearg = NULL; in eval_num_arg()
3653 struct tep_print_arg *larg; in eval_num_arg()
3988 int len_arg, struct tep_print_arg *arg) in print_str_arg()
4245 struct tep_event *event, struct tep_print_arg *arg) in process_defined_func()
4251 struct tep_print_arg *farg; in process_defined_func()
4328 static void free_args(struct tep_print_arg *args) in free_args()
4330 struct tep_print_arg *next; in free_args()
4340 static struct tep_print_arg *make_bprint_args(char *fmt, void *data, int size, struct tep_event *ev… in make_bprint_args()
4344 struct tep_print_arg *args, *arg, **next; in make_bprint_args()
4566 struct tep_print_arg *arg) in print_mac_arg()
4773 struct tep_print_arg *arg) in print_ipv4_arg()
4815 struct tep_print_arg *arg) in print_ipv6_arg()
4865 struct tep_print_arg *arg) in print_ipsa_arg()
4952 struct tep_print_arg *arg) in print_ip_arg()
4982 struct tep_print_arg *arg) in print_uuid_arg()
5050 struct tep_print_arg *arg, int print_len) in print_raw_buff_arg()
5196 struct tep_print_arg *arg) in print_function()
5219 struct tep_event *event, struct tep_print_arg *arg) in print_arg_pointer()
5270 struct tep_event *event, struct tep_print_arg *arg) in print_arg_number()
5317 struct tep_event *event, struct tep_print_arg *arg) in print_arg_string()
5442 struct tep_print_arg *arg, in parse_arg_add()
5443 struct tep_print_arg *len_as_arg, in parse_arg_add()
5470 const char *format, struct tep_print_arg **arg) in parse_arg_format()
5472 struct tep_print_arg *len_arg = NULL; in parse_arg_format()
5673 parse_args(struct tep_event *event, const char *format, struct tep_print_arg *arg) in parse_args()
5736 struct tep_print_arg *args = NULL; in pretty_print()
6474 static void print_args(struct tep_print_arg *args) in print_args()
6832 struct tep_print_arg *arg, **list; in parse_format()