Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DSampleDisplayer.h52 #define BUILD_DISPLAY_UINT64_FUNCTION(function_name, display_part) \ argument
55 return android::base::StringPrintf("%" PRIu64, sample->display_part); \
58 #define BUILD_DISPLAY_HEX64_FUNCTION(function_name, display_part) \ argument
61 return android::base::StringPrintf("0x%" PRIx64, sample->display_part); \