Searched refs:max_lines (Results 1 – 3 of 3) sorted by relevance
46 unsigned long max_lines; member318 if (!st->marker->max_lines || in note_page()319 st->lines < st->marker->max_lines) { in note_page()343 if (st->marker->max_lines && in note_page()344 st->lines > st->marker->max_lines) { in note_page()346 st->lines - st->marker->max_lines; in note_page()
764 int max_lines, struct annotation_line *queue, int addr_fmt_width, in annotation_line__print() argument 792 if (max_lines && printed >= max_lines) in annotation_line__print() 841 } else if (max_lines && printed >= max_lines) in annotation_line__print() 1233 opts->min_pcnt, printed, opts->max_lines, in symbol__annotate_printf() 1246 /* filtered by max_lines */ in symbol__annotate_printf()
57 int max_lines;53 int max_lines; global() member