Lines Matching refs:auxtrace

41 	struct auxtrace			auxtrace;  member
886 struct arm_spe *spe = container_of(session->auxtrace, in arm_spe_process_event()
887 struct arm_spe, auxtrace); in arm_spe_process_event()
932 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, in arm_spe_process_auxtrace_event()
933 auxtrace); in arm_spe_process_auxtrace_event()
970 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, in arm_spe_flush()
971 auxtrace); in arm_spe_flush()
1013 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, in arm_spe_free_events()
1014 auxtrace); in arm_spe_free_events()
1027 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, in arm_spe_free()
1028 auxtrace); in arm_spe_free()
1032 session->auxtrace = NULL; in arm_spe_free()
1039 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, auxtrace); in arm_spe_evsel_is_auxtrace()
1322 spe->auxtrace.process_event = arm_spe_process_event; in arm_spe_process_auxtrace_info()
1323 spe->auxtrace.process_auxtrace_event = arm_spe_process_auxtrace_event; in arm_spe_process_auxtrace_info()
1324 spe->auxtrace.flush_events = arm_spe_flush; in arm_spe_process_auxtrace_info()
1325 spe->auxtrace.free_events = arm_spe_free_events; in arm_spe_process_auxtrace_info()
1326 spe->auxtrace.free = arm_spe_free; in arm_spe_process_auxtrace_info()
1327 spe->auxtrace.evsel_is_auxtrace = arm_spe_evsel_is_auxtrace; in arm_spe_process_auxtrace_info()
1328 session->auxtrace = &spe->auxtrace; in arm_spe_process_auxtrace_info()
1355 session->auxtrace = NULL; in arm_spe_process_auxtrace_info()