diff options
author | Quentin Monnet <[email protected]> | 2020-05-11 17:15:33 +0100 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2020-05-11 21:20:46 +0200 |
commit | 6e7e034e88e8e22cb14765c86da92416017e45b8 (patch) | |
tree | a51838934255b07523f0eaf6517713ff7c92a99f /tools/perf/scripts/python/syscall-counts.py | |
parent | 385bbf7b119a4feb6d6bcf3586f1bb1dd9c5b0a0 (diff) |
tools, bpftool: Poison and replace kernel integer typedefs
Replace the use of kernel-only integer typedefs (u8, u32, etc.) by their
user space counterpart (__u8, __u32, etc.).
Similarly to what libbpf does, poison the typedefs to avoid introducing
them again in the future.
Signed-off-by: Quentin Monnet <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions