Home
last modified time | relevance | path

Searched refs:max_line_len (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A 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()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.h287 u16 max_line_len; member
H A Dannotate.c2668 notes->max_line_len = 0; in annotation__set_offsets()
2675 if (notes->max_line_len < line_len) in annotation__set_offsets()
2676 notes->max_line_len = line_len; in annotation__set_offsets()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.h287 u16 max_line_len; member
H A 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()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dannotate.c929 browser.b.width = notes->max_line_len; in symbol__tui_annotate()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dannotate.c994 browser.b.width = notes->max_line_len; in symbol__tui_annotate()

Completed in 19 milliseconds