Home
last modified time | relevance | path

Searched refs:FN_PREFIX (Results 1 – 3 of 3) sorted by relevance

/external/bcc/src/cc/
Dbpf_module.cc70 const string BPFModule::FN_PREFIX = BPF_FN_PREFIX; member in ebpf::BPFModule
644 SourceDebugger src_debugger(mod, *sections_p, FN_PREFIX, mod_src_, in finalize()
669 if (!strncmp(FN_PREFIX.c_str(), section.first.c_str(), FN_PREFIX.size())) in finalize()
682 return function_names_[id].c_str() + FN_PREFIX.size(); in function_name()
695 auto section = sections_.find(FN_PREFIX + name); in function_start()
788 auto section = sections_.find(FN_PREFIX + name); in function_size()
Dbpf_module.h59 static const std::string FN_PREFIX;
/external/bcc/src/cc/includes/
Dbpf_module.h59 static const std::string FN_PREFIX;