Searched refs:PERF_SAMPLE_BRANCH_STACK (Results 1 – 22 of 22) sorted by relevance
115 if (type & PERF_SAMPLE_BRANCH_STACK) { in samples_same()282 if (sample_type & PERF_SAMPLE_BRANCH_STACK) in do_test()344 if (sample_type == PERF_SAMPLE_BRANCH_STACK) { in do_test()
41 event.attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in bhrb_no_crash_wo_pmu_test()
40 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_ind_call_test()
37 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_disable_test()
36 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_any_test()
40 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_cond_test()
274 if ((type ^ (PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_BRANCH_STACK)) && in get_intr_regs()282 if (type & PERF_SAMPLE_BRANCH_STACK) { in get_intr_regs()
59 event.attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in bhrb_filter_map_test()
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()
41 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) in attr_to_script()
151 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
2245 .sample_type = PERF_SAMPLE_BRANCH_STACK, in evsel__detect_missing_brstack_features()3114 if (type & PERF_SAMPLE_BRANCH_STACK) { in evsel__parse_sample()3726 if (evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK) in evsel__open_strerror()
1503 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__sample_event_size() 1701 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__synthesize_sample()
1683 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in callchain_param_setup()
1739 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in cs_etm__synth_events()
1355 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in pebs_update_adaptive_cfg()2563 PERF_SAMPLE_BRANCH_STACK | in intel_ds_init()
7604 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in perf_output_sample()7908 if (filtered_sample_type & PERF_SAMPLE_BRANCH_STACK) { in perf_prepare_sample()7911 data->sample_flags |= PERF_SAMPLE_BRANCH_STACK; in perf_prepare_sample()12538 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) { in perf_copy_attr()
2836 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in setup_callchain()
1801 if (unlikely(!(ctx->data->sample_flags & PERF_SAMPLE_BRANCH_STACK))) in BPF_CALL_4()