Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dctx_rewrite.c358 static u32 max_line_len(char *str) in max_line_len() function
393 int middle = max_line_len(text) + 2; in print_match_error()
/Linux-v6.6/tools/perf/util/
Dannotate.h287 u16 max_line_len; member
Dannotate.c2798 notes->max_line_len = 0; in annotation__set_offsets()
2805 if (notes->max_line_len < line_len) in annotation__set_offsets()
2806 notes->max_line_len = line_len; in annotation__set_offsets()
/Linux-v6.6/tools/perf/ui/browsers/
Dannotate.c994 browser.b.width = notes->max_line_len; in symbol__tui_annotate()