Lines Matching refs:print_fmt
3321 event->print_fmt.format = token;
3322 event->print_fmt.args = NULL;
3334 if (asprintf(&cat, "%s%s", event->print_fmt.format, token) < 0)
3337 free_token(event->print_fmt.format);
3338 event->print_fmt.format = NULL;
3348 ret = event_read_print_args(event, &event->print_fmt.args);
5716 struct tep_print_parse *parse = event->print_fmt.print_cache;
6816 list = &event->print_fmt.args;
6837 event->print_fmt.print_cache = parse_args(event,
6838 event->print_fmt.format,
6839 event->print_fmt.args);
6873 if (PRINT_ARGS && event->print_fmt.args)
6874 print_args(event->print_fmt.args);
7505 free(event->print_fmt.format);
7506 free_args(event->print_fmt.args);
7507 free_parse_args(event->print_fmt.print_cache);