Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DLocalUnwinderTest.cpp53 static std::string ErrorMsg(const std::vector<const char*>& function_names, in ErrorMsg() argument
83 function_names.front() + "\n" + "Unwind data:\n" + unwind; in ErrorMsg()
DUnwindTest.cpp102 static std::string ErrorMsg(const std::vector<const char*>& function_names, Unwinder* unwinder) { in ErrorMsg() argument
111 function_names.front() + "\n" + "Unwind data:\n" + unwind; in ErrorMsg()
/system/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py317 function_names = []
353 function_names.append(line[:break_pos].strip())
368 len(function_names) != n or len(filenames) != n or len(vaddr_in_files) != n or
373 function_names[j], map_start_addrs[j],