Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c184 if (type & PERF_SAMPLE_AUX) { in samples_same()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h160 PERF_SAMPLE_AUX = 1U << 20, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h160 PERF_SAMPLE_AUX = 1U << 20, enumerator
/openbmc/linux/tools/perf/util/
H A Dsynthetic-events.c1544 if (type & PERF_SAMPLE_AUX) { in perf_event__sample_event_size()
1756 if (type & PERF_SAMPLE_AUX) { in perf_event__synthesize_sample()
H A Devsel.c2677 if (type & PERF_SAMPLE_AUX) { in evsel__parse_sample()
H A Dintel-pt.c1181 if ((evsel->core.attr.sample_type & PERF_SAMPLE_AUX) && in intel_pt_sampling_mode()
/openbmc/linux/kernel/events/
H A Dcore.c7505 if (sample_type & PERF_SAMPLE_AUX) { in perf_output_sample()
7841 if (filtered_sample_type & PERF_SAMPLE_AUX) { in perf_prepare_sample()
7860 data->sample_flags |= PERF_SAMPLE_AUX; in perf_prepare_sample()