Home | History | Annotate | Download | only in tools

Lines Matching refs:sample_type

552   ("sample_type", "u64"),
580 # perf_event_attr.sample_type bits control the set of
642 perf_event_attr.sample_type)
644 (perf_event_attr.sample_type & PERF_SAMPLE_CALLCHAIN) != 0
683 def _SampleEventBodyDesc(self, sample_type):
684 assert (sample_type & PERF_SAMPLE_READ) == 0, \
688 if (bit & sample_type) != 0]