Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/uapi/linux/
Dperf_event.h135 PERF_SAMPLE_REGS_USER = 1U << 12, enumerator
/linux-4.4.14/tools/perf/util/
Devsel.c1773 if (type & PERF_SAMPLE_REGS_USER) { in perf_evsel__parse_sample()
1915 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__sample_event_size()
2095 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__synthesize_sample()
Dmachine.c1884 if (!((evsel->attr.sample_type & PERF_SAMPLE_REGS_USER) && in thread__resolve_callchain()
Dsession.c933 if (sample_type & PERF_SAMPLE_REGS_USER) in dump_sample()
/linux-4.4.14/tools/perf/
Dbuiltin-report.c274 if ((sample_type & PERF_SAMPLE_REGS_USER) && in report__setup_sample_type()
Dbuiltin-script.c1688 if ((sample_type & PERF_SAMPLE_REGS_USER) && in script__setup_sample_type()
/linux-4.4.14/kernel/events/
Dcore.c5420 if (sample_type & PERF_SAMPLE_REGS_USER) { in perf_output_sample()
5533 if (sample_type & (PERF_SAMPLE_REGS_USER | PERF_SAMPLE_STACK_USER)) in perf_prepare_sample()
5537 if (sample_type & PERF_SAMPLE_REGS_USER) { in perf_prepare_sample()
8093 if (attr->sample_type & PERF_SAMPLE_REGS_USER) { in perf_copy_attr()