Home
last modified time | relevance | path

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

/external/perfetto/src/kallsyms/
Dkernel_symbol_map.cc54 void ForEachSym(const std::string& kallsyms_path, Lambda fn) { in ForEachSym() argument
55 base::ScopedFile fd = base::OpenFile(kallsyms_path.c_str(), O_RDONLY); in ForEachSym()
57 PERFETTO_PLOG("Cannot open %s", kallsyms_path.c_str()); in ForEachSym()
82 PERFETTO_PLOG("read(%s) failed", kallsyms_path.c_str()); in ForEachSym()
237 size_t KernelSymbolMap::Parse(const std::string& kallsyms_path) { in Parse() argument
265 ForEachSym(kallsyms_path, [&](SymAddr addr, char type, const char* name) { in Parse()
Dkernel_symbol_map.h126 size_t Parse(const std::string& kallsyms_path);
/external/toolchain-utils/crosperf/
Dresults_cache.py427 kallsyms_path = os.path.join(build_path, 'boot')
428 kallsyms = self._CheckDebugPath('kallsyms', kallsyms_path)