Lines Matching defs:auxtrace
28 #include "auxtrace.h"
45 struct auxtrace auxtrace;
596 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts,
597 auxtrace);
639 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts,
640 auxtrace);
680 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts,
681 auxtrace);
708 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts,
709 auxtrace);
722 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts,
723 auxtrace);
727 session->auxtrace = NULL;
734 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts,
735 auxtrace);
890 bts->auxtrace.process_event = intel_bts_process_event;
891 bts->auxtrace.process_auxtrace_event = intel_bts_process_auxtrace_event;
892 bts->auxtrace.flush_events = intel_bts_flush;
893 bts->auxtrace.free_events = intel_bts_free_events;
894 bts->auxtrace.free = intel_bts_free;
895 bts->auxtrace.evsel_is_auxtrace = intel_bts_evsel_is_auxtrace;
896 session->auxtrace = &bts->auxtrace;
935 session->auxtrace = NULL;