diff options
author | Kumar Kartikeya Dwivedi <[email protected]> | 2022-11-15 00:45:23 +0530 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2022-11-14 21:52:45 -0800 |
commit | 2d577252579b3efb9e934b68948a2edfa9920110 (patch) | |
tree | 8b38a496bcd346b6302ab2665aca32c451b14502 /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | 1f6d52f1a8947436dc5b2575e2fffb831f240141 (diff) |
bpf: Remove BPF_MAP_OFF_ARR_MAX
In f71b2f64177a ("bpf: Refactor map->off_arr handling"), map->off_arr
was refactored to be btf_field_offs. The number of field offsets is
equal to maximum possible fields limited by BTF_FIELDS_MAX. Hence, reuse
BTF_FIELDS_MAX as spin_lock and timer no longer are to be handled
specially for offset sorting, fix the comment, and remove incorrect
WARN_ON as its rec->cnt can never exceed this value. The reason to keep
separate constant was the it was always more 2 more than total kptrs.
This is no longer the case.
Signed-off-by: Kumar Kartikeya Dwivedi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions