Searched refs:branchSampleType_ (Results 1 – 4 of 4) sorted by relevance
225 uint64_t branchSampleType_ = 0; variable
596 uint64_t branchSampleType_ = 0; variable
575 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()
121 branchSampleType_ = value; in SetBranchSampleType()364 if (branchSampleType_ != 0) { in AddEvent()366 eventItem.attr.branch_sample_type = branchSampleType_; in AddEvent()