OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_PROG_ATTACH
(Results
1 - 7
of
7
) sorted by null
/external/strace/xlat/
bpf_commands.h
26
#if !(defined(
BPF_PROG_ATTACH
) || (defined(HAVE_DECL_BPF_PROG_ATTACH) && HAVE_DECL_BPF_PROG_ATTACH))
27
# define
BPF_PROG_ATTACH
8
49
XLAT(
BPF_PROG_ATTACH
),
/external/strace/tests/
bpf.c
111
/*
BPF_PROG_ATTACH
and BPF_PROG_DETACH commands appear in kernel 4.10. */
209
prog_cgroup(
BPF_PROG_ATTACH
);
210
printf("bpf(
BPF_PROG_ATTACH
"
214
BOGUS_BPF(
BPF_PROG_ATTACH
);
/external/strace/tests-m32/
bpf.c
111
/*
BPF_PROG_ATTACH
and BPF_PROG_DETACH commands appear in kernel 4.10. */
209
prog_cgroup(
BPF_PROG_ATTACH
);
210
printf("bpf(
BPF_PROG_ATTACH
"
214
BOGUS_BPF(
BPF_PROG_ATTACH
);
/external/strace/tests-mx32/
bpf.c
111
/*
BPF_PROG_ATTACH
and BPF_PROG_DETACH commands appear in kernel 4.10. */
209
prog_cgroup(
BPF_PROG_ATTACH
);
210
printf("bpf(
BPF_PROG_ATTACH
"
214
BOGUS_BPF(
BPF_PROG_ATTACH
);
/bionic/libc/kernel/uapi/linux/
bpf.h
81
BPF_PROG_ATTACH
,
/external/kernel-headers/original/uapi/linux/
bpf.h
76
BPF_PROG_ATTACH
,
119
/* If BPF_F_ALLOW_OVERRIDE flag is used in
BPF_PROG_ATTACH
command
176
struct { /* anonymous struct used by
BPF_PROG_ATTACH
/DETACH commands */
/external/strace/
bpf.c
240
bpf_prog_attach
(struct tcb *const tcp, const kernel_ulong_t addr,
function
290
case
BPF_PROG_ATTACH
:
291
rc =
bpf_prog_attach
(tcp, addr, size);
Completed in 848 milliseconds