Lines Matching defs:tok
972 static int extend_token(char **tok, char *buf, int size) in extend_token()
993 static enum tep_event_type __read_token(char **tok) in __read_token()
1159 static enum tep_event_type force_token(const char *str, char **tok) in force_token()
1187 __hidden void free_token(char *tok) in free_token()
1202 __hidden enum tep_event_type read_token(char **tok) in read_token()
1220 static enum tep_event_type read_token_item(char **tok) in read_token_item()
1264 static int __read_expect_type(enum tep_event_type expect, char **tok, int newline_ok) in __read_expect_type()
1275 static int read_expect_type(enum tep_event_type expect, char **tok) in read_expect_type()
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()
1789 process_cond(struct tep_event *event, struct tep_print_arg *top, char **tok) in process_cond()
1845 process_array(struct tep_event *event, struct tep_print_arg *top, char **tok) in process_array()
1947 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_op()
2146 char **tok) in process_entry()
2519 process_fields(struct tep_event *event, struct tep_print_flag_sym **list, char **tok) in process_fields()
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()
2693 char **tok, enum tep_print_arg_type type) in process_hex_common()
2715 process_hex(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_hex()
2722 char **tok) 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()
2821 char **tok) in process_dynamic_array_len()
2857 process_paren(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_paren()
2921 char **tok) in process_str()
2950 char **tok) 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()
3100 char *token, char **tok) in process_function()
3160 char **tok, enum tep_event_type type) in process_arg_token()