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