Lines Matching refs:tep_print_parse
5428 static void free_parse_args(struct tep_print_parse *arg) in free_parse_args()
5430 struct tep_print_parse *del; in free_parse_args()
5440 static int parse_arg_add(struct tep_print_parse **parse, char *format, in parse_arg_add()
5446 struct tep_print_parse *parg = NULL; in parse_arg_add()
5468 static int parse_arg_format(struct tep_print_parse **parse, in parse_arg_format()
5626 static int parse_arg_string(struct tep_print_parse **parse, const char *format) in parse_arg_string()
5672 static struct tep_print_parse *
5675 struct tep_print_parse *parse_ret = NULL; in parse_args()
5676 struct tep_print_parse **parse = NULL; in parse_args()
5700 static void print_event_cache(struct tep_print_parse *parse, struct trace_seq *s, in print_event_cache()
5735 struct tep_print_parse *parse = event->print_fmt.print_cache; in pretty_print()