Home
last modified time | relevance | path

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

/tools/testing/selftests/powerpc/pmu/sampling_tests/
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()
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()
/tools/perf/tests/
A Dsample-parsing.c167 if (type & PERF_SAMPLE_REGS_INTR) { in samples_same()
295 if (sample_type & PERF_SAMPLE_REGS_INTR) in do_test()
430 if (sample_type == PERF_SAMPLE_REGS_INTR) in test__sample_parsing()
/tools/testing/selftests/powerpc/pmu/
A Devent.c39 e->attr.sample_type = PERF_SAMPLE_REGS_INTR; in __event_init_opts()
/tools/perf/arch/powerpc/util/
A Dperf_regs.c195 .sample_type = PERF_SAMPLE_REGS_INTR, in arch__intr_reg_mask()
/tools/perf/ui/browsers/
A Dscripts.c43 if (attr->sample_type & PERF_SAMPLE_REGS_INTR) in attr_to_script()
/tools/perf/arch/x86/util/
A Dperf_regs.c289 .sample_type = PERF_SAMPLE_REGS_INTR, in arch__intr_reg_mask()
/tools/include/uapi/linux/
A Dperf_event.h161 PERF_SAMPLE_REGS_INTR = 1U << 18, enumerator
/tools/perf/util/
A Dsynthetic-events.c1546 if (type & PERF_SAMPLE_REGS_INTR) { in perf_event__sample_event_size()
1759 if (type & PERF_SAMPLE_REGS_INTR) { in perf_event__synthesize_sample()
A Dsession.c1092 if (sample_type & PERF_SAMPLE_REGS_INTR) in dump_sample()
A Devsel.c3279 if (type & PERF_SAMPLE_REGS_INTR) { in evsel__parse_sample()
A Dintel-pt.c2472 if (sample_type & PERF_SAMPLE_REGS_INTR && in intel_pt_do_synth_pebs_sample()
/tools/perf/
A Dbuiltin-script.c565 … evsel__do_check_stype(evsel, PERF_SAMPLE_REGS_INTR, "IREGS", PERF_OUTPUT_IREGS, allow_user_set)) in evsel__check_attr()
/tools/perf/Documentation/
A Dperf-intel-pt.txt1141 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER |

Completed in 49 milliseconds