Searched refs:branch_sample_type (Results 1 – 6 of 6) sorted by relevance
40 defaultEventAttr_.branch_sample_type = 0; in PerfFileWriter()
72 * values to program into branch_sample_type when PERF_SAMPLE_BRANCH is set133 __u64 branch_sample_type; /* enum perf_branch_sample_type */
346 PrintIndent(LEVEL1, "branch_sample_type 0x%llx\n", attr.branch_sample_type); in DumpPrintEventAttr()
116 attr->branch_sample_type = value; in SetBranchSampleType()366 eventItem.attr.branch_sample_type = branchSampleType_; in AddEvent()
1528 __u64 branch_sample_type; member