Searched defs:function_name (Results 1 – 10 of 10) 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 | 139 std::string function_name = event_name.substr(kKprobeEventPrefix.size()); in CreateProbeEventIfNotExist() local
|
D | SampleDisplayer.h | 54 #define BUILD_DISPLAY_UINT64_FUNCTION(function_name, display_part) \ argument 60 #define BUILD_DISPLAY_HEX64_FUNCTION(function_name, display_part) \ argument
|
/system/extras/simpleperf/scripts/ |
D | report.py | 53 def __init__(self, percentage, function_name): argument 58 def add_call(self, function_name): argument
|
D | annotate.py | 135 def add_function_period(self, function_name, function_start_line, period): argument
|
/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/src/main/cpp/ |
D | native-lib.cpp | 16 static void ThrowErrnoException(JNIEnv* env, const char* function_name, int err) { in ThrowErrnoException()
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_reg_info.cpp | 201 SharedString function_name; in GetInfo() local
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 48 SharedString function_name; member
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | loader_util.h | 21 #define ADD_EXPORTED_SYMBOL(function_name, function_string) \ argument 23 #define ADD_EXPORTED_C_SYMBOL(function_name) \ argument
|
/system/core/debuggerd/proto/ |
D | tombstone.proto | 164 string function_name = 4; field
|