| /linux-6.15/tools/perf/util/ |
| H A D | arm-spe.c | 226 speq->spe = spe; in arm_spe__alloc_queue() 297 struct arm_spe *spe = speq->spe; in arm_spe_set_tid() local 366 struct arm_spe *spe = speq->spe; in arm_spe__prep_branch_stack() local 476 struct arm_spe *spe = speq->spe; in arm_spe__synth_mem_sample() local 500 struct arm_spe *spe = speq->spe; in arm_spe__synth_branch_sample() local 524 struct arm_spe *spe = speq->spe; in arm_spe__synth_instruction_sample() local 753 struct arm_spe *spe = speq->spe; in arm_spe__synth_ds() local 832 struct arm_spe *spe = speq->spe; in arm_spe_sample() local 926 struct arm_spe *spe = speq->spe; in arm_spe_run_decoder() local 1409 free(spe); in arm_spe_free() [all …]
|
| H A D | Build | 131 perf-util-$(CONFIG_AUXTRACE) += arm-spe.o 132 perf-util-$(CONFIG_AUXTRACE) += arm-spe-decoder/ 369 CFLAGS_arm-spe.o += -I$(srctree)/tools/arch/arm64/include/ -I$(OUTPUT)arch/arm64/include/gene…
|
| /linux-6.15/arch/powerpc/crypto/ |
| H A D | Makefile | 8 obj-$(CONFIG_CRYPTO_AES_PPC_SPE) += aes-ppc-spe.o 11 obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o 12 obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o 19 aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o 22 sha1-ppc-spe-y := sha1-spe-asm.o sha1-spe-glue.o 23 sha256-ppc-spe-y := sha256-spe-asm.o sha256-spe-glue.o
|
| /linux-6.15/arch/powerpc/boot/dts/ |
| H A D | icon.dts | 53 compatible = "ibm,uic-440spe","ibm,uic"; 63 compatible = "ibm,uic-440spe","ibm,uic"; 75 compatible = "ibm,uic-440spe","ibm,uic"; 87 compatible = "ibm,uic-440spe","ibm,uic"; 99 compatible = "ibm,sdr-440spe"; 104 compatible = "ibm,cpr-440spe"; 109 compatible = "ibm,mq-440spe"; 136 compatible = "ibm,mcmal-440spe", "ibm,mcmal2"; 394 compatible = "ibm,i2o-440spe"; 400 compatible = "ibm,dma-440spe"; [all …]
|
| H A D | katmai.dts | 57 compatible = "ibm,uic-440spe","ibm,uic"; 67 compatible = "ibm,uic-440spe","ibm,uic"; 79 compatible = "ibm,uic-440spe","ibm,uic"; 91 compatible = "ibm,uic-440spe","ibm,uic"; 103 compatible = "ibm,sdr-440spe"; 108 compatible = "ibm,cpr-440spe"; 113 compatible = "ibm,mq-440spe"; 140 compatible = "ibm,mcmal-440spe", "ibm,mcmal2"; 446 compatible = "ibm,i2o-440spe"; 452 compatible = "ibm,dma-440spe"; [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/powerpc/4xx/ |
| H A D | ppc440spe-adma.txt | 15 - compatible : "ibm,i2o-440spe"; 22 compatible = "ibm,i2o-440spe"; 32 - compatible : "ibm,dma-440spe"; 45 compatible = "ibm,dma-440spe"; 82 - compatible : "ibm,mq-440spe"; 88 compatible = "ibm,mq-440spe";
|
| /linux-6.15/tools/perf/util/arm-spe-decoder/ |
| H A D | Build | 1 perf-util-$(CONFIG_AUXTRACE) += arm-spe-pkt-decoder.o arm-spe-decoder.o
|
| /linux-6.15/tools/perf/tests/shell/attr/ |
| H A D | test-record-spe-period | 7 [event-10:base-record-spe] 12 [event-1:base-record-spe]
|
| H A D | test-record-spe-period-term | 7 [event-10:base-record-spe] 12 [event-1:base-record-spe]
|
| H A D | test-record-spe-physical-address | 7 [event-10:base-record-spe] 12 [event-1:base-record-spe]
|
| H A D | README | 62 perf record -c 2 -e arm_spe_0// -- kill (test-record-spe-period) 63 perf record -e arm_spe_0/period=3/ -- kill (test-record-spe-period-term) 64 perf record -e arm_spe_0/pa_enable=1/ -- kill (test-record-spe-physical-address)
|
| /linux-6.15/Documentation/devicetree/bindings/perf/ |
| H A D | spe-pmu.yaml | 4 $id: http://devicetree.org/schemas/perf/spe-pmu.yaml# 37 spe-pmu {
|
| /linux-6.15/arch/powerpc/kernel/ptrace/ |
| H A D | Makefile | 16 obj-$(CONFIG_SPE) += ptrace-spe.o
|
| /linux-6.15/tools/perf/arch/arm64/util/ |
| H A D | Build | 13 arm-spe.o mem-events.o hisi-ptt.o
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | emulated_ops.h | 32 struct ppc_emulated_entry spe; member
|
| H A D | processor.h | 192 struct_group(spe,
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | signal_32.c | 544 BUILD_BUG_ON(sizeof(current->thread.spe) != ELF_NEVRREG * sizeof(u32)); in restore_user_regs() 548 unsafe_copy_from_user(¤t->thread.spe, &sr->mc_vregs, in restore_user_regs() 549 sizeof(current->thread.spe), failed); in restore_user_regs() 552 memset(¤t->thread.spe, 0, sizeof(current->thread.spe)); in restore_user_regs()
|
| H A D | align.c | 324 PPC_WARN_ALIGNMENT(spe, regs); in fix_alignment()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-mem.txt | 27 and kernel support is required. See linkperf:perf-arm-spe[1] for a setup guide. 133 linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-arm-spe[1]
|
| H A D | perf.txt | 86 linkperf:perf-archive[1], linkperf:perf-arm-spe[1],
|
| H A D | perf-c2c.txt | 27 required. See linkperf:perf-arm-spe[1] for a setup guide. Due to the 346 linkperf:perf-record[1], linkperf:perf-mem[1], linkperf:perf-arm-spe[1]
|
| H A D | perf-arm-spe.txt | 1 perf-arm-spe(1) 6 perf-arm-spe - Support for Arm Statistical Profiling Extension within Perf tools
|
| /linux-6.15/scripts/package/ |
| H A D | mkdebian | 41 debarch=powerpc$(if_enabled_echo CONFIG_SPE spe)
|
| /linux-6.15/arch/arm64/boot/dts/arm/ |
| H A D | foundation-v8.dtsi | 91 spe-pmu {
|
| H A D | morello.dtsi | 205 spe-pmu {
|