Loading tools/bpf/bpftool/btf.c +0 −5 Original line number Original line Diff line number Diff line Loading @@ -43,11 +43,6 @@ static const char * const btf_kind_str[NR_BTF_KINDS] = { [BTF_KIND_ENUM64] = "ENUM64", [BTF_KIND_ENUM64] = "ENUM64", }; }; struct btf_attach_point { __u32 obj_id; __u32 btf_id; }; static const char *btf_int_enc_str(__u8 encoding) static const char *btf_int_enc_str(__u8 encoding) { { switch (encoding) { switch (encoding) { Loading tools/bpf/bpftool/map_perf_ring.c +0 −7 Original line number Original line Diff line number Diff line Loading @@ -29,13 +29,6 @@ static volatile bool stop; static volatile bool stop; struct event_ring_info { int fd; int key; unsigned int cpu; void *mem; }; struct perf_event_sample { struct perf_event_sample { struct perf_event_header header; struct perf_event_header header; __u64 time; __u64 time; Loading Loading
tools/bpf/bpftool/btf.c +0 −5 Original line number Original line Diff line number Diff line Loading @@ -43,11 +43,6 @@ static const char * const btf_kind_str[NR_BTF_KINDS] = { [BTF_KIND_ENUM64] = "ENUM64", [BTF_KIND_ENUM64] = "ENUM64", }; }; struct btf_attach_point { __u32 obj_id; __u32 btf_id; }; static const char *btf_int_enc_str(__u8 encoding) static const char *btf_int_enc_str(__u8 encoding) { { switch (encoding) { switch (encoding) { Loading
tools/bpf/bpftool/map_perf_ring.c +0 −7 Original line number Original line Diff line number Diff line Loading @@ -29,13 +29,6 @@ static volatile bool stop; static volatile bool stop; struct event_ring_info { int fd; int key; unsigned int cpu; void *mem; }; struct perf_event_sample { struct perf_event_sample { struct perf_event_header header; struct perf_event_header header; __u64 time; __u64 time; Loading