Lines Matching refs:core
1038 if (intel_pt_get_config(pt, &evsel->core.attr, NULL) &&
1039 !evsel->core.attr.exclude_kernel)
1054 if (intel_pt_get_config(pt, &evsel->core.attr, &config) &&
1067 if (intel_pt_get_config(pt, &evsel->core.attr, &config) &&
1081 if (intel_pt_get_config(pt, &evsel->core.attr, &config) &&
1101 if (intel_pt_get_config(pt, &evsel->core.attr, &config))
1117 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_TIME))
1119 if (intel_pt_get_config(pt, &evsel->core.attr, &config)) {
1134 if (intel_pt_get_config(pt, &evsel->core.attr, NULL) &&
1135 !evsel->core.attr.exclude_kernel)
1151 if (intel_pt_get_config(pt, &evsel->core.attr, &config)) {
1167 if (intel_pt_get_config(pt, &evsel->core.attr, &config) &&
1179 if ((evsel->core.attr.sample_type & PERF_SAMPLE_AUX) &&
1180 evsel->core.attr.aux_sample_size)
1192 if (intel_pt_get_config(pt, &evsel->core.attr, &config))
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;
2251 if (!evsel->core.attr.freq)
2252 sample.period = evsel->core.attr.sample_period;
2290 u64 regs_mask = evsel->core.attr.sample_regs_intr;
2369 u64 id = evsel->core.id[0];
3596 return evsel->core.attr.type == pt->pmu_type;
3704 if (evsel->core.id && evsel->core.id[0] == id) {
3719 if (evsel->core.attr.type == pt->pmu_type && evsel->core.ids)
3743 attr.sample_type = evsel->core.attr.sample_type & PERF_SAMPLE_MASK;
3752 attr.exclude_user = evsel->core.attr.exclude_user;
3753 attr.exclude_kernel = evsel->core.attr.exclude_kernel;
3754 attr.exclude_hv = evsel->core.attr.exclude_hv;
3755 attr.exclude_host = evsel->core.attr.exclude_host;
3756 attr.exclude_guest = evsel->core.attr.exclude_guest;
3757 attr.sample_id_all = evsel->core.attr.sample_id_all;
3758 attr.read_format = evsel->core.attr.read_format;
3760 id = evsel->core.id[0] + 1000000000;
3873 if (pt->synth_opts.pwr_events && (evsel->core.attr.config & INTEL_PT_CFG_PWR_EVT_EN)) {
3907 if (pt->synth_opts.intr_events && (evsel->core.attr.config & INTEL_PT_CFG_EVT_EN)) {
3940 if (evsel->core.attr.aux_output && evsel->core.id) {
3971 if (evsel->core.attr.context_switch)