index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
arch
/
x86
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf header: Pass a perf_cpu rather than a PMU to get_cpuid_str
Ian Rogers
13 days
1
-2
/
+1
*
perf header: Refactor get_cpuid to take a CPU for ARM
Ian Rogers
13 days
2
-2
/
+3
*
perf dwarf-regs: Move x86 dwarf-regs out of arch
Ian Rogers
2024-11-09
2
-75
/
+0
*
perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET
Ian Rogers
2024-11-09
1
-95
/
+14
*
perf tools: Move x86__is_amd_cpu() to util/env.c
Namhyung Kim
2024-10-22
4
-28
/
+1
*
perf build: Rename CONFIG_DWARF to CONFIG_LIBDW
Ian Rogers
2024-10-18
1
-1
/
+1
*
perf stat: Change color to threshold in print_metric
Ian Rogers
2024-10-17
1
-1
/
+1
*
perf x86/topdown: Refine helper arch_is_topdown_metrics()
Dapeng Mi
2024-10-16
1
-30
/
+9
*
perf x86/topdown: Make topdown metrics comparators be symmetric
Dapeng Mi
2024-10-16
1
-6
/
+9
*
perf tool_pmu: Move expr literals to tool_pmu
Ian Rogers
2024-10-11
1
-8
/
+10
*
perf pmu: Allow hardcoded terms to be applied to attributes
Ian Rogers
2024-10-11
1
-1
/
+2
*
perf x86/topdown: Don't move topdown metric events in group
Dapeng Mi
2024-10-01
1
-1
/
+61
*
perf x86/topdown: Correct leader selection with sample_read enabled
Dapeng Mi
2024-10-01
1
-2
/
+16
*
perf x86/topdown: Complete topdown slots/metrics events check
Dapeng Mi
2024-10-01
4
-6
/
+55
*
perf evsel: Remove pmu_name
Ian Rogers
2024-09-26
1
-2
/
+2
*
perf evsel x86: Make evsel__has_perf_metrics work for legacy events
Ian Rogers
2024-09-26
1
-5
/
+26
*
perf stat: Remove evlist__add_default_attrs use strings
Ian Rogers
2024-09-26
1
-71
/
+3
*
perf auxtrace: Remove unused 'pmu' pointer from struct auxtrace_record
Leo Yan
2024-08-28
2
-2
/
+0
*
perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...
Weilin Wang
2024-08-13
1
-0
/
+6
*
perf tool: Constify tool pointers
Ian Rogers
2024-08-12
1
-2
/
+2
*
perf intel-pt: Fix exclude_guest setting
Adrian Hunter
2024-07-03
1
-0
/
+12
*
perf intel-pt: Fix aux_watermark calculation for 64-bit size
Adrian Hunter
2024-07-03
1
-1
/
+2
*
perf util: Make util its own library
Ian Rogers
2024-06-26
1
-21
/
+21
*
perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty use
Ian Rogers
2024-03-21
2
-7
/
+7
*
perf parse-regs: Introduce a weak function arch__sample_reg_masks()
Leo Yan
2024-02-15
1
-1
/
+6
*
perf tsc: Add missing newlines to debug statements
Ian Rogers
2024-02-02
1
-2
/
+2
*
perf mem: Clean up perf_pmus__num_mem_pmus()
Kan Liang
2024-01-24
1
-10
/
+0
*
perf mem: Clean up is_mem_loads_aux_event()
Kan Liang
2024-01-24
1
-19
/
+4
*
perf mem: Clean up perf_mem_event__supported()
Kan Liang
2024-01-24
1
-10
/
+10
*
perf mem: Clean up perf_mem_events__name()
Kan Liang
2024-01-24
3
-59
/
+20
*
perf mem: Clean up perf_mem_events__ptr()
Kan Liang
2024-01-24
1
-12
/
+6
*
perf mem: Add mem_events into the supported perf_pmu
Kan Liang
2024-01-24
3
-2
/
+18
*
perf dwarf-regs: Add get_dwarf_regnum()
Namhyung Kim
2023-12-23
1
-0
/
+38
*
perf events x86: Use function to add missing lock
Ian Rogers
2023-12-19
1
-45
/
+58
*
libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...
Ian Rogers
2023-12-12
2
-7
/
+7
*
perf pmu: Lazily compute default config
Ian Rogers
2023-10-17
2
-14
/
+13
*
perf intel-pt: Move PMU initialization from default config code
Ian Rogers
2023-10-17
2
-2
/
+1
*
perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_init
Ian Rogers
2023-10-17
1
-3
/
+2
*
perf pmus: Make PMU alias name loading lazy
Ian Rogers
2023-09-30
1
-139
/
+0
*
perf parse-events: Introduce 'struct parse_events_terms'
Ian Rogers
2023-09-11
1
-10
/
+5
*
perf pmu: Remove logic for PMU name being NULL
Ian Rogers
2023-08-25
2
-9
/
+9
*
perf pmu: Parse sysfs events directly from a file
Ian Rogers
2023-08-24
1
-1
/
+1
*
perf pmu: Avoid passing format list to perf_pmu__format_bits()
Ian Rogers
2023-08-23
1
-4
/
+3
*
perf pmu: Avoid passing format list to perf_pmu__config_terms()
Ian Rogers
2023-08-23
1
-20
/
+10
*
perf parse-regs: Move out arch specific header from util/perf_regs.h
Leo Yan
2023-08-16
2
-0
/
+2
*
perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common code
Leo Yan
2023-08-16
1
-0
/
+5
*
perf parse-events x86: Avoid sorting uops_retired.slots
Ian Rogers
2023-08-03
2
-7
/
+7
*
perf evsel amd: Fix IBS error message
Ravi Bangoria
2023-07-02
1
-0
/
+20
*
perf mem amd: Fix perf_pmus__num_mem_pmus()
Ravi Bangoria
2023-06-16
1
-0
/
+12
*
perf tool x86: Fix perf_env memory leak
Ian Rogers
2023-06-14
1
-1
/
+1
[next]