Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dannotate.h84 print_lines, member
H A Dannotate.c2968 if (annotate_opts.print_lines) { in symbol__tty_annotate2()
3004 if (annotate_opts.print_lines) { in symbol__tty_annotate()
/openbmc/u-boot/tools/buildman/
H A Dfunc_test.py409 def print_lines(self, lines): member in TestFunctional
/openbmc/linux/tools/perf/
H A Dbuiltin-annotate.c559 OPT_BOOLEAN('l', "print-line", &annotate_opts.print_lines, in cmd_annotate()