Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_STACK (Results 1 – 22 of 22) sorted by relevance

/linux/tools/perf/tests/
H A Dsample-parsing.c115 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/powerpc/pmu/sampling_tests/
H A Dbhrb_no_crash_wo_pmu_test.c41 event.attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in bhrb_no_crash_wo_pmu_test()
H A Dmmcra_bhrb_ind_call_test.c40 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_ind_call_test()
H A Dmmcra_bhrb_disable_test.c37 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_disable_test()
H A Dmmcra_bhrb_any_test.c36 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_any_test()
H A Dmmcra_bhrb_cond_test.c40 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_cond_test()
H A Dmisc.c274 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()
H A Dbhrb_filter_map_test.c59 event.attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in bhrb_filter_map_test()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dperf_event_stackmap.c60 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK | in test_perf_event_stackmap()
H A Dget_stackid_cannot_attach.c13 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK, in test_get_stackid_cannot_attach()
H A Dget_branch_snapshot.c42 attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in create_perf_events()
H A Dperf_branches.c114 attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in test_perf_branches_hw()
/linux/tools/perf/ui/browsers/
H A Dscripts.c41 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) in attr_to_script()
/linux/tools/include/uapi/linux/
H A Dperf_event.h151 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
/linux/tools/perf/util/
H A Devsel.c2245 .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()
H A Dsynthetic-events.c1503 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__sample_event_size()
1701 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__synthesize_sample()
H A Dcallchain.c1683 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in callchain_param_setup()
H A Dcs-etm.c1739 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in cs_etm__synth_events()
/linux/arch/x86/events/intel/
H A Dds.c1355 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in pebs_update_adaptive_cfg()
2563 PERF_SAMPLE_BRANCH_STACK | in intel_ds_init()
/linux/kernel/events/
H A Dcore.c7604 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()
/linux/tools/perf/
H A Dbuiltin-c2c.c2836 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in setup_callchain()
/linux/kernel/trace/
H A Dbpf_trace.c1801 if (unlikely(!(ctx->data->sample_flags & PERF_SAMPLE_BRANCH_STACK))) in BPF_CALL_4()