Lines Matching defs:cs_etm_synth
1571 struct cs_etm_synth {
1581 struct cs_etm_synth *cs_etm_synth =
1582 container_of(tool, struct cs_etm_synth, dummy_tool);
1584 return perf_session__deliver_synth_event(cs_etm_synth->session,
1591 struct cs_etm_synth cs_etm_synth;
1593 memset(&cs_etm_synth, 0, sizeof(struct cs_etm_synth));
1594 cs_etm_synth.session = session;
1596 return perf_event__synthesize_attr(&cs_etm_synth.dummy_tool, attr, 1,