diff options
| author | Jakub Kicinski <[email protected]> | 2018-03-28 17:48:33 -0700 |
|---|---|---|
| committer | Alexei Starovoitov <[email protected]> | 2018-03-28 19:36:13 -0700 |
| commit | e59ac634908f4ea90066e6db7dd7ae8ca02815ff (patch) | |
| tree | a258186a27ba1cc4afa7823df80d828e79d74195 /tools/perf/scripts/python/bin | |
| parent | bfee64deaa766ba88ff42fcbced82ad4ef6cb315 (diff) | |
bpf: add parenthesis around argument of BPF_LDST_BYTES()
BPF_LDST_BYTES() does not put it's argument in parenthesis
when referencing it. This makes it impossible to pass pointers
obtained by address-of operator (e.g. BPF_LDST_BYTES(&insn)).
Add the parenthesis.
Signed-off-by: Jakub Kicinski <[email protected]>
Reviewed-by: Quentin Monnet <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions