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