aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2017-12-27 18:39:04 -0800
committerDaniel Borkmann <[email protected]>2017-12-31 16:12:22 +0100
commit9a18eedb145d080d542766af1d7513ebfccd1604 (patch)
tree088372c4392d04fc95231543f338c8a1cc73cb9b /tools/perf/scripts/python/stackcollapse.py
parente0d3974ac77b0d581b92affe5851fc40ad2f42a4 (diff)
bpf: offload: don't use prog->aux->offload as boolean
We currently use aux->offload to indicate that program is bound to a specific device. This forces us to keep the offload structure around even after the device is gone. Add a bool member to struct bpf_prog_aux to indicate if offload was requested. Suggested-by: Alexei Starovoitov <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]> Reviewed-by: Quentin Monnet <[email protected]> Acked-by: Alexei Starovoitov <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions