aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
diff options
context:
space:
mode:
authorQuentin Monnet <[email protected]>2018-10-07 12:56:50 +0100
committerDaniel Borkmann <[email protected]>2018-10-08 10:24:12 +0200
commitbcfdfb7c962d84ef07aa2b400ef1c9d70e1120e5 (patch)
tree48b763d5d10cda07ff2658d3e8f03bcb55f8b359 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
parentc5da54d93eb43461a5b79e1fdad8409abad83a77 (diff)
nfp: bpf: ignore helper-related checks for BPF calls in nfp verifier
The checks related to eBPF helper calls are performed each time the nfp driver meets a BPF_JUMP | BPF_CALL instruction. However, these checks are not relevant for BPF-to-BPF call (same instruction code, different value in source register), so just skip the checks for such calls. While at it, rename the function that runs those checks to make it clear they apply to _helper_ calls only. Signed-off-by: Quentin Monnet <[email protected]> Reviewed-by: Jiong Wang <[email protected]> Reviewed-by: Jakub Kicinski <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions