Home
last modified time | relevance | path

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

/tools/perf/tests/
Dsample-parsing.c163 if (type & PERF_SAMPLE_AUX) { in samples_same()
/tools/include/uapi/linux/
Dperf_event.h160 PERF_SAMPLE_AUX = 1U << 20, enumerator
/tools/perf/util/
Dsynthetic-events.c1514 if (type & PERF_SAMPLE_AUX) { in perf_event__sample_event_size()
1709 if (type & PERF_SAMPLE_AUX) { in perf_event__synthesize_sample()
Devsel.c2532 if (type & PERF_SAMPLE_AUX) { in evsel__parse_sample()
Dintel-pt.c1077 if ((evsel->core.attr.sample_type & PERF_SAMPLE_AUX) && in intel_pt_sampling_mode()