Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dannotate.h287 u16 max_line_len; member
Dannotate.c2656 notes->max_line_len = 0; in annotation__set_offsets()
2663 if (notes->max_line_len < line_len) in annotation__set_offsets()
2664 notes->max_line_len = line_len; in annotation__set_offsets()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
Dannotate.c929 browser.b.width = notes->max_line_len; in symbol__tui_annotate()