Searched refs:PERF_SAMPLE_BRANCH_STACK (Results 1 – 25 of 25) sorted by relevance
41 event.attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in bhrb_no_crash_wo_pmu_test()
36 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_any_test()
37 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_disable_test()
40 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_ind_call_test()
40 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_cond_test()
59 event.attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in bhrb_filter_map_test()
281 if ((type ^ (PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_BRANCH_STACK)) && in get_intr_regs()289 if (type & PERF_SAMPLE_BRANCH_STACK) { in get_intr_regs()
60 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK | in test_perf_event_stackmap()
13 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK, in test_get_stackid_cannot_attach()
42 attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in create_perf_events()
114 attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in test_perf_branches_hw()
115 if (type & PERF_SAMPLE_BRANCH_STACK) { in samples_same()298 if (sample_type & PERF_SAMPLE_BRANCH_STACK) in do_test()360 if (sample_type == PERF_SAMPLE_BRANCH_STACK) { in do_test()
535 return evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK || in evsel__has_br_stack()536 evsel->synth_sample_type & PERF_SAMPLE_BRANCH_STACK; in evsel__has_br_stack()
1264 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK)) in intel_pt_br_stack_init()1265 evsel->synth_sample_type |= PERF_SAMPLE_BRANCH_STACK; in intel_pt_br_stack_init()2489 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in intel_pt_do_synth_pebs_sample()4011 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in intel_pt_synth_events()
2267 .sample_type = PERF_SAMPLE_BRANCH_STACK, in evsel__detect_missing_brstack_features()3170 if (type & PERF_SAMPLE_BRANCH_STACK) { in evsel__parse_sample()3788 if (evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK) in evsel__open_strerror()
1511 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__sample_event_size()1715 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__synthesize_sample()
1679 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in callchain_param_setup()
1702 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in arm_spe_synth_events()
1748 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in cs_etm__synth_events()
1904 if ((attr->sample_type & PERF_SAMPLE_BRANCH_STACK) && in perf_attr_check()
41 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) in attr_to_script()
154 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
386 sample_type |= PERF_SAMPLE_BRANCH_STACK; in report__setup_sample_type()422 !(sample_type & PERF_SAMPLE_BRANCH_STACK)) { in report__setup_sample_type()
2845 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in setup_callchain()
2542 sample_type & PERF_SAMPLE_BRANCH_STACK || in process_attr()
Completed in 78 milliseconds