OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_FN_PREFIX
(Results
1 - 4
of
4
) sorted by null
/external/bcc/src/cc/
libbpf.h
123
#define
BPF_FN_PREFIX
".bpf.fn."
bpf_module.cc
70
const string BPFModule::FN_PREFIX =
BPF_FN_PREFIX
;
/external/bcc/src/cc/frontends/clang/
b_frontend_action.cc
703
string attr = string("__attribute__((section(\"") +
BPF_FN_PREFIX
+ D->getName().str() + "\")))\n";
[
all
...]
/external/bcc/src/cc/frontends/b/
codegen_llvm.cc
[
all
...]
Completed in 86 milliseconds