Lines Matching refs:raw
1949 struct perf_synth_intel_ptwrite raw; in intel_pt_synth_ptwrite_sample() local
1959 raw.flags = 0; in intel_pt_synth_ptwrite_sample()
1960 raw.ip = !!(ptq->state->flags & INTEL_PT_FUP_IP); in intel_pt_synth_ptwrite_sample()
1961 raw.payload = cpu_to_le64(ptq->state->ptw_payload); in intel_pt_synth_ptwrite_sample()
1963 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_ptwrite_sample()
1964 sample.raw_data = perf_synth__raw_data(&raw); in intel_pt_synth_ptwrite_sample()
1975 struct perf_synth_intel_cbr raw; in intel_pt_synth_cbr_sample() local
1991 raw.flags = cpu_to_le32(flags); in intel_pt_synth_cbr_sample()
1992 raw.freq = cpu_to_le32(raw.cbr * pt->cbr2khz); in intel_pt_synth_cbr_sample()
1993 raw.reserved3 = 0; in intel_pt_synth_cbr_sample()
1995 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_cbr_sample()
1996 sample.raw_data = perf_synth__raw_data(&raw); in intel_pt_synth_cbr_sample()
2009 struct perf_synth_intel_psb raw; in intel_pt_synth_psb_sample() local
2022 raw.reserved = 0; in intel_pt_synth_psb_sample()
2023 raw.offset = ptq->state->psb_offset; in intel_pt_synth_psb_sample()
2025 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_psb_sample()
2026 sample.raw_data = perf_synth__raw_data(&raw); in intel_pt_synth_psb_sample()
2039 struct perf_synth_intel_mwait raw; in intel_pt_synth_mwait_sample() local
2051 raw.reserved = 0; in intel_pt_synth_mwait_sample()
2052 raw.payload = cpu_to_le64(ptq->state->mwait_payload); in intel_pt_synth_mwait_sample()
2054 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_mwait_sample()
2055 sample.raw_data = perf_synth__raw_data(&raw); in intel_pt_synth_mwait_sample()
2068 struct perf_synth_intel_pwre raw; in intel_pt_synth_pwre_sample() local
2080 raw.reserved = 0; in intel_pt_synth_pwre_sample()
2081 raw.payload = cpu_to_le64(ptq->state->pwre_payload); in intel_pt_synth_pwre_sample()
2083 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_pwre_sample()
2084 sample.raw_data = perf_synth__raw_data(&raw); in intel_pt_synth_pwre_sample()
2097 struct perf_synth_intel_exstop raw; in intel_pt_synth_exstop_sample() local
2109 raw.flags = 0; in intel_pt_synth_exstop_sample()
2110 raw.ip = !!(ptq->state->flags & INTEL_PT_FUP_IP); in intel_pt_synth_exstop_sample()
2112 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_exstop_sample()
2113 sample.raw_data = perf_synth__raw_data(&raw); in intel_pt_synth_exstop_sample()
2126 struct perf_synth_intel_pwrx raw; in intel_pt_synth_pwrx_sample() local
2138 raw.reserved = 0; in intel_pt_synth_pwrx_sample()
2139 raw.payload = cpu_to_le64(ptq->state->pwrx_payload); in intel_pt_synth_pwrx_sample()
2141 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_pwrx_sample()
2142 sample.raw_data = perf_synth__raw_data(&raw); in intel_pt_synth_pwrx_sample()
2613 } raw; in intel_pt_synth_events_sample() local
2625 raw.cfe.type = ptq->state->cfe_type; in intel_pt_synth_events_sample()
2626 raw.cfe.reserved = 0; in intel_pt_synth_events_sample()
2627 raw.cfe.ip = !!(ptq->state->flags & INTEL_PT_FUP_IP); in intel_pt_synth_events_sample()
2628 raw.cfe.vector = ptq->state->cfe_vector; in intel_pt_synth_events_sample()
2629 raw.cfe.evd_cnt = ptq->state->evd_cnt; in intel_pt_synth_events_sample()
2632 raw.evd[i].et = 0; in intel_pt_synth_events_sample()
2633 raw.evd[i].evd_type = ptq->state->evd[i].type; in intel_pt_synth_events_sample()
2634 raw.evd[i].payload = ptq->state->evd[i].payload; in intel_pt_synth_events_sample()
2637 sample.raw_size = perf_synth__raw_size(raw) + in intel_pt_synth_events_sample()
2639 sample.raw_data = perf_synth__raw_data(&raw); in intel_pt_synth_events_sample()
2652 struct perf_synth_intel_iflag_chg raw; in intel_pt_synth_iflag_chg_sample() local
2664 raw.flags = 0; in intel_pt_synth_iflag_chg_sample()
2665 raw.iflag = ptq->state->to_iflag; in intel_pt_synth_iflag_chg_sample()
2668 raw.via_branch = 1; in intel_pt_synth_iflag_chg_sample()
2669 raw.branch_ip = ptq->state->to_ip; in intel_pt_synth_iflag_chg_sample()
2675 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_iflag_chg_sample()
2676 sample.raw_data = perf_synth__raw_data(&raw); in intel_pt_synth_iflag_chg_sample()