summaryrefslogtreecommitdiff
path: root/tools/perf/arch
AgeCommit message (Expand)AuthorFilesLines
2024-11-09perf arm: Remove dwarf-regs.cIan Rogers2-63/+0
2024-11-09perf arm64: Remove dwarf-regs.cIan Rogers2-81/+0
2024-11-09perf dwarf-regs: Move x86 dwarf-regs out of archIan Rogers2-75/+0
2024-11-09perf disasm: Add e_machine/e_flags to struct archIan Rogers11-2/+26
2024-11-09perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSETIan Rogers12-185/+27
2024-10-30perf, riscv: Wire up perf trace support for RISC-VBjörn Töpel2-0/+69
2024-10-22perf tools: Move x86__is_amd_cpu() to util/env.cNamhyung Kim4-28/+1
2024-10-18perf build: Rename CONFIG_DWARF to CONFIG_LIBDWIan Rogers12-13/+13
2024-10-18perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORTIan Rogers2-3/+3
2024-10-18perf build: Rename NO_DWARF to NO_LIBDWIan Rogers12-12/+12
2024-10-17perf stat: Change color to threshold in print_metricIan Rogers1-1/+1
2024-10-17tools/perf/powerpc/util: Add support to handle compatible mode PVR for perf j...Athira Rajeev1-1/+31
2024-10-16perf x86/topdown: Refine helper arch_is_topdown_metrics()Dapeng Mi1-30/+9
2024-10-16perf x86/topdown: Make topdown metrics comparators be symmetricDapeng Mi1-6/+9
2024-10-14perf test: Delete unused Intel CQM testHoward Chu1-128/+0
2024-10-10perf tool_pmu: Move expr literals to tool_pmuIan Rogers2-10/+13
2024-10-10perf pmu: Allow hardcoded terms to be applied to attributesIan Rogers1-1/+2
2024-10-09perf test x86: Fix typo in intel-pt-testThomas Falcon1-2/+2
2024-10-03perf arm-spe: Save per CPU information in metadataLeo Yan1-2/+81
2024-10-03perf arm-spe: Calculate meta data sizeLeo Yan1-3/+36
2024-10-03perf arm-spe: Define metadata header version 2Leo Yan1-2/+2
2024-09-30perf x86/topdown: Don't move topdown metric events in groupDapeng Mi1-1/+61
2024-09-30perf x86/topdown: Correct leader selection with sample_read enabledDapeng Mi1-2/+16
2024-09-30perf x86/topdown: Complete topdown slots/metrics events checkDapeng Mi4-6/+55
2024-09-26perf evsel: Remove pmu_nameIan Rogers2-4/+4
2024-09-26perf evsel x86: Make evsel__has_perf_metrics work for legacy eventsIan Rogers1-5/+26
2024-09-26perf stat: Remove evlist__add_default_attrs use stringsIan Rogers1-71/+3
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