Lines Matching defs:sample_type

1117 		if (!(evsel->core.attr.sample_type & PERF_SAMPLE_TIME))
1179 if ((evsel->core.attr.sample_type & PERF_SAMPLE_AUX) &&
1222 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_CALLCHAIN))
1260 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK))
2239 u64 sample_type = evsel->core.attr.sample_type;
2268 if (sample_type & PERF_SAMPLE_TIME) {
2279 if (sample_type & PERF_SAMPLE_CALLCHAIN &&
2287 if (sample_type & PERF_SAMPLE_REGS_INTR &&
2303 if (sample_type & PERF_SAMPLE_BRANCH_STACK) {
2318 if (sample_type & PERF_SAMPLE_ADDR && items->has_mem_access_address)
2321 if (sample_type & PERF_SAMPLE_WEIGHT_TYPE) {
2351 if (sample_type & PERF_SAMPLE_TRANSACTION && items->has_tsx_aux_info) {
2362 return intel_pt_deliver_synth_event(pt, event, &sample, sample_type);
3684 name, id, (u64)attr->sample_type);
3743 attr.sample_type = evsel->core.attr.sample_type & PERF_SAMPLE_MASK;
3744 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID |
3747 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME;
3749 attr.sample_type |= PERF_SAMPLE_TIME;
3751 attr.sample_type &= ~(u64)PERF_SAMPLE_CPU;
3767 attr.sample_type |= PERF_SAMPLE_ADDR;
3772 pt->branches_sample_type = attr.sample_type;
3775 attr.sample_type &= ~(u64)PERF_SAMPLE_ADDR;
3779 attr.sample_type |= PERF_SAMPLE_CALLCHAIN;
3781 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK;
3801 pt->instructions_sample_type = attr.sample_type;
3817 pt->cycles_sample_type = attr.sample_type;
3822 attr.sample_type &= ~(u64)PERF_SAMPLE_PERIOD;
3831 pt->transactions_sample_type = attr.sample_type;
3838 attr.sample_type |= PERF_SAMPLE_RAW;
3846 pt->ptwrites_sample_type = attr.sample_type;
3854 pt->pwr_events_sample_type = attr.sample_type;
3912 pt->evt_sample_type = attr.sample_type;
3923 pt->iflag_chg_sample_type = attr.sample_type;