intel_bts_synth   741 tools/perf/util/intel-bts.c 	struct intel_bts_synth *intel_bts_synth =
intel_bts_synth   742 tools/perf/util/intel-bts.c 			container_of(tool, struct intel_bts_synth, dummy_tool);
intel_bts_synth   744 tools/perf/util/intel-bts.c 	return perf_session__deliver_synth_event(intel_bts_synth->session,
intel_bts_synth   751 tools/perf/util/intel-bts.c 	struct intel_bts_synth intel_bts_synth;
intel_bts_synth   753 tools/perf/util/intel-bts.c 	memset(&intel_bts_synth, 0, sizeof(struct intel_bts_synth));
intel_bts_synth   754 tools/perf/util/intel-bts.c 	intel_bts_synth.session = session;
intel_bts_synth   756 tools/perf/util/intel-bts.c 	return perf_event__synthesize_attr(&intel_bts_synth.dummy_tool, attr, 1,