Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport.py43 def __init__(self, percentage, function_name): argument
45 self.call_stack = [function_name]
48 def add_call(self, function_name): argument
49 self.call_stack.append(function_name)
61 for function_name in self.call_stack:
62 strs.append(' %s' % function_name)
110 function_name = line
111 last_node.add_call(function_name)
124 function_name = m.group(2)
127 function_name = line
[all …]
/system/weaved/buffet/
Dweave_error_conversion.h36 location.function_name.c_str(), location.file_name.c_str(), in ConvertError()
51 location.function_name.c_str(), location.file_name.c_str(), in ConvertError()
/system/core/crash_reporter/
Dkernel_collector.cc357 std::string function_name; in ProcessStackTrace() local
369 &function_name)) { in ProcessStackTrace()
374 function_name.c_str(), in ProcessStackTrace()
382 if (function_name == "watchdog_timer_fn" || in ProcessStackTrace()
383 function_name == "watchdog") { in ProcessStackTrace()
386 hashable.append(function_name); in ProcessStackTrace()
/system/extras/simpleperf/runtest/
Druntest.py392 function_name = line.strip('| \t')
393 node = CallTreeNode(function_name)
408 function_name = m.group(1)
410 function_name = line
412 node = CallTreeNode(function_name)
/system/tpm/trunks/
Dresource_manager.cc489 LOG(ERROR) << "ResourceManager::" << location.function_name() << ":" in MakeError()