Home | History | Annotate | Download | only in simpleperf

Lines Matching defs:sample_type

41   attr.sample_type |= PERF_SAMPLE_BRANCH_STACK;
52 attr.sample_type |=
267 uint64_t sample_type = 0;
270 sample_type |= selection.event_attr.sample_type;
275 selection.event_attr.sample_type = sample_type;
348 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK;
350 attr.sample_type &= ~PERF_SAMPLE_BRANCH_STACK;
361 selection.event_attr.sample_type |= PERF_SAMPLE_CALLCHAIN;
373 selection.event_attr.sample_type |= PERF_SAMPLE_CALLCHAIN |