Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/
Dsample-parsing.c98 if (type & PERF_SAMPLE_REGS_USER) { in samples_same()
213 if (sample_type & PERF_SAMPLE_REGS_USER) in do_test()
325 if (sample_type == PERF_SAMPLE_REGS_USER) in test__sample_parsing()
/linux-4.1.27/include/uapi/linux/
Dperf_event.h134 PERF_SAMPLE_REGS_USER = 1U << 12, enumerator
/linux-4.1.27/tools/perf/util/
Devsel.c1600 if (type & PERF_SAMPLE_REGS_USER) { in perf_evsel__parse_sample()
1742 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__sample_event_size()
1922 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__synthesize_sample()
Dmachine.c1735 if (!((evsel->attr.sample_type & PERF_SAMPLE_REGS_USER) && in thread__resolve_callchain()
Dsession.c777 if (sample_type & PERF_SAMPLE_REGS_USER) in dump_sample()
/linux-4.1.27/tools/perf/
Dbuiltin-report.c249 if ((sample_type & PERF_SAMPLE_REGS_USER) && in report__setup_sample_type()
/linux-4.1.27/kernel/events/
Dcore.c5248 if (sample_type & PERF_SAMPLE_REGS_USER) { in perf_output_sample()
5362 if (sample_type & (PERF_SAMPLE_REGS_USER | PERF_SAMPLE_STACK_USER)) in perf_prepare_sample()
5366 if (sample_type & PERF_SAMPLE_REGS_USER) { in perf_prepare_sample()
7764 if (attr->sample_type & PERF_SAMPLE_REGS_USER) { in perf_copy_attr()