HomeSort by relevance Sort by last modified time
    Searched refs:DEF_BPF_INIT_FIRST (Results 1 - 3 of 3) sorted by null

  /external/strace/tests/
bpf.c 190 #define DEF_BPF_INIT_FIRST(cmd_, field_, value_) \
205 DEF_BPF_INIT_FIRST(BPF_MAP_CREATE, map_type, 2)
247 DEF_BPF_INIT_FIRST(BPF_MAP_LOOKUP_ELEM, map_fd, -1)
371 DEF_BPF_INIT_FIRST(BPF_PROG_LOAD, prog_type, 1)
430 DEF_BPF_INIT_FIRST(BPF_OBJ_PIN, pathname, 0)
470 DEF_BPF_INIT_FIRST(BPF_PROG_ATTACH, target_fd, -1)
539 DEF_BPF_INIT_FIRST(BPF_PROG_TEST_RUN, test.prog_fd, -1)
589 DEF_BPF_INIT_FIRST(BPF_PROG_GET_NEXT_ID, start_id, 0xdeadbeef)
657 DEF_BPF_INIT_FIRST(BPF_OBJ_GET_INFO_BY_FD, info.bpf_fd, -1)
  /external/strace/tests-m32/
bpf.c 190 #define DEF_BPF_INIT_FIRST(cmd_, field_, value_) \
205 DEF_BPF_INIT_FIRST(BPF_MAP_CREATE, map_type, 2)
247 DEF_BPF_INIT_FIRST(BPF_MAP_LOOKUP_ELEM, map_fd, -1)
371 DEF_BPF_INIT_FIRST(BPF_PROG_LOAD, prog_type, 1)
430 DEF_BPF_INIT_FIRST(BPF_OBJ_PIN, pathname, 0)
470 DEF_BPF_INIT_FIRST(BPF_PROG_ATTACH, target_fd, -1)
539 DEF_BPF_INIT_FIRST(BPF_PROG_TEST_RUN, test.prog_fd, -1)
589 DEF_BPF_INIT_FIRST(BPF_PROG_GET_NEXT_ID, start_id, 0xdeadbeef)
657 DEF_BPF_INIT_FIRST(BPF_OBJ_GET_INFO_BY_FD, info.bpf_fd, -1)
  /external/strace/tests-mx32/
bpf.c 190 #define DEF_BPF_INIT_FIRST(cmd_, field_, value_) \
205 DEF_BPF_INIT_FIRST(BPF_MAP_CREATE, map_type, 2)
247 DEF_BPF_INIT_FIRST(BPF_MAP_LOOKUP_ELEM, map_fd, -1)
371 DEF_BPF_INIT_FIRST(BPF_PROG_LOAD, prog_type, 1)
430 DEF_BPF_INIT_FIRST(BPF_OBJ_PIN, pathname, 0)
470 DEF_BPF_INIT_FIRST(BPF_PROG_ATTACH, target_fd, -1)
539 DEF_BPF_INIT_FIRST(BPF_PROG_TEST_RUN, test.prog_fd, -1)
589 DEF_BPF_INIT_FIRST(BPF_PROG_GET_NEXT_ID, start_id, 0xdeadbeef)
657 DEF_BPF_INIT_FIRST(BPF_OBJ_GET_INFO_BY_FD, info.bpf_fd, -1)

Completed in 189 milliseconds