Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h160 PERF_SAMPLE_AUX = 1U << 20, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h160 PERF_SAMPLE_AUX = 1U << 20, enumerator
/linux-6.15/tools/perf/tests/
H A Dsample-parsing.c188 if (type & PERF_SAMPLE_AUX) { in samples_same()
/linux-6.15/tools/perf/util/
H A Dsynthetic-events.c1562 if (type & PERF_SAMPLE_AUX) { in perf_event__sample_event_size()
1778 if (type & PERF_SAMPLE_AUX) { in perf_event__synthesize_sample()
H A Devsel.c3267 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-6.15/kernel/events/
H A Dcore.c7914 if (sample_type & PERF_SAMPLE_AUX) { in perf_output_sample()
8250 if (filtered_sample_type & PERF_SAMPLE_AUX) { in perf_prepare_sample()
8269 data->sample_flags |= PERF_SAMPLE_AUX; in perf_prepare_sample()