Searched refs:branchSampleType_ (Results 1 – 4 of 4) sorted by relevance
246 uint64_t branchSampleType_ = 0; variable
599 uint64_t branchSampleType_ = 0; variable
610 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()
121 branchSampleType_ = value; in SetBranchSampleType()368 if (branchSampleType_ != 0) { in AddEvent()370 eventItem.attr.branch_sample_type = branchSampleType_; in AddEvent()