Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dsubcommand_record.h225 uint64_t branchSampleType_ = 0; variable
Dperf_events.h596 uint64_t branchSampleType_ = 0; variable
/developtools/hiperf/src/
Dsubcommand_record.cpp575 branchSampleType_ |= type; in ParseBranchSampleType()
581 if ((branchSampleType_ & TYPE_PERF_SAMPLE_BRANCH) == 0) { in ParseBranchSampleType()
707 if (!perfEvents_.SetBranchSampleType(branchSampleType_)) { in PreparePerfEvent()
709 HLOGE("Fail to SetBranchSampleType %" PRIx64 "", branchSampleType_); in PreparePerfEvent()
Dperf_events.cpp121 branchSampleType_ = value; in SetBranchSampleType()
364 if (branchSampleType_ != 0) { in AddEvent()
366 eventItem.attr.branch_sample_type = branchSampleType_; in AddEvent()