Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/tests/
Dvmlinux-kallsyms.c26 bool header_printed; in test__vmlinux_matches_kallsyms() local
183 header_printed = false; in test__vmlinux_matches_kallsyms()
200 if (!header_printed) { in test__vmlinux_matches_kallsyms()
202 header_printed = true; in test__vmlinux_matches_kallsyms()
208 header_printed = false; in test__vmlinux_matches_kallsyms()
221 if (!header_printed) { in test__vmlinux_matches_kallsyms()
223 header_printed = true; in test__vmlinux_matches_kallsyms()
236 header_printed = false; in test__vmlinux_matches_kallsyms()
242 if (!header_printed) { in test__vmlinux_matches_kallsyms()
244 header_printed = true; in test__vmlinux_matches_kallsyms()
/Linux-v5.4/tools/perf/
Dbuiltin-script.c1924 static int header_printed; in __process_stat() local
1929 if (!header_printed) { in __process_stat()
1932 header_printed = 1; in __process_stat()