Lines Matching refs:branch_sample
666 static void prepare_event_branch_type_mask(u64 branch_sample, in prepare_event_branch_type_mask() argument
669 if (branch_sample & PERF_SAMPLE_BRANCH_ANY) { in prepare_event_branch_type_mask()
670 if (branch_sample & PERF_SAMPLE_BRANCH_KERNEL) in prepare_event_branch_type_mask()
681 if (branch_sample & PERF_SAMPLE_BRANCH_ANY_CALL) { in prepare_event_branch_type_mask()
682 if (branch_sample & PERF_SAMPLE_BRANCH_KERNEL) in prepare_event_branch_type_mask()
689 if (branch_sample & PERF_SAMPLE_BRANCH_IND_JUMP) in prepare_event_branch_type_mask()
692 if (branch_sample & PERF_SAMPLE_BRANCH_COND) in prepare_event_branch_type_mask()
695 if (branch_sample & PERF_SAMPLE_BRANCH_CALL) in prepare_event_branch_type_mask()
698 if (branch_sample & PERF_SAMPLE_BRANCH_IND_CALL) in prepare_event_branch_type_mask()
701 if (branch_sample & PERF_SAMPLE_BRANCH_ANY_RETURN) { in prepare_event_branch_type_mask()
704 if (branch_sample & PERF_SAMPLE_BRANCH_KERNEL) in prepare_event_branch_type_mask()
765 u64 branch_sample, in filter_branch_record() argument
769 filter_branch_privilege(entry, branch_sample); in filter_branch_record()