Lines Matching defs:arg

862 static void free_arg(struct tep_print_arg *arg)  in free_arg()
1756 process_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_arg()
1775 process_field_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_field_arg()
1791 struct tep_print_arg *arg, *left, *right; in process_cond() local
1847 struct tep_print_arg *arg; in process_array() local
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()
2145 process_entry(struct tep_event *event __maybe_unused, struct tep_print_arg *arg, in process_entry()
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() local
2600 process_flags(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_flags()
2653 process_symbols(struct tep_event *event, struct tep_print_arg *arg, char **tok) 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()
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()
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()
3247 struct tep_print_arg *arg; in event_read_print_args() local
3633 eval_num_arg(void *data, int size, struct tep_event *event, struct tep_print_arg *arg) 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()
4327 struct tep_print_arg *args, *arg, **next; in make_bprint_args() local
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()
5409 static void free_parse_args(struct tep_print_parse *arg) in free_parse_args()
5423 struct tep_print_arg *arg, in parse_arg_add()
5451 const char *format, struct tep_print_arg **arg) in parse_arg_format()
5654 parse_args(struct tep_event *event, const char *format, struct tep_print_arg *arg) in parse_args()
6081 const char *arg, struct print_event_type *type) in print_string()
6106 int arg, struct print_event_type *type) in print_int()
6813 struct tep_print_arg *arg, **list; in parse_format() local