Home
last modified time | relevance | path

Searched refs:BUILD_COMPARE_STRING_FUNCTION (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
DSampleComparator.h49 #define BUILD_COMPARE_STRING_FUNCTION(function_name, compare_part) \ macro
58 BUILD_COMPARE_STRING_FUNCTION(CompareComm, thread_comm);
59 BUILD_COMPARE_STRING_FUNCTION(CompareDso, map->dso->GetReportPath().data());
60 BUILD_COMPARE_STRING_FUNCTION(CompareSymbol, symbol->DemangledName());
61 BUILD_COMPARE_STRING_FUNCTION(CompareDsoFrom, branch_from.map->dso->GetReportPath().data());
62 BUILD_COMPARE_STRING_FUNCTION(CompareSymbolFrom, branch_from.symbol->DemangledName());
Dsample_tree_test.cpp46 BUILD_COMPARE_STRING_FUNCTION(TestCompareDsoName, dso_name.c_str());