Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Darm-spe.c1076 struct arm_spe_synth { struct
1086 struct arm_spe_synth *arm_spe_synth = in arm_spe_event_synth() argument
1087 container_of(tool, struct arm_spe_synth, dummy_tool); in arm_spe_event_synth()
1089 return perf_session__deliver_synth_event(arm_spe_synth->session, in arm_spe_event_synth()
1096 struct arm_spe_synth arm_spe_synth; in arm_spe_synth_event() local
1098 memset(&arm_spe_synth, 0, sizeof(struct arm_spe_synth)); in arm_spe_synth_event()
1099 arm_spe_synth.session = session; in arm_spe_synth_event()
1101 return perf_event__synthesize_attr(&arm_spe_synth.dummy_tool, attr, 1, in arm_spe_synth_event()