Home
last modified time | relevance | path

Searched refs:header_printed (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/perf/tests/
Dvmlinux-kallsyms.c24 bool header_printed; in test__vmlinux_matches_kallsyms() local
174 header_printed = false; in test__vmlinux_matches_kallsyms()
191 if (!header_printed) { in test__vmlinux_matches_kallsyms()
193 header_printed = true; in test__vmlinux_matches_kallsyms()
199 header_printed = false; in test__vmlinux_matches_kallsyms()
212 if (!header_printed) { in test__vmlinux_matches_kallsyms()
214 header_printed = true; in test__vmlinux_matches_kallsyms()
227 header_printed = false; in test__vmlinux_matches_kallsyms()
233 if (!header_printed) { in test__vmlinux_matches_kallsyms()
235 header_printed = true; in test__vmlinux_matches_kallsyms()
/Linux-v4.19/tools/perf/
Dbuiltin-script.c1722 static int header_printed; in __process_stat() local
1727 if (!header_printed) { in __process_stat()
1730 header_printed = 1; in __process_stat()