Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/tests/
Dvmlinux-kallsyms.c26 bool header_printed; in test__vmlinux_matches_kallsyms() local
183 header_printed = false; in test__vmlinux_matches_kallsyms()
199 if (!header_printed) { in test__vmlinux_matches_kallsyms()
201 header_printed = true; in test__vmlinux_matches_kallsyms()
207 header_printed = false; in test__vmlinux_matches_kallsyms()
220 if (!header_printed) { in test__vmlinux_matches_kallsyms()
222 header_printed = true; in test__vmlinux_matches_kallsyms()
235 header_printed = false; in test__vmlinux_matches_kallsyms()
241 if (!header_printed) { in test__vmlinux_matches_kallsyms()
243 header_printed = true; in test__vmlinux_matches_kallsyms()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-script.c2035 static int header_printed; in __process_stat() local
2040 if (!header_printed) { in __process_stat()
2043 header_printed = 1; in __process_stat()