summaryrefslogtreecommitdiff
path: root/tools/perf/arch/x86/util
AgeCommit message (Expand)AuthorFilesLines
2025-10-03perf record: Add ratio-to-prev termThomas Falcon1-0/+52
2025-10-02perf tools kvm: Use "cycles" to sample guest for "kvm record" on IntelDapeng Mi1-0/+51
2025-09-12perf evsel: Give warning for broken Intel topdown event groupingIan Rogers1-4/+58
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers1-19/+0
2025-07-25perf sample: Remove arch notion of sample parsingIan Rogers1-27/+0
2025-07-24perf parse-events: Fix missing slots for Intel topdown metric eventsIan Rogers3-0/+54
2025-07-24perf topdown: Use attribute to see an event is a topdown metic or slotsIan Rogers3-55/+26
2025-05-23perf pmu intel: Adjust cpumaks for sub-NUMA clusters on graniterapidsIan Rogers1-5/+263
2025-05-12perf intel-pt: Do not default to recording all switch eventsAdrian Hunter1-1/+15
2025-04-30perf mem/c2c amd: Add ldlat supportRavi Bangoria3-3/+24
2025-03-12perf x86 evlist: Update comments on topdown regroupingDapeng Mi1-21/+6
2025-03-12perf parse-events: Corrections to topdown sortingIan Rogers1-6/+9
2025-03-12perf x86/topdown: Fix topdown leader sampling test error on hybridDapeng Mi1-1/+1
2025-02-20perf tools: Fix up some comments and code to properly use the event_source busGreg Kroah-Hartman1-1/+1
2025-02-13perf sample: Make user_regs and intr_regs optionalIan Rogers1-1/+1
2024-12-26perf stat: Document and simplify interval timestampsJames Clark1-0/+4
2024-12-18perf x86: Define arch_fetch_insn in NO_AUXTRACE buildsIan Rogers1-1/+1
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 dwarf-regs: Move x86 dwarf-regs out of archIan Rogers2-75/+0
2024-11-09perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSETIan Rogers1-95/+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-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-11perf tool_pmu: Move expr literals to tool_pmuIan Rogers1-8/+10
2024-10-11perf pmu: Allow hardcoded terms to be applied to attributesIan Rogers1-1/+2
2024-10-01perf x86/topdown: Don't move topdown metric events in groupDapeng Mi1-1/+61
2024-10-01perf x86/topdown: Correct leader selection with sample_read enabledDapeng Mi1-2/+16
2024-10-01perf 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-08-29perf auxtrace: Remove unused 'pmu' pointer from struct auxtrace_recordLeo Yan2-2/+0
2024-08-13perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang1-0/+6
2024-08-13perf tool: Constify tool pointersIan Rogers1-2/+2
2024-07-03perf intel-pt: Fix exclude_guest settingAdrian Hunter1-0/+12
2024-07-03perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter1-1/+2
2024-06-26perf util: Make util its own libraryIan Rogers1-21/+21
2024-03-21perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty useIan Rogers2-7/+7
2024-02-16perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan1-1/+6
2024-02-03perf tsc: Add missing newlines to debug statementsIan Rogers1-2/+2
2024-01-25perf mem: Clean up perf_pmus__num_mem_pmus()Kan Liang1-10/+0
2024-01-25perf mem: Clean up is_mem_loads_aux_event()Kan Liang1-19/+4
2024-01-25perf mem: Clean up perf_mem_event__supported()Kan Liang1-10/+10
2024-01-25perf mem: Clean up perf_mem_events__name()Kan Liang3-59/+20
2024-01-25perf mem: Clean up perf_mem_events__ptr()Kan Liang1-12/+6
2024-01-25perf mem: Add mem_events into the supported perf_pmuKan Liang3-2/+18
2023-12-23perf dwarf-regs: Add get_dwarf_regnum()Namhyung Kim1-0/+38