aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorFlorian Westphal <[email protected]>2016-06-11 21:57:35 +0200
committerPablo Neira Ayuso <[email protected]>2016-06-23 13:33:12 +0200
commit6c8dee9842461e6ee6eb46081478999b3d5cb297 (patch)
treeb0af2a1bb788e50d041d300bd14eef78f3429d48 /tools/perf/scripts/python/call-graph-from-postgresql.py
parent7e53e7f8ca24e01292d114373f35b2999301d879 (diff)
netfilter: move zone info into struct nf_conn
Curently we store zone information as a conntrack extension. This has one drawback: for every lookup we need to fetch the zone data from the extension area. This change place the zone data directly into the main conntrack object structure and then removes the zone conntrack extension. The zone data is just 4 bytes, it fits into a padding hole before the tuplehash info, so we do not even increase the nf_conn structure size. Signed-off-by: Florian Westphal <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions