Home
last modified time | relevance | path

Searched refs:intel_bts_synth (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/tools/perf/util/
Dintel-bts.c731 struct intel_bts_synth { struct
741 struct intel_bts_synth *intel_bts_synth = in intel_bts_event_synth() local
742 container_of(tool, struct intel_bts_synth, dummy_tool); in intel_bts_event_synth()
744 return perf_session__deliver_synth_event(intel_bts_synth->session, in intel_bts_event_synth()
751 struct intel_bts_synth intel_bts_synth; in intel_bts_synth_event() local
753 memset(&intel_bts_synth, 0, sizeof(struct intel_bts_synth)); in intel_bts_synth_event()
754 intel_bts_synth.session = session; in intel_bts_synth_event()
756 return perf_event__synthesize_attr(&intel_bts_synth.dummy_tool, attr, 1, in intel_bts_synth_event()