diff options
author | Jakub Kicinski <[email protected]> | 2016-09-21 11:43:59 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-09-21 19:50:02 -0400 |
commit | 6b17387307bafc71624b9890b9239b6a438e2e89 (patch) | |
tree | 7aca8f20e9bb67b803f70ae60cda1f53b397d325 /tools/perf/scripts/python/sctop.py | |
parent | 13a27dfc669724564aafa2699976ee756029fed2 (diff) |
bpf: recognize 64bit immediate loads as consts
When running as parser interpret BPF_LD | BPF_IMM | BPF_DW
instructions as loading CONST_IMM with the value stored
in imm. The verifier will continue not recognizing those
due to concerns about search space/program complexity
increase.
Signed-off-by: Jakub Kicinski <[email protected]>
Acked-by: Alexei Starovoitov <[email protected]>
Acked-by: Daniel Borkmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions