summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorPrashant Bhole <bhole_prashant_q7@lab.ntt.co.jp>2018-09-20 16:52:03 +0900
committerDaniel Borkmann <daniel@iogearbox.net>2018-09-21 22:51:16 +0200
commit32c009798385ce21080beaa87a9b95faad3acd1e (patch)
tree83b008305d7956948841b8acee1655a156a308b3 /tools/perf/scripts/python/call-graph-from-sql.py
parent2dfd184abd38fd72d80715fa8b00c9de78490200 (diff)
downloadkernel-32c009798385ce21080beaa87a9b95faad3acd1e.tar.gz
samples/bpf: fix compilation failure
following commit: commit d58e468b1112 ("flow_dissector: implements flow dissector BPF hook") added struct bpf_flow_keys which conflicts with the struct with same name in sockex2_kern.c and sockex3_kern.c similar to commit: commit 534e0e52bc23 ("samples/bpf: fix a compilation failure") we tried the rename it "flow_keys" but it also conflicted with struct having same name in include/net/flow_dissector.h. Hence renaming the struct to "flow_key_record". Also, this commit doesn't fix the compilation error completely because the similar struct is present in sockex3_kern.c. Hence renaming it in both files sockex3_user.c and sockex3_kern.c Signed-off-by: Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp> Acked-by: Song Liu <songliubraving@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions
stro/kernel/commit/net/netrom?h=linux-6.6.y&id=ae40eb1ef30ab4120bd3c8b7e3da99ee53d27a23'>[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet 2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman 2007-02-14[PATCH] sysctl: netrom: remove unnecessary insert_at_head flagEric W. Biederman 2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau 2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven 2007-02-10[NET] NETROM: Fix whitespace errors.YOSHIFUJI Hideaki 2006-12-17[AX.25]: Fix unchecked ax25_linkfail_register usesRalf Baechle 2006-12-17[AX.25]: Fix unchecked nr_add_node uses.Ralf Baechle 2006-12-17[AX.25]: Fix unchecked ax25_listen_register usesRalf Baechle 2006-12-17[AX.25]: Fix unchecked ax25_protocol_register uses.Ralf Baechle 2006-12-17[AX.25]: Mark all kmalloc users __must_checkRalf Baechle 2006-12-02[NETROM]: Use kmemdupArnaldo Carvalho de Melo