Lines Matching defs:cs_etm_synth
1257 struct cs_etm_synth {
1267 struct cs_etm_synth *cs_etm_synth =
1268 container_of(tool, struct cs_etm_synth, dummy_tool);
1270 return perf_session__deliver_synth_event(cs_etm_synth->session,
1277 struct cs_etm_synth cs_etm_synth;
1279 memset(&cs_etm_synth, 0, sizeof(struct cs_etm_synth));
1280 cs_etm_synth.session = session;
1282 return perf_event__synthesize_attr(&cs_etm_synth.dummy_tool, attr, 1,