selftests: bpf: break up test_progs - stackmap
Move stackmap prog tests into separate files. Signed-off-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
This commit is contained in:

committed by
Alexei Starovoitov

parent
eaf90740f5
commit
615741d81d
@@ -82,3 +82,6 @@ extern struct ipv6_packet pkt_v6;
|
||||
#define VIP_NUM 5
|
||||
|
||||
int bpf_find_map(const char *test, struct bpf_object *obj, const char *name);
|
||||
int compare_map_keys(int map1_fd, int map2_fd);
|
||||
int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len);
|
||||
int extract_build_id(char *build_id, size_t size);
|
||||
|
Reference in New Issue
Block a user