Home
last modified time | relevance | path

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

/aosp_15_r20/system/unwinding/libunwindstack/benchmarks/
H A DSymbolBenchmark.cpp94 RunBenchmark(state, 0, GetSymbolSortedElfFile(), false); in BENCHMARK_F()
99 RunBenchmark(state, 0x138638, GetSymbolSortedElfFile(), true); in BENCHMARK_F()
104 RunBenchmark(state, 0x138638, GetSymbolSortedElfFile(), true, 4096); in BENCHMARK_F()
110 GetSymbolSortedElfFile(), true); in BENCHMARK_F()
H A DUtils.h28 std::string GetSymbolSortedElfFile();
H A DUtils.cpp47 std::string GetSymbolSortedElfFile() { in GetSymbolSortedElfFile() function