Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dsample-parsing.c194 if (type & PERF_SAMPLE_AUX) { in samples_same()
/linux/include/uapi/linux/
H A Dperf_event.h163 PERF_SAMPLE_AUX = 1U << 20, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h163 PERF_SAMPLE_AUX = 1U << 20, enumerator
/linux/tools/perf/util/
H A Dsynthetic-events.c1573 if (type & PERF_SAMPLE_AUX) { in perf_event__sample_event_size()
1795 if (type & PERF_SAMPLE_AUX) { in perf_event__synthesize_sample()
H A Devsel.c3572 if (type & PERF_SAMPLE_AUX) { in evsel__parse_sample()
H A Dintel-pt.c1183 if ((evsel->core.attr.sample_type & PERF_SAMPLE_AUX) && in intel_pt_sampling_mode()
/linux/kernel/events/
H A Dcore.c8351 if (sample_type & PERF_SAMPLE_AUX) { in perf_output_sample()
8701 if (filtered_sample_type & PERF_SAMPLE_AUX) { in perf_prepare_sample()
8720 data->sample_flags |= PERF_SAMPLE_AUX; in perf_prepare_sample()