Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_REGS_INTR (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dintr_regs_no_crash_wo_pmu_test.c40 event.attr.sample_type = PERF_SAMPLE_REGS_INTR; in intr_regs_no_crash_wo_pmu_test()
H A Dmisc.c114 event.attr.sample_type = PERF_SAMPLE_REGS_INTR; in check_extended_regs_support()
274 if ((type ^ (PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_BRANCH_STACK)) && in get_intr_regs()
275 (type ^ PERF_SAMPLE_REGS_INTR)) in get_intr_regs()
/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c159 if (type & PERF_SAMPLE_REGS_INTR) { in samples_same()
279 if (sample_type & PERF_SAMPLE_REGS_INTR) in do_test()
412 if (sample_type == PERF_SAMPLE_REGS_INTR) in test__sample_parsing()
/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A Devent.c39 e->attr.sample_type = PERF_SAMPLE_REGS_INTR; in __event_init_opts()
/openbmc/linux/tools/perf/ui/browsers/
H A Dscripts.c41 if (attr->sample_type & PERF_SAMPLE_REGS_INTR) in attr_to_script()
/openbmc/linux/tools/perf/arch/powerpc/util/
H A Dperf_regs.c194 .sample_type = PERF_SAMPLE_REGS_INTR, in arch__intr_reg_mask()
/openbmc/linux/tools/perf/arch/x86/util/
H A Dperf_regs.c284 .sample_type = PERF_SAMPLE_REGS_INTR, in arch__intr_reg_mask()
/openbmc/linux/arch/x86/events/intel/
H A Dds.c1206 gprs = (sample_type & PERF_SAMPLE_REGS_INTR) && in pebs_update_adaptive_cfg()
1216 if ((sample_type & PERF_SAMPLE_REGS_INTR) && in pebs_update_adaptive_cfg()
1676 if (sample_type & PERF_SAMPLE_REGS_INTR) { in setup_pebs_fixed_sample_data()
1859 if (sample_type & PERF_SAMPLE_REGS_INTR) in setup_pebs_adaptive_sample_data()
2408 PERF_SAMPLE_REGS_INTR); in intel_ds_init()
H A Dcore.c3806 flags &= ~(PERF_SAMPLE_REGS_USER | PERF_SAMPLE_REGS_INTR); in intel_pmu_large_pebs_flags()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h158 PERF_SAMPLE_REGS_INTR = 1U << 18, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h158 PERF_SAMPLE_REGS_INTR = 1U << 18, enumerator
/openbmc/linux/arch/x86/events/
H A Dperf_event.h139 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER | \
/openbmc/linux/tools/perf/util/
H A Dsynthetic-events.c1522 if (type & PERF_SAMPLE_REGS_INTR) { in perf_event__sample_event_size()
1725 if (type & PERF_SAMPLE_REGS_INTR) { in perf_event__synthesize_sample()
H A Devsel.c2637 if (type & PERF_SAMPLE_REGS_INTR) { in evsel__parse_sample()
H A Dsession.c1368 if (sample_type & PERF_SAMPLE_REGS_INTR) in dump_sample()
H A Dintel-pt.c2289 if (sample_type & PERF_SAMPLE_REGS_INTR && in intel_pt_do_synth_pebs_sample()
/openbmc/linux/kernel/events/
H A Dcore.c7476 if (sample_type & PERF_SAMPLE_REGS_INTR) { in perf_output_sample()
7794 if (filtered_sample_type & PERF_SAMPLE_REGS_INTR) { in perf_prepare_sample()
7807 data->sample_flags |= PERF_SAMPLE_REGS_INTR; in perf_prepare_sample()
12246 if (attr->sample_type & PERF_SAMPLE_REGS_INTR) in perf_copy_attr()
12505 if (attr.sample_type & PERF_SAMPLE_REGS_INTR) { in SYSCALL_DEFINE5()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c529 … evsel__do_check_stype(evsel, PERF_SAMPLE_REGS_INTR, "IREGS", PERF_OUTPUT_IREGS, allow_user_set)) in evsel__check_attr()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt1083 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER |