index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
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-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
2023-06-13
perf tool x86: Consolidate is_amd check into single function
Ravi Bangoria
5
-31
/
+31
2023-05-27
perf pmus: Remove perf_pmus__has_hybrid
Ian Rogers
2
-2
/
+2
2023-05-27
perf pmus: Allow just core PMU scanning
Ian Rogers
2
-9
/
+4
2023-05-27
perf pmu: Separate pmu and pmus
Ian Rogers
8
-19
/
+25
2023-05-27
perf x86 mem: minor refactor to is_mem_loads_aux_event
Ian Rogers
1
-7
/
+7
2023-05-27
perf x86: Iterate hybrid PMUs as core PMUs
Ian Rogers
2
-12
/
+27
2023-05-27
perf evlist: Remove __evlist__add_default
Ian Rogers
1
-20
/
+0
2023-05-15
perf parse-events: Don't reorder atom cpu events
Ian Rogers
1
-2
/
+2
2023-04-24
perf tools: Add util function for overriding user set config values
James Clark
1
-20
/
+2
2023-04-24
perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...
Arnaldo Carvalho de Melo
1
-4
/
+4
2023-04-12
perf x86 iostat: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-3
/
+4
2023-04-06
perf map: Add accessors for ->pgoff and ->reloc
Ian Rogers
1
-1
/
+1
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
1
-2
/
+2
2023-04-04
perf maps: Remove rb_node from struct map
Ian Rogers
1
-6
/
+7
2023-04-04
perf intel-pt: Use perf_pmu__scan_file_at() if possible
Namhyung Kim
1
-20
/
+32
2023-04-04
perf pmu: Use relative path in setup_pmu_alias_list()
Namhyung Kim
1
-6
/
+7
2023-03-15
perf kvm: Use macro to replace variable 'decode_str_len'
Leo Yan
1
-4
/
+3
[next]