• Home
  • Raw
  • Download

Lines Matching defs:state

32 static void BenchmarkSymbolLookup(benchmark::State& state, std::vector<uint64_t> offsets,  in BenchmarkSymbolLookup()
84 static void BenchmarkSymbolLookup(benchmark::State& state, uint64_t pc, std::string elf_file, in BenchmarkSymbolLookup()
89 void BM_elf_and_symbol_not_present(benchmark::State& state) { in BM_elf_and_symbol_not_present()
94 void BM_elf_and_symbol_find_single(benchmark::State& state) { in BM_elf_and_symbol_find_single()
99 void BM_elf_and_symbol_find_single_many_times(benchmark::State& state) { in BM_elf_and_symbol_find_single_many_times()
104 void BM_elf_and_symbol_find_multiple(benchmark::State& state) { in BM_elf_and_symbol_find_multiple()
111 void BM_elf_and_symbol_not_present_from_sorted(benchmark::State& state) { in BM_elf_and_symbol_not_present_from_sorted()
116 void BM_elf_and_symbol_find_single_from_sorted(benchmark::State& state) { in BM_elf_and_symbol_find_single_from_sorted()
121 void BM_elf_and_symbol_find_single_many_times_from_sorted(benchmark::State& state) { in BM_elf_and_symbol_find_single_many_times_from_sorted()
126 void BM_elf_and_symbol_find_multiple_from_sorted(benchmark::State& state) { in BM_elf_and_symbol_find_multiple_from_sorted()
133 void BM_elf_and_symbol_not_present_from_large_compressed_frame(benchmark::State& state) { in BM_elf_and_symbol_not_present_from_large_compressed_frame()
138 void BM_elf_and_symbol_find_single_from_large_compressed_frame(benchmark::State& state) { in BM_elf_and_symbol_find_single_from_large_compressed_frame()
143 void BM_elf_and_symbol_find_single_many_times_from_large_compressed_frame(benchmark::State& state) { in BM_elf_and_symbol_find_single_many_times_from_large_compressed_frame()
148 void BM_elf_and_symbol_find_multiple_from_large_compressed_frame(benchmark::State& state) { in BM_elf_and_symbol_find_multiple_from_large_compressed_frame()