Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A DSampleDisplayer.h53 #define BUILD_DISPLAY_UINT64_FUNCTION(function_name, display_part) \ argument
56 return android::base::StringPrintf("%" PRIu64, sample->display_part); \
59 #define BUILD_DISPLAY_HEX64_FUNCTION(function_name, display_part) \ argument
62 return android::base::StringPrintf("0x%" PRIx64, sample->display_part); \