index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
arch
/
arm64
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf auxtrace: Remove unused 'pmu' pointer from struct auxtrace_record
Leo Yan
2024-08-28
2
-2
/
+0
*
perf arm-spe: Support multiple Arm SPE events
Leo Yan
2024-08-01
1
-13
/
+24
*
perf arm-spe: Extract evsel setting up
Leo Yan
2024-08-01
1
-34
/
+40
*
perf annotate: Update parameters for reg extract functions to use raw instruc...
Athira Rajeev
2024-07-31
1
-1
/
+2
*
perf util: Make util its own library
Ian Rogers
2024-06-26
2
-11
/
+11
*
perf test: Make tests its own library
Ian Rogers
2024-06-26
2
-5
/
+5
*
perf cpumap: Use perf_cpu_map__for_each_cpu when possible
Ian Rogers
2024-03-21
1
-6
/
+4
*
perf arm64 header: Remove unnecessary CPU map get and put
Ian Rogers
2024-03-21
1
-3
/
+0
*
perf arm-spe/cs-etm: Directly iterate CPU maps
Ian Rogers
2024-03-21
1
-2
/
+2
*
treewide: remove meaningless assignments in Makefiles
Masahiro Yamada
2024-02-23
1
-1
/
+1
*
perf parse-regs: Introduce a weak function arch__sample_reg_masks()
Leo Yan
2024-02-15
2
-1
/
+8
*
perf mem: Clean up perf_mem_event__supported()
Kan Liang
2024-01-24
1
-4
/
+4
*
perf mem: Clean up perf_mem_events__name()
Kan Liang
2024-01-24
1
-22
/
+4
*
perf mem: Clean up perf_mem_events__ptr()
Kan Liang
2024-01-24
1
-9
/
+1
*
perf mem: Add mem_events into the supported perf_pmu
Kan Liang
2024-01-24
2
-3
/
+11
*
libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...
Ian Rogers
2023-12-12
1
-1
/
+1
*
libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...
Ian Rogers
2023-12-12
1
-2
/
+2
*
perf pmu: Lazily compute default config
Ian Rogers
2023-10-17
1
-22
/
+23
*
perf arm-spe: Move PMU initialization from default config code
Ian Rogers
2023-10-17
1
-3
/
+0
*
perf pmu: Remove unused function
James Clark
2023-09-16
1
-10
/
+0
*
perf pmus: Simplify perf_pmus__find_core_pmu()
James Clark
2023-09-16
1
-1
/
+7
*
perf pmu: Move pmu__find_core_pmu() to pmus.c
James Clark
2023-09-16
1
-3
/
+3
*
perf pmu: Remove logic for PMU name being NULL
Ian Rogers
2023-08-25
1
-1
/
+1
*
perf pmu: Avoid passing format list to perf_pmu__format_bits()
Ian Rogers
2023-08-23
1
-1
/
+1
*
perf jevents: Add a new expression builtin strcmp_cpuid_str()
James Clark
2023-08-17
1
-17
/
+1
*
perf test: Add a test for the new Arm CPU ID comparison behavior
James Clark
2023-08-17
4
-0
/
+45
*
perf arm64: Allow version comparisons of CPU IDs
James Clark
2023-08-17
1
-15
/
+52
*
perf parse-regs: Move out arch specific header from util/perf_regs.h
Leo Yan
2023-08-16
3
-0
/
+3
*
perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common code
Leo Yan
2023-08-16
1
-0
/
+5
*
perf parse-regs: Remove unused macros PERF_REG_{IP|SP}
Leo Yan
2023-08-16
1
-3
/
+0
*
perf pmu arm64: Fix reading the PMU cpu slots in sysfs
Haixin Yu
2023-07-24
1
-3
/
+4
*
perf thread: Add accessor functions for thread
Ian Rogers
2023-06-12
1
-1
/
+1
*
perf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_ID
Tiezhu Yang
2023-06-05
1
-3
/
+3
*
perf arm64: Handle __NR3264_ prefixed syscall number
Tiezhu Yang
2023-06-05
1
-2
/
+3
*
perf arm64: Rename create_table_from_c() to create_sc_table()
Tiezhu Yang
2023-06-05
1
-2
/
+2
*
perf tools: Declare syscalltbl_*[] as const for all archs
Tiezhu Yang
2023-06-05
1
-1
/
+1
*
perf pmus: Allow just core PMU scanning
Ian Rogers
2023-05-27
1
-4
/
+1
*
perf pmu: Separate pmu and pmus
Ian Rogers
2023-05-27
1
-1
/
+2
*
perf arm64: Fix build with refcount checking
James Clark
2023-05-10
2
-3
/
+3
*
perf tools: Add util function for overriding user set config values
James Clark
2023-04-24
1
-24
/
+2
*
perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...
Arnaldo Carvalho de Melo
2023-04-24
1
-2
/
+2
*
perf arm-spe: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
1
-1
/
+1
*
perf map: Add accessor for start and end
Ian Rogers
2023-04-04
1
-1
/
+1
*
perf kvm: Use macro to replace variable 'decode_str_len'
Leo Yan
2023-03-15
1
-1
/
+0
*
perf pmu-events: Introduce pmu_metrics_table
Ian Rogers
2023-02-03
1
-0
/
+9
*
perf pmu-events: Separate the metrics from events for no jevents
Ian Rogers
2023-02-03
1
-1
/
+1
*
perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATH
James Clark
2023-01-22
1
-2
/
+2
*
perf pmu: Add #slots literal support for arm64
Jing Zhang
2023-01-19
1
-2
/
+33
*
perf arm64: Simplify mksyscalltbl
Hans-Peter Nilsson
2022-12-21
1
-20
/
+3
*
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
1
-1
/
+1
[next]