Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H A Ddump_pagetables.c46 unsigned long max_lines; member
318 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()
/linux/tools/perf/util/
H A Dannotate.c764 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()
H A Dannotate.h57 int max_lines;
53 int max_lines; global() member