Home
last modified time | relevance | path

Searched refs:print_cache (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/lib/traceevent/ !
Devent-parse.h267 struct tep_print_parse *print_cache; member
Devent-parse.c5735 struct tep_print_parse *parse = event->print_fmt.print_cache; in pretty_print()
6856 event->print_fmt.print_cache = parse_args(event, in parse_format()
7528 free_parse_args(event->print_fmt.print_cache); in free_tep_event()
/linux-6.1.9/tools/perf/util/ !
Dheader.c2058 static void print_cache(struct feat_fd *ff, FILE *fp __maybe_unused) in print_cache() function