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.c184 if (type & PERF_SAMPLE_AUX) { in samples_same()
/linux/include/uapi/linux/
H A Dperf_event.h160 PERF_SAMPLE_AUX = 1U << 20, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h160 PERF_SAMPLE_AUX = 1U << 20, enumerator
/linux/tools/perf/util/
H A Dsynthetic-events.c1560 if (type & PERF_SAMPLE_AUX) { in perf_event__sample_event_size()
1772 if (type & PERF_SAMPLE_AUX) { in perf_event__synthesize_sample()
H A Devsel.c2992 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()
/linux/kernel/events/
H A Dcore.c7640 if (sample_type & PERF_SAMPLE_AUX) { in perf_output_sample()
7976 if (filtered_sample_type & PERF_SAMPLE_AUX) { in perf_prepare_sample()
7995 data->sample_flags |= PERF_SAMPLE_AUX; in perf_prepare_sample()