Searched refs:BPF_MAP_CREATE (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | bpf_commands.h | 2 #if !(defined(BPF_MAP_CREATE) || (defined(HAVE_DECL_BPF_MAP_CREATE) && HAVE_DECL_BPF_MAP_CREATE)) 3 # define BPF_MAP_CREATE 0 macro 59 XLAT(BPF_MAP_CREATE),
|
D | bpf_commands.in | 1 BPF_MAP_CREATE 0
|
/external/strace/ |
D | bpf.c | 89 DEF_BPF_CMD_DECODER(BPF_MAP_CREATE) in DEF_BPF_CMD_DECODER() argument 385 BPF_CMD_ENTRY(BPF_MAP_CREATE), in SYS_FUNC()
|
D | NEWS | 24 * Enhanced decoding of BPF_MAP_CREATE command of bpf syscall. 114 * Enhanced decoding of BPF_PROG_LOAD, BPF_MAP_CREATE, BPF_MAP_LOOKUP_ELEM,
|
D | ChangeLog | 3064 bpf: update BPF_MAP_CREATE decoding. 3065 Implement decoding of union bpf_attr.numa_node field for BPF_MAP_CREATE 3072 * tests/bpf.c: Update macro guards of BPF_MAP_CREATE decoder test. 5826 by BPF_MAP_CREATE command and is not available at this point. 5841 bpf: update BPF_MAP_CREATE decoding. 5843 for BPF_MAP_CREATE command introduced by linux kernel commits 5852 * tests/bpf.c: Update macro guards of BPF_MAP_CREATE decoder test.
|
/external/strace/tests-m32/ |
D | bpf.c | 205 DEF_BPF_INIT_FIRST(BPF_MAP_CREATE, map_type, 2) 701 TEST_BPF(BPF_MAP_CREATE); in main()
|
/external/strace/tests-mx32/ |
D | bpf.c | 205 DEF_BPF_INIT_FIRST(BPF_MAP_CREATE, map_type, 2) 701 TEST_BPF(BPF_MAP_CREATE); in main()
|
/external/strace/tests/ |
D | bpf.c | 205 DEF_BPF_INIT_FIRST(BPF_MAP_CREATE, map_type, 2) 701 TEST_BPF(BPF_MAP_CREATE); in main()
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 80 BPF_MAP_CREATE, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 80 BPF_MAP_CREATE, enumerator
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_progs.c | 607 fd = syscall(__NR_bpf, BPF_MAP_CREATE, &attr, sizeof(attr)); in test_obj_name()
|
/external/iproute2/lib/ |
D | bpf.c | 1191 return bpf(BPF_MAP_CREATE, &attr, sizeof(attr)); in bpf_map_create()
|