Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/tools/perf/util/
H A Dannotate.h278 u16 max_line_len; member
H A Dannotate.c2830 src->max_line_len = 0; in annotation__set_offsets()
2837 if (src->max_line_len < line_len) in annotation__set_offsets()
2838 src->max_line_len = line_len; in annotation__set_offsets()
/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c987 browser.b.width = notes->src->max_line_len; in symbol__tui_annotate()