Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c101 if (type & PERF_SAMPLE_REGS_USER) { in samples_same()
220 if (sample_type & PERF_SAMPLE_REGS_USER) in do_test()
332 if (sample_type == PERF_SAMPLE_REGS_USER) in test__sample_parsing()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h136 PERF_SAMPLE_REGS_USER = 1U << 12, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h136 PERF_SAMPLE_REGS_USER = 1U << 12, enumerator
/Linux-v4.19/arch/x86/events/
Dperf_event.h96 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER | \
/Linux-v4.19/tools/perf/util/
Devsel.c2286 if (type & PERF_SAMPLE_REGS_USER) { in perf_evsel__parse_sample()
2475 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__sample_event_size()
2633 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__synthesize_sample()
Dsession.c1103 if (sample_type & PERF_SAMPLE_REGS_USER) in dump_sample()
Dmachine.c2344 if (!((evsel->attr.sample_type & PERF_SAMPLE_REGS_USER) && in thread__resolve_callchain_unwind()
/Linux-v4.19/tools/perf/
Dbuiltin-report.c371 if ((sample_type & PERF_SAMPLE_REGS_USER) && in report__setup_sample_type()
Dbuiltin-script.c459 perf_evsel__check_stype(evsel, PERF_SAMPLE_REGS_USER, "UREGS", in perf_evsel__check_attr()
2955 if ((sample_type & PERF_SAMPLE_REGS_USER) && in script__setup_sample_type()
Dbuiltin-c2c.c2570 if ((sample_type & PERF_SAMPLE_REGS_USER) && in setup_callchain()
/Linux-v4.19/arch/x86/events/intel/
Dcore.c2983 flags &= ~PERF_SAMPLE_REGS_USER; in intel_pmu_large_pebs_flags()
2985 flags &= ~(PERF_SAMPLE_REGS_USER | PERF_SAMPLE_REGS_INTR); in intel_pmu_large_pebs_flags()
/Linux-v4.19/kernel/events/
Dcore.c6250 if (sample_type & PERF_SAMPLE_REGS_USER) { in perf_output_sample()
6432 if (sample_type & (PERF_SAMPLE_REGS_USER | PERF_SAMPLE_STACK_USER)) in perf_prepare_sample()
6436 if (sample_type & PERF_SAMPLE_REGS_USER) { in perf_prepare_sample()
10203 if (attr->sample_type & PERF_SAMPLE_REGS_USER) { in perf_copy_attr()