OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bpf
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/tracing/
child_trace_message_filter.cc
109
float
bpf
= TraceLog::GetInstance()->GetBufferPercentFull();
local
111
sender_->Send(new TracingHostMsg_TraceBufferPercentFullReply(
bpf
));
/external/chromium_org/sandbox/linux/seccomp-bpf/
codegen_unittest.cc
5
#include "sandbox/linux/seccomp-
bpf
/codegen.h"
14
#include "sandbox/linux/seccomp-
bpf
/basicblock.h"
15
#include "sandbox/linux/seccomp-
bpf
/errorcode.h"
16
#include "sandbox/linux/seccomp-
bpf
/instruction.h"
17
#include "sandbox/linux/seccomp-
bpf
/sandbox_bpf.h"
48
// Create the most basic valid
BPF
program:
83
// Creates a basic
BPF
program that we'll use to test some of the code:
270
// well-formed
BPF
program.
271
// Perform a depth-first traversal of the
BPF
program an verify that all
464
// we also serialize the graph and the resulting
BPF
program and compar
500
SandboxUnittestHelper::Program
bpf
;
local
[
all
...]
sandbox_bpf.cc
5
#include "sandbox/linux/seccomp-
bpf
/sandbox_bpf.h"
33
#include "sandbox/linux/seccomp-
bpf
/codegen.h"
34
#include "sandbox/linux/seccomp-
bpf
/die.h"
35
#include "sandbox/linux/seccomp-
bpf
/errorcode.h"
36
#include "sandbox/linux/seccomp-
bpf
/instruction.h"
37
#include "sandbox/linux/seccomp-
bpf
/linux_seccomp.h"
38
#include "sandbox/linux/seccomp-
bpf
/sandbox_bpf_policy.h"
39
#include "sandbox/linux/seccomp-
bpf
/syscall.h"
40
#include "sandbox/linux/seccomp-
bpf
/syscall_iterator.h"
41
#include "sandbox/linux/seccomp-
bpf
/trap.h
605
struct sock_filter
bpf
[program->size()];
local
[
all
...]
Completed in 233 milliseconds