Home
last modified time | relevance | path

Searched refs:LoadKernelSymbols (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dkallsyms_test.cpp73 TEST(kallsyms, LoadKernelSymbols) { in TEST() argument
76 ASSERT_TRUE(LoadKernelSymbols(&kallsyms)); in TEST()
94 ASSERT_FALSE(LoadKernelSymbols(&kallsyms)); in TEST()
112 ASSERT_FALSE(LoadKernelSymbols(&kallsyms)); in TEST()
H A Dkallsyms.h50 bool LoadKernelSymbols(std::string* kallsyms);
H A Dkallsyms.cpp228 bool LoadKernelSymbols(std::string* kallsyms) { in LoadKernelSymbols() function
H A Dcmd_monitor.cpp261 if (LoadKernelSymbols(&kallsyms)) { in PrepareMonitoring()
H A Dcmd_record.cpp1247 if (!LoadKernelSymbols(&kallsyms)) { in DumpKernelSymbol()
1750 if (event_selection_set_.NeedKernelSymbol() && LoadKernelSymbols(&kallsyms)) { in DumpAdditionalFeatures()
H A Ddso.cpp724 if (LoadKernelSymbols(&kallsyms)) { in ReadSymbolsFromProc()
H A Dcmd_record_test.cpp330 bool require_kallsyms = need_kallsyms && LoadKernelSymbols(&kallsyms); in CheckKernelSymbol()