Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DETMDecoder.h55 struct ETMBranchList { struct
74 using BranchListCallbackFn = std::function<void(const ETMBranchList&)>; argument
Dcmd_inject.cpp255 [this](const ETMBranchList& branch) { ProcessBranchList(branch); }); in ProcessRecord()
305 void ProcessBranchList(const ETMBranchList& branch_list) { in ProcessBranchList()
324 proto::ETMBranchList branch_list_proto; in ProcessBranchListFile()
501 proto::ETMBranchList branch_list_proto; in GenerateBranchList()
Detm_branch_list.proto21 message ETMBranchList { message
DETMDecoder.cpp502 ETMBranchList branch;