Home | History | Annotate | Download | only in util

Lines Matching defs:sample_type

65 		pr_err("non matching sample_type");
439 attr->sample_type = bswap_64(attr->sample_type);
768 u64 sample_type = __perf_evlist__combined_sample_type(session->evlist);
776 if ((sample_type & PERF_SAMPLE_CPU))
779 if (sample_type & PERF_SAMPLE_TIME)
834 u64 sample_type;
843 sample_type = evsel->attr.sample_type;
845 if (sample_type & PERF_SAMPLE_CALLCHAIN)
848 if (sample_type & PERF_SAMPLE_BRANCH_STACK)
851 if (sample_type & PERF_SAMPLE_REGS_USER)
854 if (sample_type & PERF_SAMPLE_STACK_USER)
857 if (sample_type & PERF_SAMPLE_WEIGHT)
860 if (sample_type & PERF_SAMPLE_DATA_SRC)
863 if (sample_type & PERF_SAMPLE_READ)
944 u64 sample_type = evsel->attr.sample_type;
948 if (!(sample_type & PERF_SAMPLE_READ))
1601 if (!(evsel->attr.sample_type & PERF_SAMPLE_CPU)) {