Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A 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()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbuildstats-summary.bbclass25 header_printed = False
29 if not header_printed:
30 header_printed = True
/OK3568_Linux_fs/kernel/tools/perf/
H A 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()