Lines Matching refs:tep_print_parse
5409 static void free_parse_args(struct tep_print_parse *arg) in free_parse_args()
5411 struct tep_print_parse *del; in free_parse_args()
5421 static int parse_arg_add(struct tep_print_parse **parse, char *format, in parse_arg_add()
5427 struct tep_print_parse *parg = NULL; in parse_arg_add()
5449 static int parse_arg_format(struct tep_print_parse **parse, in parse_arg_format()
5607 static int parse_arg_string(struct tep_print_parse **parse, const char *format) in parse_arg_string()
5653 static struct tep_print_parse *
5656 struct tep_print_parse *parse_ret = NULL; in parse_args()
5657 struct tep_print_parse **parse = NULL; in parse_args()
5681 static void print_event_cache(struct tep_print_parse *parse, struct trace_seq *s, in print_event_cache()
5716 struct tep_print_parse *parse = event->print_fmt.print_cache; in pretty_print()