Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c128 if (type & PERF_SAMPLE_REGS_USER) { in samples_same()
276 if (sample_type & PERF_SAMPLE_REGS_USER) in do_test()
409 if (sample_type == PERF_SAMPLE_REGS_USER) in test__sample_parsing()
/openbmc/linux/tools/perf/arch/arm64/util/
H A Dperf_regs.c153 .sample_type = PERF_SAMPLE_REGS_USER, in arch__user_reg_mask()
/openbmc/linux/tools/perf/ui/browsers/
H A Dscripts.c43 if (attr->sample_type & PERF_SAMPLE_REGS_USER) in attr_to_script()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h152 PERF_SAMPLE_REGS_USER = 1U << 12, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h152 PERF_SAMPLE_REGS_USER = 1U << 12, 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.c1494 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__sample_event_size()
1689 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__synthesize_sample()
H A Dcallchain.c1663 if ((sample_type & PERF_SAMPLE_REGS_USER) && in callchain_param_setup()
H A Devsel.c2581 if (type & PERF_SAMPLE_REGS_USER) { in evsel__parse_sample()
H A Dsession.c1365 if (sample_type & PERF_SAMPLE_REGS_USER) in dump_sample()
H A Dmachine.c3163 if (!((evsel->core.attr.sample_type & PERF_SAMPLE_REGS_USER) && in thread__resolve_callchain_unwind()
/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c927 return sample_type & (PERF_SAMPLE_CALLCHAIN | PERF_SAMPLE_REGS_USER | in is_callchain_event()
/openbmc/linux/kernel/events/
H A Dcore.c7444 if (sample_type & PERF_SAMPLE_REGS_USER) { in perf_output_sample()
7695 PERF_SAMPLE_REGS_USER); in perf_prepare_sample()
7726 if (filtered_sample_type & PERF_SAMPLE_REGS_USER) in perf_prepare_sample()
7734 if ((sample_type & ~data->sample_flags) & PERF_SAMPLE_REGS_USER) { in perf_prepare_sample()
7744 data->sample_flags |= PERF_SAMPLE_REGS_USER; in perf_prepare_sample()
12222 if (attr->sample_type & PERF_SAMPLE_REGS_USER) { in perf_copy_attr()
/openbmc/linux/Documentation/arch/arm64/
H A Dsve.rst467 PERF_SAMPLE_REGS_USER is set and the sample_regs_user mask has bit 46 set.
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c533 evsel__check_stype(evsel, PERF_SAMPLE_REGS_USER, "UREGS", PERF_OUTPUT_UREGS)) in evsel__check_attr()
2488 (sample_type & PERF_SAMPLE_REGS_USER && in process_attr()
H A Dbuiltin-c2c.c2853 if ((sample_type & PERF_SAMPLE_REGS_USER) && in setup_callchain()
/openbmc/linux/arch/x86/events/intel/
H A Dds.c2407 PERF_SAMPLE_REGS_USER | in intel_ds_init()
H A Dcore.c3804 flags &= ~PERF_SAMPLE_REGS_USER; in intel_pmu_large_pebs_flags()
3806 flags &= ~(PERF_SAMPLE_REGS_USER | PERF_SAMPLE_REGS_INTR); in intel_pmu_large_pebs_flags()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt1083 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER |