Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dintel-bts.c747 struct intel_bts_synth { struct
757 struct intel_bts_synth *intel_bts_synth = in intel_bts_event_synth() local
758 container_of(tool, struct intel_bts_synth, dummy_tool); in intel_bts_event_synth()
760 return perf_session__deliver_synth_event(intel_bts_synth->session, in intel_bts_event_synth()
767 struct intel_bts_synth intel_bts_synth; in intel_bts_synth_event() local
769 memset(&intel_bts_synth, 0, sizeof(struct intel_bts_synth)); in intel_bts_synth_event()
770 intel_bts_synth.session = session; in intel_bts_synth_event()
772 return perf_event__synthesize_attr(&intel_bts_synth.dummy_tool, attr, 1, in intel_bts_synth_event()