Lines Matching defs:arm_spe_synth
748 struct arm_spe_synth {
758 struct arm_spe_synth *arm_spe_synth =
759 container_of(tool, struct arm_spe_synth, dummy_tool);
761 return perf_session__deliver_synth_event(arm_spe_synth->session,
768 struct arm_spe_synth arm_spe_synth;
770 memset(&arm_spe_synth, 0, sizeof(struct arm_spe_synth));
771 arm_spe_synth.session = session;
773 return perf_event__synthesize_attr(&arm_spe_synth.dummy_tool, attr, 1,