/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
H A D | bhrb_no_crash_wo_pmu_test.c | 41 event.attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in bhrb_no_crash_wo_pmu_test()
|
H A D | mmcra_bhrb_ind_call_test.c | 40 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_ind_call_test()
|
H A D | mmcra_bhrb_disable_test.c | 37 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_disable_test()
|
H A D | mmcra_bhrb_any_test.c | 36 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_any_test()
|
H A D | mmcra_bhrb_cond_test.c | 40 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_cond_test()
|
H A D | bhrb_filter_map_test.c | 59 event.attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in bhrb_filter_map_test()
|
H A D | misc.c | 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()
|
/linux/tools/perf/tests/ |
H A D | sample-parsing.c | 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()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | perf_event_stackmap.c | 60 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK | in test_perf_event_stackmap()
|
H A D | get_stackid_cannot_attach.c | 13 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK, in test_get_stackid_cannot_attach()
|
H A D | get_branch_snapshot.c | 42 attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in create_perf_events()
|
H A D | perf_branches.c | 114 attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in test_perf_branches_hw()
|
/linux/tools/perf/ui/browsers/ |
H A D | scripts.c | 39 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) in attr_to_script()
|
/linux/tools/perf/util/ |
H A D | evsel.h | 559 return evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK || in evsel__has_br_stack() 560 evsel->synth_sample_type & PERF_SAMPLE_BRANCH_STACK; in evsel__has_br_stack()
|
H A D | intel-pt.c | 1262 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK)) in intel_pt_br_stack_init() 1263 evsel->synth_sample_type |= PERF_SAMPLE_BRANCH_STACK; in intel_pt_br_stack_init() 2305 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in intel_pt_do_synth_pebs_sample() 3761 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in intel_pt_synth_events()
|
H A D | synthetic-events.c | 1503 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__sample_event_size() 1697 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__synthesize_sample()
|
H A D | evsel.c | 2844 if (type & PERF_SAMPLE_BRANCH_STACK) { in evsel__parse_sample() 3359 if (evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK) in evsel__open_strerror()
|
H A D | callchain.c | 1683 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in callchain_param_setup()
|
/linux/include/uapi/linux/ |
H A D | perf_event.h | 151 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
|
/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 151 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
|
/linux/include/linux/ |
H A D | perf_event.h | 1313 data->sample_flags |= PERF_SAMPLE_BRANCH_STACK; in perf_sample_save_brstack() 1669 return event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK; in has_branch_stack()
|
/linux/arch/x86/kvm/vmx/ |
H A D | pmu_intel.c | 231 .sample_type = PERF_SAMPLE_BRANCH_STACK, in intel_pmu_create_guest_lbr_event()
|
/linux/tools/perf/ |
H A D | builtin-report.c | 382 sample_type |= PERF_SAMPLE_BRANCH_STACK; in report__setup_sample_type() 418 !(sample_type & PERF_SAMPLE_BRANCH_STACK)) { in report__setup_sample_type()
|
/linux/arch/x86/events/intel/ |
H A D | ds.c | 1334 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in pebs_update_adaptive_cfg() 2507 PERF_SAMPLE_BRANCH_STACK | in intel_ds_init()
|
/linux/arch/powerpc/perf/ |
H A D | core-book3s.c | 2304 if (event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK) { in record_and_restart()
|