Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmisc.c115 event.attr.sample_type = PERF_SAMPLE_REGS_INTR; in check_extended_regs_support()
281 if ((type ^ (PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_BRANCH_STACK)) && in get_intr_regs()
282 (type ^ PERF_SAMPLE_REGS_INTR)) in get_intr_regs()
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()
/linux-6.15/tools/perf/tests/
H A Dsample-parsing.c161 if (type & PERF_SAMPLE_REGS_INTR) { in samples_same()
287 if (sample_type & PERF_SAMPLE_REGS_INTR) in do_test()
422 if (sample_type == PERF_SAMPLE_REGS_INTR) in test__sample_parsing()
/linux-6.15/tools/testing/selftests/powerpc/pmu/
H A Devent.c39 e->attr.sample_type = PERF_SAMPLE_REGS_INTR; in __event_init_opts()
/linux-6.15/tools/perf/arch/powerpc/util/
H A Dperf_regs.c195 .sample_type = PERF_SAMPLE_REGS_INTR, in arch__intr_reg_mask()
/linux-6.15/tools/perf/ui/browsers/
H A Dscripts.c43 if (attr->sample_type & PERF_SAMPLE_REGS_INTR) in attr_to_script()
/linux-6.15/tools/perf/arch/x86/util/
H A Dperf_regs.c289 .sample_type = PERF_SAMPLE_REGS_INTR, in arch__intr_reg_mask()
/linux-6.15/arch/x86/events/intel/
H A Dds.c1402 gprs = ((sample_type & PERF_SAMPLE_REGS_INTR) && in pebs_update_adaptive_cfg()
1414 if ((sample_type & PERF_SAMPLE_REGS_INTR) && in pebs_update_adaptive_cfg()
1873 if (sample_type & PERF_SAMPLE_REGS_INTR) { in setup_pebs_fixed_sample_data()
2128 if (sample_type & (PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER)) in setup_pebs_adaptive_sample_data()
2761 PERF_SAMPLE_REGS_INTR); in intel_ds_init()
H A Dcore.c3929 flags &= ~(PERF_SAMPLE_REGS_USER | PERF_SAMPLE_REGS_INTR); in intel_pmu_large_pebs_flags()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h158 PERF_SAMPLE_REGS_INTR = 1U << 18, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h158 PERF_SAMPLE_REGS_INTR = 1U << 18, enumerator
/linux-6.15/tools/perf/util/
H A Dsynthetic-events.c1540 if (type & PERF_SAMPLE_REGS_INTR) { in perf_event__sample_event_size()
1747 if (type & PERF_SAMPLE_REGS_INTR) { in perf_event__synthesize_sample()
H A Dsession.c1087 if (sample_type & PERF_SAMPLE_REGS_INTR) in dump_sample()
H A Devsel.c3225 if (type & PERF_SAMPLE_REGS_INTR) { in evsel__parse_sample()
H A Dintel-pt.c2331 if (sample_type & PERF_SAMPLE_REGS_INTR && in intel_pt_do_synth_pebs_sample()
/linux-6.15/arch/x86/events/
H A Dperf_event.h156 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER | \
/linux-6.15/kernel/events/
H A Dcore.c7885 if (sample_type & PERF_SAMPLE_REGS_INTR) { in perf_output_sample()
8203 if (filtered_sample_type & PERF_SAMPLE_REGS_INTR) { in perf_prepare_sample()
8216 data->sample_flags |= PERF_SAMPLE_REGS_INTR; in perf_prepare_sample()
12861 if (attr->sample_type & PERF_SAMPLE_REGS_INTR) in perf_copy_attr()
13119 if (attr.sample_type & PERF_SAMPLE_REGS_INTR) { in SYSCALL_DEFINE5()
/linux-6.15/tools/perf/
H A Dbuiltin-script.c563 … evsel__do_check_stype(evsel, PERF_SAMPLE_REGS_INTR, "IREGS", PERF_OUTPUT_IREGS, allow_user_set)) in evsel__check_attr()
/linux-6.15/tools/perf/Documentation/
H A Dperf-intel-pt.txt1141 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER |