auxtrace 165 tools/perf/builtin-inject.c event->auxtrace.size); auxtrace 168 tools/perf/builtin-inject.c event->header.size + event->auxtrace.size); auxtrace 173 tools/perf/builtin-inject.c return event->auxtrace.size; auxtrace 679 tools/perf/builtin-inject.c inject->tool.auxtrace = perf_event__process_auxtrace; auxtrace 764 tools/perf/builtin-inject.c .auxtrace = perf_event__repipe_auxtrace, auxtrace 1060 tools/perf/builtin-report.c .auxtrace = perf_event__process_auxtrace, auxtrace 3433 tools/perf/builtin-script.c .auxtrace = perf_event__process_auxtrace, auxtrace 370 tools/perf/lib/include/perf/event.h struct perf_record_auxtrace auxtrace; auxtrace 29 tools/perf/util/arm-spe.c struct auxtrace auxtrace; auxtrace 107 tools/perf/util/arm-spe.c struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, auxtrace 108 tools/perf/util/arm-spe.c auxtrace); auxtrace 156 tools/perf/util/arm-spe.c struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, auxtrace 157 tools/perf/util/arm-spe.c auxtrace); auxtrace 170 tools/perf/util/arm-spe.c struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, auxtrace 171 tools/perf/util/arm-spe.c auxtrace); auxtrace 175 tools/perf/util/arm-spe.c session->auxtrace = NULL; auxtrace 216 tools/perf/util/arm-spe.c spe->auxtrace.process_event = arm_spe_process_event; auxtrace 217 tools/perf/util/arm-spe.c spe->auxtrace.process_auxtrace_event = arm_spe_process_auxtrace_event; auxtrace 218 tools/perf/util/arm-spe.c spe->auxtrace.flush_events = arm_spe_flush; auxtrace 219 tools/perf/util/arm-spe.c spe->auxtrace.free_events = arm_spe_free_events; auxtrace 220 tools/perf/util/arm-spe.c spe->auxtrace.free = arm_spe_free; auxtrace 221 tools/perf/util/arm-spe.c session->auxtrace = &spe->auxtrace; auxtrace 364 tools/perf/util/auxtrace.c .tid = event->auxtrace.tid, auxtrace 365 tools/perf/util/auxtrace.c .cpu = event->auxtrace.cpu, auxtrace 367 tools/perf/util/auxtrace.c .offset = event->auxtrace.offset, auxtrace 368 tools/perf/util/auxtrace.c .reference = event->auxtrace.reference, auxtrace 369 tools/perf/util/auxtrace.c .size = event->auxtrace.size, auxtrace 371 tools/perf/util/auxtrace.c unsigned int idx = event->auxtrace.idx; auxtrace 949 tools/perf/util/auxtrace.c event->auxtrace.size, event->auxtrace.offset, auxtrace 950 tools/perf/util/auxtrace.c event->auxtrace.reference, event->auxtrace.idx, auxtrace 951 tools/perf/util/auxtrace.c event->auxtrace.tid, event->auxtrace.cpu); auxtrace 954 tools/perf/util/auxtrace.c return event->auxtrace.size; auxtrace 956 tools/perf/util/auxtrace.c if (!session->auxtrace || event->header.type != PERF_RECORD_AUXTRACE) auxtrace 959 tools/perf/util/auxtrace.c err = session->auxtrace->process_auxtrace_event(session, event, session->tool); auxtrace 963 tools/perf/util/auxtrace.c return event->auxtrace.size; auxtrace 1314 tools/perf/util/auxtrace.c ev.auxtrace.header.type = PERF_RECORD_AUXTRACE; auxtrace 1315 tools/perf/util/auxtrace.c ev.auxtrace.header.size = sizeof(ev.auxtrace); auxtrace 1316 tools/perf/util/auxtrace.c ev.auxtrace.size = size + padding; auxtrace 1317 tools/perf/util/auxtrace.c ev.auxtrace.offset = offset; auxtrace 1318 tools/perf/util/auxtrace.c ev.auxtrace.reference = ref; auxtrace 1319 tools/perf/util/auxtrace.c ev.auxtrace.idx = mm->idx; auxtrace 1320 tools/perf/util/auxtrace.c ev.auxtrace.tid = mm->tid; auxtrace 1321 tools/perf/util/auxtrace.c ev.auxtrace.cpu = mm->cpu; auxtrace 2205 tools/perf/util/auxtrace.c if (!session->auxtrace) auxtrace 2208 tools/perf/util/auxtrace.c return session->auxtrace->process_event(session, event, sample, tool); auxtrace 2213 tools/perf/util/auxtrace.c if (!session->auxtrace) auxtrace 2216 tools/perf/util/auxtrace.c return session->auxtrace->flush_events(session, tool); auxtrace 2221 tools/perf/util/auxtrace.c if (!session->auxtrace) auxtrace 2224 tools/perf/util/auxtrace.c return session->auxtrace->free_events(session); auxtrace 2229 tools/perf/util/auxtrace.c if (!session->auxtrace) auxtrace 2232 tools/perf/util/auxtrace.c return session->auxtrace->free(session); auxtrace 43 tools/perf/util/cs-etm.c struct auxtrace auxtrace; auxtrace 508 tools/perf/util/cs-etm.c struct cs_etm_auxtrace *etm = container_of(session->auxtrace, auxtrace 510 tools/perf/util/cs-etm.c auxtrace); auxtrace 580 tools/perf/util/cs-etm.c struct cs_etm_auxtrace *aux = container_of(session->auxtrace, auxtrace 582 tools/perf/util/cs-etm.c auxtrace); auxtrace 597 tools/perf/util/cs-etm.c struct cs_etm_auxtrace *aux = container_of(session->auxtrace, auxtrace 599 tools/perf/util/cs-etm.c auxtrace); auxtrace 601 tools/perf/util/cs-etm.c session->auxtrace = NULL; auxtrace 2255 tools/perf/util/cs-etm.c struct cs_etm_auxtrace *etm = container_of(session->auxtrace, auxtrace 2257 tools/perf/util/cs-etm.c auxtrace); auxtrace 2299 tools/perf/util/cs-etm.c struct cs_etm_auxtrace *etm = container_of(session->auxtrace, auxtrace 2301 tools/perf/util/cs-etm.c auxtrace); auxtrace 2549 tools/perf/util/cs-etm.c etm->auxtrace.process_event = cs_etm__process_event; auxtrace 2550 tools/perf/util/cs-etm.c etm->auxtrace.process_auxtrace_event = cs_etm__process_auxtrace_event; auxtrace 2551 tools/perf/util/cs-etm.c etm->auxtrace.flush_events = cs_etm__flush_events; auxtrace 2552 tools/perf/util/cs-etm.c etm->auxtrace.free_events = cs_etm__free_events; auxtrace 2553 tools/perf/util/cs-etm.c etm->auxtrace.free = cs_etm__free; auxtrace 2554 tools/perf/util/cs-etm.c session->auxtrace = &etm->auxtrace; auxtrace 2606 tools/perf/util/cs-etm.c session->auxtrace = NULL; auxtrace 2859 tools/perf/util/header.c FEAT_OPN(AUXTRACE, auxtrace, false), auxtrace 45 tools/perf/util/intel-bts.c struct auxtrace auxtrace; auxtrace 596 tools/perf/util/intel-bts.c struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, auxtrace 597 tools/perf/util/intel-bts.c auxtrace); auxtrace 639 tools/perf/util/intel-bts.c struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, auxtrace 640 tools/perf/util/intel-bts.c auxtrace); auxtrace 680 tools/perf/util/intel-bts.c struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, auxtrace 681 tools/perf/util/intel-bts.c auxtrace); auxtrace 708 tools/perf/util/intel-bts.c struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, auxtrace 709 tools/perf/util/intel-bts.c auxtrace); auxtrace 722 tools/perf/util/intel-bts.c struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, auxtrace 723 tools/perf/util/intel-bts.c auxtrace); auxtrace 727 tools/perf/util/intel-bts.c session->auxtrace = NULL; auxtrace 881 tools/perf/util/intel-bts.c bts->auxtrace.process_event = intel_bts_process_event; auxtrace 882 tools/perf/util/intel-bts.c bts->auxtrace.process_auxtrace_event = intel_bts_process_auxtrace_event; auxtrace 883 tools/perf/util/intel-bts.c bts->auxtrace.flush_events = intel_bts_flush; auxtrace 884 tools/perf/util/intel-bts.c bts->auxtrace.free_events = intel_bts_free_events; auxtrace 885 tools/perf/util/intel-bts.c bts->auxtrace.free = intel_bts_free; auxtrace 886 tools/perf/util/intel-bts.c session->auxtrace = &bts->auxtrace; auxtrace 925 tools/perf/util/intel-bts.c session->auxtrace = NULL; auxtrace 54 tools/perf/util/intel-pt.c struct auxtrace auxtrace; auxtrace 2528 tools/perf/util/intel-pt.c struct intel_pt *pt = container_of(session->auxtrace, struct intel_pt, auxtrace 2529 tools/perf/util/intel-pt.c auxtrace); auxtrace 2589 tools/perf/util/intel-pt.c struct intel_pt *pt = container_of(session->auxtrace, struct intel_pt, auxtrace 2590 tools/perf/util/intel-pt.c auxtrace); auxtrace 2612 tools/perf/util/intel-pt.c struct intel_pt *pt = container_of(session->auxtrace, struct intel_pt, auxtrace 2613 tools/perf/util/intel-pt.c auxtrace); auxtrace 2627 tools/perf/util/intel-pt.c struct intel_pt *pt = container_of(session->auxtrace, struct intel_pt, auxtrace 2628 tools/perf/util/intel-pt.c auxtrace); auxtrace 2632 tools/perf/util/intel-pt.c session->auxtrace = NULL; auxtrace 2644 tools/perf/util/intel-pt.c struct intel_pt *pt = container_of(session->auxtrace, struct intel_pt, auxtrace 2645 tools/perf/util/intel-pt.c auxtrace); auxtrace 3206 tools/perf/util/intel-pt.c pt->auxtrace.process_event = intel_pt_process_event; auxtrace 3207 tools/perf/util/intel-pt.c pt->auxtrace.process_auxtrace_event = intel_pt_process_auxtrace_event; auxtrace 3208 tools/perf/util/intel-pt.c pt->auxtrace.flush_events = intel_pt_flush; auxtrace 3209 tools/perf/util/intel-pt.c pt->auxtrace.free_events = intel_pt_free_events; auxtrace 3210 tools/perf/util/intel-pt.c pt->auxtrace.free = intel_pt_free; auxtrace 3211 tools/perf/util/intel-pt.c session->auxtrace = &pt->auxtrace; auxtrace 3302 tools/perf/util/intel-pt.c session->auxtrace = NULL; auxtrace 168 tools/perf/util/s390-cpumsf.c struct auxtrace auxtrace; auxtrace 916 tools/perf/util/s390-cpumsf.c struct s390_cpumsf *sf = container_of(session->auxtrace, auxtrace 918 tools/perf/util/s390-cpumsf.c auxtrace); auxtrace 964 tools/perf/util/s390-cpumsf.c struct s390_cpumsf *sf = container_of(session->auxtrace, auxtrace 966 tools/perf/util/s390-cpumsf.c auxtrace); auxtrace 1012 tools/perf/util/s390-cpumsf.c struct s390_cpumsf *sf = container_of(session->auxtrace, auxtrace 1014 tools/perf/util/s390-cpumsf.c auxtrace); auxtrace 1039 tools/perf/util/s390-cpumsf.c struct s390_cpumsf *sf = container_of(session->auxtrace, auxtrace 1041 tools/perf/util/s390-cpumsf.c auxtrace); auxtrace 1045 tools/perf/util/s390-cpumsf.c session->auxtrace = NULL; auxtrace 1140 tools/perf/util/s390-cpumsf.c sf->auxtrace.process_event = s390_cpumsf_process_event; auxtrace 1141 tools/perf/util/s390-cpumsf.c sf->auxtrace.process_auxtrace_event = s390_cpumsf_process_auxtrace_event; auxtrace 1142 tools/perf/util/s390-cpumsf.c sf->auxtrace.flush_events = s390_cpumsf_flush; auxtrace 1143 tools/perf/util/s390-cpumsf.c sf->auxtrace.free_events = s390_cpumsf_free_events; auxtrace 1144 tools/perf/util/s390-cpumsf.c sf->auxtrace.free = s390_cpumsf_free; auxtrace 1145 tools/perf/util/s390-cpumsf.c session->auxtrace = &sf->auxtrace; auxtrace 1161 tools/perf/util/s390-cpumsf.c session->auxtrace = NULL; auxtrace 385 tools/perf/util/session.c skipn(perf_data__fd(session->data), event->auxtrace.size); auxtrace 386 tools/perf/util/session.c return event->auxtrace.size; auxtrace 512 tools/perf/util/session.c if (tool->auxtrace == NULL) auxtrace 513 tools/perf/util/session.c tool->auxtrace = process_event_auxtrace_stub; auxtrace 812 tools/perf/util/session.c event->auxtrace.size = bswap_64(event->auxtrace.size); auxtrace 813 tools/perf/util/session.c event->auxtrace.offset = bswap_64(event->auxtrace.offset); auxtrace 814 tools/perf/util/session.c event->auxtrace.reference = bswap_64(event->auxtrace.reference); auxtrace 815 tools/perf/util/session.c event->auxtrace.idx = bswap_32(event->auxtrace.idx); auxtrace 816 tools/perf/util/session.c event->auxtrace.tid = bswap_32(event->auxtrace.tid); auxtrace 817 tools/perf/util/session.c event->auxtrace.cpu = bswap_32(event->auxtrace.cpu); auxtrace 1544 tools/perf/util/session.c return tool->auxtrace(session, event); auxtrace 20 tools/perf/util/session.h struct auxtrace; auxtrace 27 tools/perf/util/session.h struct auxtrace *auxtrace; auxtrace 77 tools/perf/util/tool.h event_op3 auxtrace;