Searched refs:cs_etm_synth (Results 1 – 1 of 1) sorted by relevance
1283 struct cs_etm_synth { struct1293 struct cs_etm_synth *cs_etm_synth = in cs_etm__event_synth() argument1294 container_of(tool, struct cs_etm_synth, dummy_tool); in cs_etm__event_synth()1296 return perf_session__deliver_synth_event(cs_etm_synth->session, in cs_etm__event_synth()1303 struct cs_etm_synth cs_etm_synth; in cs_etm__synth_event() local1305 memset(&cs_etm_synth, 0, sizeof(struct cs_etm_synth)); in cs_etm__synth_event()1306 cs_etm_synth.session = session; in cs_etm__synth_event()1308 return perf_event__synthesize_attr(&cs_etm_synth.dummy_tool, attr, 1, in cs_etm__synth_event()