Home
last modified time | relevance | path

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

/tools/perf/tests/
A Dsample-parsing.c128 if (type & PERF_SAMPLE_REGS_USER) { in samples_same()
292 if (sample_type & PERF_SAMPLE_REGS_USER) in do_test()
427 if (sample_type == PERF_SAMPLE_REGS_USER) in test__sample_parsing()
/tools/perf/arch/arm64/util/
A Dperf_regs.c153 .sample_type = PERF_SAMPLE_REGS_USER, in arch__user_reg_mask()
/tools/perf/ui/browsers/
A Dscripts.c45 if (attr->sample_type & PERF_SAMPLE_REGS_USER) in attr_to_script()
/tools/include/uapi/linux/
A Dperf_event.h155 PERF_SAMPLE_REGS_USER = 1U << 12, enumerator
/tools/perf/util/
A Dsynthetic-events.c1518 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__sample_event_size()
1723 if (type & PERF_SAMPLE_REGS_USER) { in perf_event__synthesize_sample()
A Dcallchain.c1675 if ((sample_type & PERF_SAMPLE_REGS_USER) && in callchain_param_setup()
A Dsession.c1089 if (sample_type & PERF_SAMPLE_REGS_USER) in dump_sample()
A Dmachine.c2964 if (!((evsel->core.attr.sample_type & PERF_SAMPLE_REGS_USER) && in thread__resolve_callchain_unwind()
A Devsel.c3222 if (type & PERF_SAMPLE_REGS_USER) { in evsel__parse_sample()
/tools/perf/
A Dbuiltin-script.c569 evsel__check_stype(evsel, PERF_SAMPLE_REGS_USER, "UREGS", PERF_OUTPUT_UREGS)) in evsel__check_attr()
2543 (sample_type & PERF_SAMPLE_REGS_USER && in process_attr()
A Dbuiltin-c2c.c2841 if ((sample_type & PERF_SAMPLE_REGS_USER) && in setup_callchain()
/tools/perf/Documentation/
A Dperf-intel-pt.txt1141 PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_REGS_USER |

Completed in 55 milliseconds