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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-28
perf parse-events: Separate YYABORT and YYNOMEM cases
Ian Rogers
1
-19
/
+26
2023-07-28
perf parse-event: Add memory allocation test for name terms
Ian Rogers
3
-3
/
+6
2023-07-28
perf build: Define YYNOMEM as YYNOABORT for bison < 3.81
Arnaldo Carvalho de Melo
1
-0
/
+6
2023-07-28
perf test uprobe_from_different_cu: Skip if there is no gcc
Georg Müller
1
-1
/
+7
2023-07-27
perf parse-events: Only move force grouped evsels when sorting
Ian Rogers
1
-13
/
+26
2023-07-27
perf parse-events: When fixing group leaders always set the leader
Ian Rogers
1
-8
/
+3
2023-07-27
perf parse-events: Extra care around force grouped events
Ian Rogers
1
-4
/
+10
2023-07-26
perf parse-events: Avoid regrouped warning for wild card events
Ian Rogers
1
-0
/
+1
2023-07-26
perf parse-events: Add more comments to 'struct parse_events_state'
Ian Rogers
1
-0
/
+8
2023-07-26
perf parse-events: Remove two unused tokens
Ian Rogers
1
-1
/
+1
2023-07-26
perf parse-events: Remove unused PE_KERNEL_PMU_EVENT token
Ian Rogers
1
-27
/
+0
2023-07-26
perf parse-events: Remove unused PE_PMU_EVENT_FAKE token
Ian Rogers
1
-40
/
+2
2023-07-24
perf build: Add LTO build option
Ian Rogers
1
-0
/
+5
2023-07-24
perf test: Avoid weak symbol for arch_tests
Ian Rogers
1
-1
/
+10
2023-07-24
perf parse-events: Avoid use uninitialized warning
Ian Rogers
1
-1
/
+1
2023-07-24
perf stat: Avoid uninitialized use of perf_stat_config
Ian Rogers
2
-2
/
+2
2023-07-24
perf callchain powerpc: Fix addr location init during arch_skip_callchain_idx...
Athira Rajeev
1
-0
/
+4
2023-07-24
perf pmu arm64: Fix reading the PMU cpu slots in sysfs
Haixin Yu
1
-3
/
+4
2023-07-20
perf diff: Replaces some ',' as separator with the more usual ';'
Lu Hongfei
1
-2
/
+2
2023-07-20
perf bench uprobe trace_printk: Add entry attaching an BPF program that does ...
Arnaldo Carvalho de Melo
4
-11
/
+41
2023-07-20
perf bench uprobe empty: Add entry attaching an empty BPF program
Arnaldo Carvalho de Melo
5
-4
/
+88
2023-07-20
perf bench uprobe: Show diff to previous
Arnaldo Carvalho de Melo
1
-5
/
+16
2023-07-20
perf bench uprobe: Print diff to baseline
Arnaldo Carvalho de Melo
1
-3
/
+24
2023-07-20
perf bench uprobe: Add benchmark to test uprobe overhead
Arnaldo Carvalho de Melo
5
-0
/
+91
2023-07-20
perf trace: Free thread_trace->files table
Arnaldo Carvalho de Melo
1
-0
/
+14
2023-07-20
perf trace: Really free the evsel->priv area
Arnaldo Carvalho de Melo
1
-7
/
+2
2023-07-20
perf trace: Register a thread priv destructor
Arnaldo Carvalho de Melo
1
-0
/
+15
2023-07-20
perf thread: Allow tools to register a thread->priv destructor
Arnaldo Carvalho de Melo
2
-0
/
+15
2023-07-20
perf evsel: Free evsel->filter on the destructor
Arnaldo Carvalho de Melo
1
-0
/
+1
2023-07-17
perf/benchmark: add a new benchmark for seccom_unotify
Andrei Vagin
4
-0
/
+181
2023-07-17
perf test task_exit: No need for a cycles event to check if we get an PERF_RE...
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-07-14
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
2
-0
/
+13
2023-07-12
perf parse-events: Avoid SEGV if PMU lookup fails for legacy cache terms
Ian Rogers
1
-0
/
+8
2023-07-11
tools include UAPI: Sync linux/mount.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-07-11
perf vendor events amd: Fix large metrics
Sandipan Das
3
-3
/
+6
2023-07-11
perf build: Fix library not found error when using CSLIBS
James Clark
1
-2
/
+2
2023-07-11
tools headers UAPI: Sync files changed by new cachestat syscall with the kern...
Arnaldo Carvalho de Melo
4
-0
/
+4
2023-07-11
perf probe: Read DWARF files from the correct CU
Georg Müller
1
-1
/
+3
2023-07-11
perf probe: Add test for regression introduced by switch to die_get_decl_file()
Georg Müller
1
-0
/
+77
2023-07-08
Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...
Linus Torvalds
95
-448
/
+9316
2023-07-05
perf test: Fix event parsing test when PERF_PMU_CAP_EXTENDED_HW_TYPE isn't su...
James Clark
1
-36
/
+50
2023-07-05
perf test: Fix event parsing test on Arm
James Clark
1
-1
/
+13
2023-07-01
perf evsel amd: Fix IBS error message
Ravi Bangoria
3
-21
/
+30
2023-07-01
perf: unwind: Fix symfs with libdw
Vincent Whitchurch
1
-2
/
+6
2023-07-01
perf symbol: Fix uninitialized return value in symbols__find_by_name()
James Clark
1
-7
/
+9
2023-07-01
perf test: Test perf lock contention CSV output
Namhyung Kim
1
-0
/
+36
2023-07-01
perf lock contention: Add --output option
Namhyung Kim
2
-58
/
+85
2023-07-01
perf lock contention: Add -x option for CSV style output
Namhyung Kim
2
-67
/
+241
2023-07-01
perf lock: Remove stale comments
Namhyung Kim
1
-2
/
+0
2023-06-30
Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
313
-11565
/
+19952
[prev]
[next]