Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dannotate.h287 u16 max_line_len; member
H A Dannotate.c2654 notes->max_line_len = 0; in annotation__set_offsets()
2661 if (notes->max_line_len < line_len) in annotation__set_offsets()
2662 notes->max_line_len = line_len; in annotation__set_offsets()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dannotate.c929 browser.b.width = notes->max_line_len; in symbol__tui_annotate()