Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Darm-spe.c1056 struct arm_spe_synth { struct
1066 struct arm_spe_synth *arm_spe_synth = in arm_spe_event_synth() argument
1067 container_of(tool, struct arm_spe_synth, dummy_tool); in arm_spe_event_synth()
1069 return perf_session__deliver_synth_event(arm_spe_synth->session, in arm_spe_event_synth()
1076 struct arm_spe_synth arm_spe_synth; in arm_spe_synth_event() local
1078 memset(&arm_spe_synth, 0, sizeof(struct arm_spe_synth)); in arm_spe_synth_event()
1079 arm_spe_synth.session = session; in arm_spe_synth_event()
1081 return perf_event__synthesize_attr(&arm_spe_synth.dummy_tool, attr, 1, in arm_spe_synth_event()