Home
last modified time | relevance | path

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

/external/perf_data_converter/src/
Dperf_data_handler.cc257 auto kernel_it = pid_to_executable_mmap_.find(-1); in InvokeHandleSample() local
260 if (kernel_it != pid_to_executable_mmap_.end()) { in InvokeHandleSample()
261 build_id = kernel_it->second->build_id; in InvokeHandleSample()
266 } else if (pid == 0 && kernel_it != pid_to_executable_mmap_.end()) { in InvokeHandleSample()
267 context.main_mapping = kernel_it->second; in InvokeHandleSample()