Home
last modified time | relevance | path

Searched refs:auxtrace (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v6.6/tools/perf/util/
Dhisi-ptt.c31 struct auxtrace auxtrace; member
96 struct hisi_ptt *ptt = container_of(session->auxtrace, struct hisi_ptt, in hisi_ptt_process_auxtrace_event()
97 auxtrace); in hisi_ptt_process_auxtrace_event()
99 int size = event->auxtrace.size; in hisi_ptt_process_auxtrace_event()
139 struct hisi_ptt *ptt = container_of(session->auxtrace, struct hisi_ptt, in hisi_ptt_free()
140 auxtrace); in hisi_ptt_free()
142 session->auxtrace = NULL; in hisi_ptt_free()
149 struct hisi_ptt *ptt = container_of(session->auxtrace, struct hisi_ptt, auxtrace); in hisi_ptt_evsel_is_auxtrace()
181 ptt->auxtrace.process_event = hisi_ptt_process_event; in hisi_ptt_process_auxtrace_info()
182 ptt->auxtrace.process_auxtrace_event = hisi_ptt_process_auxtrace_event; in hisi_ptt_process_auxtrace_info()
[all …]
Dintel-bts.c45 struct auxtrace auxtrace; member
596 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_process_event()
597 auxtrace); in intel_bts_process_event()
639 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_process_auxtrace_event()
640 auxtrace); in intel_bts_process_auxtrace_event()
680 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_flush()
681 auxtrace); in intel_bts_flush()
708 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_free_events()
709 auxtrace); in intel_bts_free_events()
722 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_free()
[all …]
Ds390-cpumsf.c169 struct auxtrace auxtrace; member
917 struct s390_cpumsf *sf = container_of(session->auxtrace, in s390_cpumsf_process_event()
919 auxtrace); in s390_cpumsf_process_event()
965 struct s390_cpumsf *sf = container_of(session->auxtrace, in s390_cpumsf_process_auxtrace_event()
967 auxtrace); in s390_cpumsf_process_auxtrace_event()
1013 struct s390_cpumsf *sf = container_of(session->auxtrace, in s390_cpumsf_free_queues()
1015 auxtrace); in s390_cpumsf_free_queues()
1040 struct s390_cpumsf *sf = container_of(session->auxtrace, in s390_cpumsf_free()
1042 auxtrace); in s390_cpumsf_free()
1046 session->auxtrace = NULL; in s390_cpumsf_free()
[all …]
Darm-spe.c41 struct auxtrace auxtrace; member
906 struct arm_spe *spe = container_of(session->auxtrace, in arm_spe_process_event()
907 struct arm_spe, auxtrace); in arm_spe_process_event()
952 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, in arm_spe_process_auxtrace_event()
953 auxtrace); in arm_spe_process_auxtrace_event()
990 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, in arm_spe_flush()
991 auxtrace); in arm_spe_flush()
1033 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, in arm_spe_free_events()
1034 auxtrace); in arm_spe_free_events()
1047 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, in arm_spe_free()
[all …]
Dauxtrace.c411 .tid = event->auxtrace.tid, in auxtrace_queues__add_event()
412 .cpu = { event->auxtrace.cpu }, in auxtrace_queues__add_event()
414 .offset = event->auxtrace.offset, in auxtrace_queues__add_event()
415 .reference = event->auxtrace.reference, in auxtrace_queues__add_event()
416 .size = event->auxtrace.size, in auxtrace_queues__add_event()
418 unsigned int idx = event->auxtrace.idx; in auxtrace_queues__add_event()
1107 return session->auxtrace->queue_data(session, NULL, event, in auxtrace_queue_data_cb()
1123 return session->auxtrace->queue_data(session, &sample, NULL, offset); in auxtrace_queue_data_cb()
1139 if (!session->auxtrace || !session->auxtrace->queue_data) in auxtrace_queue_data()
1351 event->auxtrace.size, event->auxtrace.offset, in perf_event__process_auxtrace()
[all …]
Dcs-etm.c44 struct auxtrace auxtrace; member
333 etm = container_of(session->auxtrace, struct cs_etm_auxtrace, auxtrace); in cs_etm__process_aux_output_hw_id()
767 struct cs_etm_auxtrace *etm = container_of(session->auxtrace, in cs_etm__flush_events()
769 auxtrace); in cs_etm__flush_events()
840 struct cs_etm_auxtrace *aux = container_of(session->auxtrace, in cs_etm__free_events()
842 auxtrace); in cs_etm__free_events()
857 struct cs_etm_auxtrace *aux = container_of(session->auxtrace, in cs_etm__free()
859 auxtrace); in cs_etm__free()
861 session->auxtrace = NULL; in cs_etm__free()
879 struct cs_etm_auxtrace *aux = container_of(session->auxtrace, in cs_etm__evsel_is_auxtrace()
[all …]
Dsession.h20 struct auxtrace;
33 struct auxtrace *auxtrace; member
Dintel-pt.c62 struct auxtrace auxtrace; member
291 struct intel_pt *pt = container_of(session->auxtrace, struct intel_pt, in intel_pt_dump_sample()
292 auxtrace); in intel_pt_dump_sample()
3450 struct intel_pt *pt = container_of(session->auxtrace, struct intel_pt, in intel_pt_process_event()
3451 auxtrace); in intel_pt_process_event()
3534 struct intel_pt *pt = container_of(session->auxtrace, struct intel_pt, in intel_pt_flush()
3535 auxtrace); in intel_pt_flush()
3557 struct intel_pt *pt = container_of(session->auxtrace, struct intel_pt, in intel_pt_free_events()
3558 auxtrace); in intel_pt_free_events()
3572 struct intel_pt *pt = container_of(session->auxtrace, struct intel_pt, in intel_pt_free()
[all …]
Dsession.c394 skipn(perf_data__fd(session->data), event->auxtrace.size); in process_event_auxtrace_stub()
395 return event->auxtrace.size; in process_event_auxtrace_stub()
538 if (tool->auxtrace == NULL) in perf_tool__fill_defaults()
539 tool->auxtrace = process_event_auxtrace_stub; in perf_tool__fill_defaults()
875 event->auxtrace.size = bswap_64(event->auxtrace.size); in perf_event__auxtrace_swap()
876 event->auxtrace.offset = bswap_64(event->auxtrace.offset); in perf_event__auxtrace_swap()
877 event->auxtrace.reference = bswap_64(event->auxtrace.reference); in perf_event__auxtrace_swap()
878 event->auxtrace.idx = bswap_32(event->auxtrace.idx); in perf_event__auxtrace_swap()
879 event->auxtrace.tid = bswap_32(event->auxtrace.tid); in perf_event__auxtrace_swap()
880 event->auxtrace.cpu = bswap_32(event->auxtrace.cpu); in perf_event__auxtrace_swap()
[all …]
Dtool.h82 event_op3 auxtrace; member
Dpmu.h78 bool auxtrace; member
Ddata-convert-json.c335 .auxtrace = perf_event__process_auxtrace, in bt_convert__perf2json()
Dauxtrace.h205 struct auxtrace { struct
/Linux-v6.6/tools/perf/arch/x86/util/
Dpmu.c33 pmu->auxtrace = true; in perf_pmu__get_default_config()
37 pmu->auxtrace = true; in perf_pmu__get_default_config()
DBuild21 perf-$(CONFIG_AUXTRACE) += auxtrace.o
/Linux-v6.6/tools/perf/arch/arm/util/
DBuild8 perf-$(CONFIG_AUXTRACE) += pmu.o auxtrace.o cs-etm.o
/Linux-v6.6/tools/perf/arch/s390/util/
DBuild11 perf-$(CONFIG_AUXTRACE) += auxtrace.o
/Linux-v6.6/tools/perf/arch/arm64/util/
DBuild12 ../../arm/util/auxtrace.o \
/Linux-v6.6/tools/perf/Documentation/
Dintel-bts.txt42 auxtrace mmap size option
Dperf.data-file-format.txt239 Define additional auxtrace areas in the perf.data. auxtrace is used to store
554 Defines auxtrace data. Followed by the actual data. The contents of
555 the auxtrace data is dependent on the event and the CPU. For example
Dperf-intel-pt.txt591 The default snapshot size is the auxtrace mmap size. If neither auxtrace mmap size
595 reduced as described in the 'new auxtrace mmap size option' section below.
602 new auxtrace mmap size option
611 Note that the existing functionality of -m is unchanged. The auxtrace mmap size
614 The default auxtrace mmap size for Intel PT is 4MiB/page_size for privileged users
629 The mmap size and auxtrace mmap size are displayed if the -vv option is used e.g.
632 auxtrace mmap length 4198400
875 Synthesizing auxtrace information
1838 Pipe mode is a problem for Intel PT and possibly other auxtrace users.
1842 Essentially the auxtrace buffers do not behave like the regular perf
[all …]
Dperf-config.txt697 auxtrace.*::
699 auxtrace.dumpdir::
701 can be changed using this option. Ex, auxtrace.dumpdir=/tmp.
/Linux-v6.6/tools/perf/
Dbuiltin-inject.c264 event->auxtrace.size); in perf_event__repipe_auxtrace()
267 event->header.size + event->auxtrace.size); in perf_event__repipe_auxtrace()
272 return event->auxtrace.size; in perf_event__repipe_auxtrace()
2023 inject->tool.auxtrace = perf_event__process_auxtrace; in __cmd_inject()
2035 inject->tool.auxtrace = perf_event__process_auxtrace; in __cmd_inject()
2202 .auxtrace = perf_event__repipe_auxtrace, in cmd_inject()
Dbuiltin-mem.c463 .auxtrace = perf_event__process_auxtrace, in cmd_mem()
/Linux-v6.6/tools/lib/perf/include/perf/
Devent.h501 struct perf_record_auxtrace auxtrace; member

12