summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/sysca...Arnaldo Carvalho de Melo2024-09-022-1/+475
* perf: cs-etm: Only save valid trace IDs into filesJames Clark2024-08-291-1/+2
* perf: cs-etm: Create decoders based on the trace ID mappingsJames Clark2024-08-291-5/+3
* perf auxtrace: Remove unused 'pmu' pointer from struct auxtrace_recordLeo Yan2024-08-285-5/+0
* perf annotate-data: Copy back variable types after moveNamhyung Kim2024-08-221-0/+8
* perf annotate-data: Fix percpu pointer checkNamhyung Kim2024-08-211-0/+3
* perf annotate-data: Fix missing constant copyNamhyung Kim2024-08-211-0/+1
* Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2024-08-173-5/+11
|\
| * tools/include: Sync uapi/asm-generic/unistd.h with the kernel sourcesNamhyung Kim2024-08-073-5/+11
* | perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang2024-08-131-0/+6
* | perf tool: Constify tool pointersIan Rogers2024-08-121-2/+2
* | perf arm-spe: Support multiple Arm SPE eventsLeo Yan2024-08-011-13/+24
* | perf arm-spe: Extract evsel setting upLeo Yan2024-08-011-34/+40
* | perf tools: Enable evsel__is_aux_event() to work for ARM/ARM64Adrian Hunter2024-07-311-0/+3
* | perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev2024-07-311-3/+15
* | perf annotate: Update instruction tracking for powerpcAthira Rajeev2024-07-311-0/+59
* | perf annotate: Add more instructions for instruction trackingAthira Rajeev2024-07-311-0/+14
* | perf annotate: Add some of the arithmetic instructions to support instruction...Athira Rajeev2024-07-311-0/+49
* | perf annotate: Add support to identify memory instructions of opcode 31 in po...Athira Rajeev2024-07-311-2/+105
* | perf annotate: Add parse function for memory instructions in powerpcAthira Rajeev2024-07-311-0/+16
* | perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev2024-07-314-5/+53
* | perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev2024-07-312-0/+10
* | perf annotate: Add "update_insn_state" callback function to handle arch speci...Athira Rajeev2024-07-311-0/+377
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-07-208-0/+353
|\
| * Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-07-128-1/+243
| |\
| | * perf kvm: Add kvm-stat for loongarch64Bibo Mao2024-07-104-0/+238
| * | perf kvm/riscv: Port perf kvm stat to RISC-VShenlin Liang2024-06-264-0/+115
* | | perf dso: Fix address sanitizer buildIan Rogers2024-07-121-4/+4
* | | perf arm-spe: Support multiple Arm SPE PMUsLeo Yan2024-07-121-1/+1
* | | perf build x86: Fix SC2034 error in syscalltbl.shHaoze Xie2024-07-121-1/+3
* | | perf intel-pt: Fix exclude_guest settingAdrian Hunter2024-07-031-0/+12
* | | perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter2024-07-031-1/+2
* | | Merge remote-tracking branch 'perf-tools' into perf-tools-nextNamhyung Kim2024-07-024-1/+5
|\ \ \ | | |/ | |/|
| * | tools headers: Update the syscall tables and unistd.h, mostly to support the ...Arnaldo Carvalho de Melo2024-05-284-1/+5
| |/
* | perf util: Make util its own libraryIan Rogers2024-06-2624-86/+86
* | perf test: Make tests its own libraryIan Rogers2024-06-269-26/+27
* | perf tests: Add APX and other new instructions to x86 instruction decoder testAdrian Hunter2024-06-253-0/+1739
* | perf arm: Workaround ARM PMUs cpu maps having offline cpusIan Rogers2024-06-221-2/+8
|/
* Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...Linus Torvalds2024-05-228-222/+220
|\
| * perf cs-etm: Improve version detection and error reportingJames Clark2024-05-021-18/+43
| * perf cs-etm: Remove repeated fetches of the ETM PMUJames Clark2024-05-021-33/+27
| * perf cs-etm: Use struct perf_cpu as much as possibleJames Clark2024-05-021-116/+88
| * perf arch x86: Add shellcheck to buildIan Rogers2024-04-123-1/+29
| * perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers2024-03-211-6/+4
| * perf arm64 header: Remove unnecessary CPU map get and putIan Rogers2024-03-211-3/+0
| * perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty useIan Rogers2024-03-212-7/+7
| * perf arm-spe/cs-etm: Directly iterate CPU mapsIan Rogers2024-03-212-67/+51
* | perf riscv: Fix the warning due to the incompatible typeBen Zong-You Xie2024-04-261-1/+1
|/
* treewide: remove meaningless assignments in MakefilesMasahiro Yamada2024-02-236-6/+6
* perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan2024-02-1510-9/+56