Home
last modified time | relevance | path

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

/tools/perf/util/
Dannotate.h92 int max_lines; member
Dannotate.c1369 int max_lines, struct annotation_line *queue, int addr_fmt_width, in annotation_line__print() argument
1398 if (max_lines && printed >= max_lines) in annotation_line__print()
1448 } else if (max_lines && printed >= max_lines) in annotation_line__print()
2327 opts->min_pcnt, printed, opts->max_lines, in symbol__annotate_printf()