aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorBjörn Töpel <[email protected]>2021-01-22 11:53:49 +0100
committerDaniel Borkmann <[email protected]>2021-01-25 23:56:33 +0100
commit458f7272341265e443c227ba55ee4a338021a60a (patch)
treecd3c010019153d541b20958bc4fba6e6ab194fdf /tools/perf/scripts/python/export-to-sqlite.py
parent6e66fbb10597f31e88c575e07640978f376abcd3 (diff)
xsk: Remove explicit_free parameter from __xsk_rcv()
The explicit_free parameter of the __xsk_rcv() function was used to mark whether the call was via the generic XDP or the native XDP path. Instead of clutter the code with if-statements and "true/false" parameters which are hard to understand, simply move the explicit free to the __xsk_map_redirect() which is always called from the native XDP path. Signed-off-by: Björn Töpel <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Reviewed-by: Maciej Fijalkowski <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions