Home | History | Annotate | Download | only in util

Lines Matching defs:sample_type

831 		evlist->combined_sample_type |= evsel->attr.sample_type;
846 u64 sample_type = first->attr.sample_type;
854 if ((sample_type & PERF_SAMPLE_READ) &&
872 u64 sample_type;
878 sample_type = first->attr.sample_type;
880 if (sample_type & PERF_SAMPLE_TID)
883 if (sample_type & PERF_SAMPLE_TIME)
886 if (sample_type & PERF_SAMPLE_ID)
889 if (sample_type & PERF_SAMPLE_STREAM_ID)
892 if (sample_type & PERF_SAMPLE_CPU)
895 if (sample_type & PERF_SAMPLE_IDENTIFIER)