aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorJiri Benc <[email protected]>2018-03-06 14:50:10 +0100
committerDaniel Borkmann <[email protected]>2018-03-06 22:51:00 +0100
commit20d5de51e7052ae3fb645d8c5c584ee7383b2a93 (patch)
tree542a78539cf96938f8dc3c8625b46e9c1e775ba5 /tools/perf/scripts/python/stackcollapse.py
parentd02f51cbcf12b09ab945873e35046045875eed9a (diff)
tools: bpftool: fix compilation with older headers
Compilation of bpftool on a distro that lacks eBPF support in the installed kernel headers fails with: common.c: In function ‘is_bpffs’: common.c:96:40: error: ‘BPF_FS_MAGIC’ undeclared (first use in this function) return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; ^ Fix this the same way it is already in tools/lib/bpf/libbpf.c and tools/lib/api/fs/fs.c. Signed-off-by: Jiri Benc <[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