diff options
author | Andrii Nakryiko <[email protected]> | 2022-09-23 10:59:10 -0700 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2022-09-23 18:14:44 -0700 |
commit | c2488d70ceee352611e55943c25abf30117e3b67 (patch) | |
tree | b283bf1f81dbc1621f4c10349f4f31fa9ac0b4b1 /scripts/generate_rust_analyzer.py | |
parent | 067f4f291c2063d86abe0a526ef211e03a4f1258 (diff) |
selftests/bpf: make veristat's verifier log parsing faster and more robust
Make sure veristat doesn't spend ridiculous amount of time parsing
verifier stats from verifier log, especially for very large logs or
truncated logs (e.g., when verifier returns -ENOSPC due to too small
buffer). For this, parse lines from the end of the log and make sure we
parse only up to 100 last lines, where stats should be, if at all.
Suggested-by: Alexei Starovoitov <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions