summaryrefslogtreecommitdiff
path: root/tools/perf/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-11-16perf header: Pass a perf_cpu rather than a PMU to get_cpuid_strIan Rogers1-2/+1
2024-11-16perf header: Refactor get_cpuid to take a CPU for ARMIan Rogers2-2/+3
2024-11-09perf build: Remove PERF_HAVE_DWARF_REGSIan Rogers1-3/+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 Rogers1-1/+2
2024-11-09perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSETIan Rogers2-96/+14
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 Rogers1-1/+1
2024-10-18perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORTIan Rogers1-1/+1
2024-10-18perf build: Rename NO_DWARF to NO_LIBDWIan Rogers1-1/+1
2024-10-17perf stat: Change color to threshold in print_metricIan Rogers1-1/+1
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 Rogers1-8/+10
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-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 Rogers1-2/+2
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-28perf auxtrace: Remove unused 'pmu' pointer from struct auxtrace_recordLeo Yan2-2/+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 Melo1-3/+5
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 Kim1-3/+5
2024-07-31perf annotate: Add "update_insn_state" callback function to handle arch speci...Athira Rajeev1-0/+377
2024-07-12perf build x86: Fix SC2034 error in syscalltbl.shHaoze Xie1-1/+3
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 Kim1-1/+2
2024-06-26perf util: Make util its own libraryIan Rogers2-22/+22
2024-06-26perf test: Make tests its own libraryIan Rogers2-12/+12
2024-06-25perf tests: Add APX and other new instructions to x86 instruction decoder testAdrian Hunter3-0/+1739
2024-05-28tools headers: Update the syscall tables and unistd.h, mostly to support the ...Arnaldo Carvalho de Melo1-1/+2
2024-04-12perf arch x86: Add shellcheck to buildIan Rogers3-1/+29
2024-03-21perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty useIan Rogers2-7/+7
2024-02-23treewide: remove meaningless assignments in MakefilesMasahiro Yamada1-1/+1
2024-02-15perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan1-1/+6
2024-02-12perf maps: Get map before returning in maps__findIan Rogers1-0/+1
2024-02-02perf parse-events: Print all errorsIan Rogers1-3/+2
2024-02-02perf tsc: Add missing newlines to debug statementsIan Rogers1-2/+2
2024-01-24perf mem: Clean up perf_pmus__num_mem_pmus()Kan Liang1-10/+0
2024-01-24perf mem: Clean up is_mem_loads_aux_event()Kan Liang1-19/+4