]> www.infradead.org Git - users/jedix/linux-maple.git/commit
veristat: @files-list.txt notation for object files list
authorEduard Zingerman <eddyz87@gmail.com>
Sat, 1 Mar 2025 00:01:45 +0000 (16:01 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 15 Mar 2025 18:48:26 +0000 (11:48 -0700)
commitc0d078da7a6c97678c0d303cee0028050d0971f7
tree09785549ed9fd3f1c7fa48d300f48724a1afddf4
parenta752ba4332788cd7ddfbe267c392898841799b44
veristat: @files-list.txt notation for object files list

Allow reading object file list from file.
E.g. the following command:

  ./veristat @list.txt

Is equivalent to the following invocation:

  ./veristat line-1 line-2 ... line-N

Where line-i corresponds to lines from list.txt.
Lines starting with '#' are ignored.

Signed-off-by: Eduard Zingerman <eddyz87@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Mykyta Yatsenko <mykyta.yatsenko5@gmail.com>
Link: https://lore.kernel.org/bpf/20250301000147.1583999-2-eddyz87@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/veristat.c