Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dvmlinux-kallsyms.c126 bool header_printed; in test__vmlinux_matches_kallsyms() local
292 header_printed = false; in test__vmlinux_matches_kallsyms()
309 if (!header_printed) { in test__vmlinux_matches_kallsyms()
311 header_printed = true; in test__vmlinux_matches_kallsyms()
317 header_printed = false; in test__vmlinux_matches_kallsyms()
332 if (!header_printed) { in test__vmlinux_matches_kallsyms()
334 header_printed = true; in test__vmlinux_matches_kallsyms()
347 header_printed = false; in test__vmlinux_matches_kallsyms()
355 if (!header_printed) { in test__vmlinux_matches_kallsyms()
357 header_printed = true; in test__vmlinux_matches_kallsyms()
/openbmc/openbmc/poky/meta/classes/
H A Dbuildstats-summary.bbclass31 header_printed = False
35 if not header_printed:
36 header_printed = True
/openbmc/linux/tools/perf/util/
H A Dstat-shadow.c602 bool header_printed = false; in perf_stat__print_shadow_stats_metricgroup() local
626 if (!header_printed) { in perf_stat__print_shadow_stats_metricgroup()
627 header_printed = true; in perf_stat__print_shadow_stats_metricgroup()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c2281 static int header_printed; in __process_stat() local
2283 if (!header_printed) { in __process_stat()
2286 header_printed = 1; in __process_stat()