Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_inject.cpp100 constexpr const char* ETM_BRANCH_LIST_PROTO_MAGIC = "simpleperf:EtmBranchList"; variable
329 if (branch_list_proto.magic() != ETM_BRANCH_LIST_PROTO_MAGIC) { in ProcessBranchListFile()
502 branch_list_proto.set_magic(ETM_BRANCH_LIST_PROTO_MAGIC); in GenerateBranchList()