Searched defs:function_name (Results 1 – 13 of 13) sorted by relevance
/system/extras/simpleperf/ |
D | SampleComparator.h | 37 #define BUILD_COMPARE_VALUE_FUNCTION(function_name, compare_part) \ argument 43 #define BUILD_COMPARE_VALUE_FUNCTION_REVERSE(function_name, compare_part) \ argument 49 #define BUILD_COMPARE_STRING_FUNCTION(function_name, compare_part) \ argument
|
D | ProbeEvents.cpp | 129 std::string function_name = event_name.substr(kKprobeEventPrefix.size()); in CreateProbeEventIfNotExist() local
|
D | SampleDisplayer.h | 53 #define BUILD_DISPLAY_UINT64_FUNCTION(function_name, display_part) \ argument 59 #define BUILD_DISPLAY_HEX64_FUNCTION(function_name, display_part) \ argument
|
/system/iorap/src/binder/ |
D | iiorap_impl.cc | 393 Status SendArgs(const char* function_name, in SendArgs() 407 Status SendArgs(const char* function_name, Impl* self, Args&&... rest) { in SendArgs() 416 Status SendArgs(const char* function_name, in SendArgs() 441 Status SendArgs(const char* function_name, in SendArgs() 458 Status SendArgs(const char* function_name, in SendArgs() 483 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 | annotate.py | 134 def add_function_period(self, function_name, function_start_line, period): argument
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | LocalUnwinder.h | 50 std::string function_name; member
|
D | Unwinder.h | 49 SharedString 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/unwinding/libunwindstack/tools/ |
D | unwind_reg_info.cpp | 194 SharedString function_name; in GetInfo() local
|
/system/netd/libnetdutils/ |
D | Log.cpp | 77 LogEntry& LogEntry::function(const std::string& function_name) { in function()
|
/system/chre/platform/shared/ |
D | nanoapp_loader.cc | 126 #define ADD_EXPORTED_SYMBOL(function_name, function_string) \ argument 128 #define ADD_EXPORTED_C_SYMBOL(function_name) \ argument
|
/system/core/debuggerd/proto/ |
D | tombstone.proto | 138 string function_name = 4; field
|