Searched refs:print_lines (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 84 print_lines, member 255 * @lines: If 'print_lines' is specified, per source code line percentages
|
H A D | annotate.c | 2794 if (opts->print_lines) { in symbol__tty_annotate2() 2822 if (opts->print_lines) { in symbol__tty_annotate()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.h | 84 print_lines, member 256 * @lines: If 'print_lines' is specified, per source code line percentages
|
H A D | annotate.c | 2946 if (opts->print_lines) { in symbol__tty_annotate2() 2982 if (opts->print_lines) { in symbol__tty_annotate()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-annotate.c | 516 OPT_BOOLEAN('l', "print-line", &annotate.opts.print_lines, in cmd_annotate()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 561 OPT_BOOLEAN('l', "print-line", &annotate.opts.print_lines, in cmd_annotate()
|
Completed in 13 milliseconds