Searched defs:function_name (Results 1 – 13 of 13) sorted by relevance
/system/extras/simpleperf/ |
D | SampleComparator.h | 35 #define BUILD_COMPARE_VALUE_FUNCTION(function_name, compare_part) \ argument 41 #define BUILD_COMPARE_VALUE_FUNCTION_REVERSE(function_name, compare_part) \ argument 47 #define BUILD_COMPARE_STRING_FUNCTION(function_name, compare_part) \ argument
|
D | SampleDisplayer.h | 52 #define BUILD_DISPLAY_UINT64_FUNCTION(function_name, display_part) \ argument 58 #define BUILD_DISPLAY_HEX64_FUNCTION(function_name, display_part) \ argument
|
/system/iorap/src/binder/ |
D | iiorap_impl.cc | 215 Status SendArgs(const char* function_name, in SendArgs() 229 Status SendArgs(const char* function_name, Impl* self, Args&&... rest) { in SendArgs() 238 Status SendArgs(const char* function_name, in SendArgs() 263 Status Send(const char* function_name, Args&&... args) { in Send()
|
/system/extras/simpleperf/scripts/ |
D | report.py | 52 def __init__(self, percentage, function_name): argument 57 def add_call(self, function_name): argument
|
D | debug_unwind_reporter.py | 134 def __init__(self, ip, sp, filename, vaddr_in_file, function_name, map_start_addr, argument
|
D | annotate.py | 132 def add_function_period(self, function_name, function_start_line, period): argument
|
/system/core/libunwindstack/include/unwindstack/ |
D | LocalUnwinder.h | 50 std::string function_name; member
|
D | Unwinder.h | 47 std::string function_name; member
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/ |
D | native-lib.cpp | 19 static void ThrowErrnoException(JNIEnv* env, const char* function_name, int err) { in ThrowErrnoException()
|
/system/core/libunwindstack/tools/ |
D | unwind_reg_info.cpp | 194 std::string function_name; in GetInfo() local
|
/system/netd/libnetdutils/ |
D | Log.cpp | 77 LogEntry& LogEntry::function(const std::string& function_name) { in function()
|
/system/core/libnativeloader/ |
D | native_loader_lazy.cpp | 37 FuncPtr GetFuncPtr(const char* function_name) { in GetFuncPtr()
|
/system/core/libnativebridge/ |
D | native_bridge_lazy.cc | 37 FuncPtr GetFuncPtr(const char* function_name) { in GetFuncPtr()
|