Home
last modified time | relevance | path

Searched refs:KernelSymbolCallback (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Ddso.h80 static bool KernelSymbolCallback(const KernelSymbol& kernel_symbol, Dso* dso);
Ddso.cpp223 bool Dso::KernelSymbolCallback(const KernelSymbol& kernel_symbol, Dso* dso) { in KernelSymbolCallback() function in Dso
254 std::bind(&KernelSymbolCallback, std::placeholders::_1, this)); in LoadKernel()