Home
last modified time | relevance | path

Searched defs:function_name (Results 1 – 13 of 13) sorted by relevance

/system/extras/simpleperf/
DSampleComparator.h37 #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
DProbeEvents.cpp129 std::string function_name = event_name.substr(kKprobeEventPrefix.size()); in CreateProbeEventIfNotExist() local
DSampleDisplayer.h53 #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/
Diiorap_impl.cc393 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/
Dreport.py52 def __init__(self, percentage, function_name): argument
57 def add_call(self, function_name): argument
Dannotate.py134 def add_function_period(self, function_name, function_start_line, period): argument
/system/unwinding/libunwindstack/include/unwindstack/
DLocalUnwinder.h50 std::string function_name; member
DUnwinder.h49 SharedString function_name; member
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/
Dnative-lib.cpp19 static void ThrowErrnoException(JNIEnv* env, const char* function_name, int err) { in ThrowErrnoException()
/system/unwinding/libunwindstack/tools/
Dunwind_reg_info.cpp194 SharedString function_name; in GetInfo() local
/system/netd/libnetdutils/
DLog.cpp77 LogEntry& LogEntry::function(const std::string& function_name) { in function()
/system/chre/platform/shared/
Dnanoapp_loader.cc126 #define ADD_EXPORTED_SYMBOL(function_name, function_string) \ argument
128 #define ADD_EXPORTED_C_SYMBOL(function_name) \ argument
/system/core/debuggerd/proto/
Dtombstone.proto138 string function_name = 4; field