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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-14
perf stat: Combine the -A/--no-aggr and --no-merge options
Ian Rogers
5
-29
/
+33
2023-12-13
perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()
Yicong Yang
1
-0
/
+1
2023-12-13
perf header: Fix one memory leakage in perf_event__fprintf_event_update()
Yicong Yang
1
-2
/
+3
2023-12-12
libperf cpumap: Add for_each_cpu() that skips the "any CPU" case
Ian Rogers
2
-3
/
+7
2023-12-12
libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...
Ian Rogers
28
-32
/
+32
2023-12-12
libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...
Ian Rogers
14
-29
/
+29
2023-12-12
libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...
Ian Rogers
4
-27
/
+51
2023-12-12
libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()
Ian Rogers
12
-14
/
+14
2023-12-11
perf stat: Fix help message for --metric-no-threshold option
Ian Rogers
1
-1
/
+1
2023-12-07
perf annotate: Get rid of local annotation options
Namhyung Kim
2
-3
/
+0
2023-12-07
perf annotate: Remove remaining usages of local annotation options
Namhyung Kim
3
-12
/
+10
2023-12-07
perf annotate: Ensure init/exit for global options
Namhyung Kim
5
-24
/
+27
2023-12-07
perf ui/browser/annotate: Use global annotation_options
Namhyung Kim
10
-95
/
+59
2023-12-07
perf annotate: Use global annotation_options
Namhyung Kim
8
-89
/
+71
2023-12-07
perf top: Convert to the global annotation_options
Namhyung Kim
2
-23
/
+22
2023-12-07
perf report: Convert to the global annotation_options
Namhyung Kim
1
-17
/
+16
2023-12-07
perf annotate: Introduce global annotation_options
Namhyung Kim
3
-22
/
+26
2023-12-06
perf stat: Exit perf stat if parse groups fails
Ian Rogers
1
-7
/
+11
2023-12-06
perf thread: Add missing RC_CHK_EQUAL
Ian Rogers
1
-1
/
+1
2023-12-06
perf maps: Move symbol maps functions to maps.c
Ian Rogers
4
-249
/
+250
2023-12-06
perf map: Simplify map_ip/unmap_ip and make 'struct map' smaller
Ian Rogers
5
-68
/
+50
2023-12-06
perf test shell diff: Skip test if test_loop symbol is missing in the perf bi...
Ian Rogers
1
-0
/
+7
2023-12-06
perf symbols: Parse NOTE segments until the build id is found
Chengen Du
1
-4
/
+6
2023-12-06
perf record: Be lazier in allocating lost samples buffer
Ian Rogers
1
-10
/
+19
2023-12-06
perf evsel: Fallback to "task-clock" when not system wide
Ian Rogers
5
-12
/
+15
2023-12-05
perf bench sched-seccomp-notify: Fix spelling mistake "synchronious" -> "sync...
Colin Ian King
1
-1
/
+1
2023-12-05
perf test: Add basic 'perf diff' test
Ian Rogers
1
-0
/
+101
2023-12-05
perf mem: Fix error on hybrid related to availability of mem event in a PMU
Kan Liang
1
-11
/
+14
2023-12-05
perf vendor events powerpc: Update datasource event name to fix duplicate events
Athira Rajeev
1
-4
/
+14
2023-12-05
perf test: Add basic 'perf list --json" test
Ian Rogers
1
-0
/
+19
2023-12-05
perf test: Use common python setup library
Ian Rogers
4
-33
/
+26
2023-12-05
perf build: Shellcheck support for OUTPUT directory
Ian Rogers
4
-42
/
+27
2023-12-05
perf vendor events arm64 AmpereOneX: Add core PMU events and metrics
Ilkka Koskinen
13
-0
/
+1713
2023-12-05
perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT to GPC_FLUSH_M...
Ilkka Koskinen
1
-1
/
+1
2023-12-04
perf test record user-regs: Fix mask for vg register
Veronika Molnarova
2
-2
/
+2
2023-12-04
perf env: Cache the arch specific strerrno function in perf_env__arch_strerrno()
Arnaldo Carvalho de Melo
4
-7
/
+12
2023-12-04
perf env: Introduce perf_env__arch_strerrno()
Arnaldo Carvalho de Melo
3
-4
/
+15
2023-12-03
perf beauty: Don't use 'find ... -printf' as it isn't available in busybox
Arnaldo Carvalho de Melo
1
-1
/
+3
2023-12-03
perf docs: Fix man page formatting for 'perf lock'
Nick Forrington
1
-1
/
+1
2023-11-30
tools api fs: Avoid reading whole file for a 1 byte bool
Ian Rogers
1
-9
/
+15
2023-11-30
tools api fs: Switch filename__read_str to use io.h
Ian Rogers
2
-45
/
+22
2023-11-30
libperf: Lazily allocate/size mmap event copy
Ian Rogers
2
-4
/
+19
2023-11-30
libapi: Add missing linux/types.h header to get the __u64 type on io.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2023-11-29
perf test record+probe_libc_inet_pton: Fix call chain match on powerpc
Likhitha Korrapati
1
-1
/
+4
2023-11-29
perf tests sigtrap: Skip if running on a kernel with sleepable spinlocks
Arnaldo Carvalho de Melo
1
-2
/
+44
2023-11-29
perf test sigtrap: Generalize the BTF routine to reuse it in this test
Arnaldo Carvalho de Melo
1
-20
/
+40
2023-11-28
perf mmap: Lazily initialize zstd streams to save memory when not using it
Ian Rogers
5
-43
/
+59
2023-11-28
perf dwarf-aux: Add die_find_variable_by_addr()
Namhyung Kim
2
-0
/
+93
2023-11-28
perf tools: Add --debug-file option to redirect debug output
Yang Jihong
2
-0
/
+33
2023-11-27
perf annotate: Check if operand has multiple regs
Namhyung Kim
2
-0
/
+38
[next]