OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:code_sample
(Results
1 - 1
of
1
) sorted by null
/external/linux-kselftest/tools/testing/selftests/bpf/
test_verifier_log.c
19
static const struct bpf_insn
code_sample
[] = {
variable in typeref:struct:bpf_insn
53
attr.insn_cnt = (__u32)(sizeof(
code_sample
) / sizeof(struct bpf_insn));
54
attr.insns = ptr_to_u64(
code_sample
);
Completed in 138 milliseconds