Lines Matching defs:tok
983 static int extend_token(char **tok, char *buf, int size) in extend_token()
1004 static enum tep_event_type __read_token(char **tok) in __read_token()
1170 static enum tep_event_type force_token(const char *str, char **tok) in force_token()
1194 static void free_token(char *tok) in free_token()
1200 static enum tep_event_type read_token(char **tok) in read_token()
1226 enum tep_event_type tep_read_token(char **tok) in tep_read_token()
1241 static enum tep_event_type read_token_item(char **tok) in read_token_item()
1285 static int __read_expect_type(enum tep_event_type expect, char **tok, int newline_ok) in __read_expect_type()
1296 static int read_expect_type(enum tep_event_type expect, char **tok) in read_expect_type()
1752 process_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_arg()
1771 process_field_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_field_arg()
1785 process_cond(struct tep_event *event, struct tep_print_arg *top, char **tok) in process_cond()
1841 process_array(struct tep_event *event, struct tep_print_arg *top, char **tok) in process_array()
1943 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_op()
2145 char **tok) in process_entry()
2518 process_fields(struct tep_event *event, struct tep_print_flag_sym **list, char **tok) in process_fields()
2599 process_flags(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_flags()
2652 process_symbols(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_symbols()
2692 char **tok, enum tep_print_arg_type type) in process_hex_common()
2714 process_hex(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_hex()
2721 char **tok) in process_hex_str()
2727 process_int_array(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_int_array()
2755 process_dynamic_array(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_dynamic_array()
2820 char **tok) in process_dynamic_array_len()
2855 process_paren(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_paren()
2919 char **tok) in process_str()
2948 char **tok) in process_bitmask()
3009 struct tep_print_arg *arg, char **tok) in process_func_handler()
3067 char *token, char **tok) in process_function()
3123 char **tok, enum tep_event_type type) in process_arg_token()