Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dsubcommand_record.h246 uint64_t branchSampleType_ = 0; variable
Dperf_events.h599 uint64_t branchSampleType_ = 0; variable
/developtools/hiperf/src/
Dsubcommand_record.cpp610 branchSampleType_ |= type; in ParseBranchSampleType()
616 if ((branchSampleType_ & TYPE_PERF_SAMPLE_BRANCH) == 0) { in ParseBranchSampleType()
776 if (!perfEvents_.SetBranchSampleType(branchSampleType_)) { in PreparePerfEvent()
778 HLOGE("Fail to SetBranchSampleType %" PRIx64 "", branchSampleType_); in PreparePerfEvent()
Dperf_events.cpp121 branchSampleType_ = value; in SetBranchSampleType()
368 if (branchSampleType_ != 0) { in AddEvent()
370 eventItem.attr.branch_sample_type = branchSampleType_; in AddEvent()