aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/arch
AgeCommit message (Expand)AuthorFilesLines
2024-09-02perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/sysca...Arnaldo Carvalho de Melo2-1/+475
2024-08-29perf: cs-etm: Only save valid trace IDs into filesJames Clark1-1/+2
2024-08-29perf: cs-etm: Create decoders based on the trace ID mappingsJames Clark1-5/+3
2024-08-28perf auxtrace: Remove unused 'pmu' pointer from struct auxtrace_recordLeo Yan5-5/+0
2024-08-22perf annotate-data: Copy back variable types after moveNamhyung Kim1-0/+8
2024-08-21perf annotate-data: Fix percpu pointer checkNamhyung Kim1-0/+3
2024-08-21perf annotate-data: Fix missing constant copyNamhyung Kim1-0/+1
2024-08-16Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo3-5/+11
2024-08-13perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang1-0/+6
2024-08-12perf tool: Constify tool pointersIan Rogers1-2/+2
2024-08-07tools/include: Sync uapi/asm-generic/unistd.h with the kernel sourcesNamhyung Kim3-5/+11
2024-08-01perf arm-spe: Support multiple Arm SPE eventsLeo Yan1-13/+24
2024-08-01perf arm-spe: Extract evsel setting upLeo Yan1-34/+40
2024-07-31perf tools: Enable evsel__is_aux_event() to work for ARM/ARM64Adrian Hunter1-0/+3
2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev1-3/+15
2024-07-31perf annotate: Update instruction tracking for powerpcAthira Rajeev1-0/+59
2024-07-31perf annotate: Add more instructions for instruction trackingAthira Rajeev1-0/+14
2024-07-31perf annotate: Add some of the arithmetic instructions to support instruction...Athira Rajeev1-0/+49
2024-07-31perf annotate: Add support to identify memory instructions of opcode 31 in po...Athira Rajeev1-2/+105
2024-07-31perf annotate: Add parse function for memory instructions in powerpcAthira Rajeev1-0/+16
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev4-5/+53
2024-07-31perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev2-0/+10
2024-07-31perf annotate: Add "update_insn_state" callback function to handle arch speci...Athira Rajeev1-0/+377
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-0/+353
2024-07-12perf dso: Fix address sanitizer buildIan Rogers1-4/+4
2024-07-12perf arm-spe: Support multiple Arm SPE PMUsLeo Yan1-1/+1
2024-07-12perf build x86: Fix SC2034 error in syscalltbl.shHaoze Xie1-1/+3
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini8-1/+243
2024-07-10perf kvm: Add kvm-stat for loongarch64Bibo Mao4-0/+238
2024-07-02perf intel-pt: Fix exclude_guest settingAdrian Hunter1-0/+12
2024-07-02perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter1-1/+2
2024-07-02Merge remote-tracking branch 'perf-tools' into perf-tools-nextNamhyung Kim4-1/+5
2024-06-26perf util: Make util its own libraryIan Rogers24-86/+86
2024-06-26perf test: Make tests its own libraryIan Rogers9-26/+27
2024-06-26perf kvm/riscv: Port perf kvm stat to RISC-VShenlin Liang4-0/+115
2024-06-25perf tests: Add APX and other new instructions to x86 instruction decoder testAdrian Hunter3-0/+1739
2024-06-21perf arm: Workaround ARM PMUs cpu maps having offline cpusIan Rogers1-2/+8
2024-05-28tools headers: Update the syscall tables and unistd.h, mostly to support the ...Arnaldo Carvalho de Melo4-1/+5
2024-05-21Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...Linus Torvalds8-222/+220
2024-05-02perf cs-etm: Improve version detection and error reportingJames Clark1-18/+43
2024-05-02perf cs-etm: Remove repeated fetches of the ETM PMUJames Clark1-33/+27
2024-05-02perf cs-etm: Use struct perf_cpu as much as possibleJames Clark1-116/+88
2024-04-26perf riscv: Fix the warning due to the incompatible typeBen Zong-You Xie1-1/+1
2024-04-12perf arch x86: Add shellcheck to buildIan Rogers3-1/+29
2024-03-21perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers1-6/+4
2024-03-21perf arm64 header: Remove unnecessary CPU map get and putIan Rogers1-3/+0
2024-03-21perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty useIan Rogers2-7/+7
2024-03-21perf arm-spe/cs-etm: Directly iterate CPU mapsIan Rogers2-67/+51
2024-02-23treewide: remove meaningless assignments in MakefilesMasahiro Yamada6-6/+6
2024-02-15perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan10-9/+56