Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/tests/
Dvmlinux-kallsyms.c125 bool header_printed; in test__vmlinux_matches_kallsyms() local
291 header_printed = false; in test__vmlinux_matches_kallsyms()
307 if (!header_printed) { in test__vmlinux_matches_kallsyms()
309 header_printed = true; in test__vmlinux_matches_kallsyms()
315 header_printed = false; in test__vmlinux_matches_kallsyms()
328 if (!header_printed) { in test__vmlinux_matches_kallsyms()
330 header_printed = true; in test__vmlinux_matches_kallsyms()
343 header_printed = false; in test__vmlinux_matches_kallsyms()
349 if (!header_printed) { in test__vmlinux_matches_kallsyms()
351 header_printed = true; in test__vmlinux_matches_kallsyms()
/linux-6.1.9/tools/perf/
Dbuiltin-script.c2244 static int header_printed; in __process_stat() local
2246 if (!header_printed) { in __process_stat()
2249 header_printed = 1; in __process_stat()