Home
last modified time | relevance | path

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

/tools/perf/tests/
Dvmlinux-kallsyms.c23 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()
/tools/perf/
Dbuiltin-script.c925 static int header_printed; in __process_stat() local
930 if (!header_printed) { in __process_stat()
933 header_printed = 1; in __process_stat()