diff options
| author | Dmitrii Banshchikov <[email protected]> | 2021-02-13 00:56:39 +0400 |
|---|---|---|
| committer | Alexei Starovoitov <[email protected]> | 2021-02-12 17:37:23 -0800 |
| commit | feb4adfad575c1e27cbfaa3462f376c13da36942 (patch) | |
| tree | 057f8e43e808828262be7f3eb82039559002317a /tools/perf/scripts/python/bin | |
| parent | b62eba563229fc7c51af41b55fc67c4778d85bb7 (diff) | |
bpf: Rename bpf_reg_state variables
Using "reg" for an array of bpf_reg_state and "reg[i + 1]" for an
individual bpf_reg_state is error-prone and verbose. Use "regs" for the
former and "reg" for the latter as other code nearby does.
Signed-off-by: Dmitrii Banshchikov <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Acked-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions