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
2024-06-13
tools/perf: Fix timing issue with parallel threads in perf bench wake-up-para...
Athira Rajeev
1
-1
/
+1
2024-06-13
tools/perf: Fix perf bench epoll to enable the run when some CPU's are offline
Athira Rajeev
2
-2
/
+2
2024-06-13
tools/perf: Fix perf bench futex to enable the run when some CPU's are offline
Athira Rajeev
5
-5
/
+5
2024-06-13
perf record: Ensure space for lost samples
Ian Rogers
1
-25
/
+9
2024-06-10
perf evsel: Refactor tool events
Ian Rogers
4
-45
/
+277
2024-06-07
perf test: Speed up test case 70 annotate basic tests
Thomas Richter
1
-3
/
+7
2024-06-07
perf stat: Choose the most disaggregate command line option
Ian Rogers
1
-21
/
+52
2024-06-07
perf stat: Make options local
Ian Rogers
1
-146
/
+145
2024-06-06
perf maps: Add/use a sorted insert for fixup overlap and insert
Ian Rogers
1
-6
/
+59
2024-06-06
perf maps: Reduce sorting for overlapping mappings
Ian Rogers
1
-19
/
+36
2024-06-06
perf maps: Fix use after free in __maps__fixup_overlap_and_insert
Ian Rogers
1
-4
/
+5
2024-06-06
perf script: netdev-times: add location parameter to consume_skb
Lucas Stach
1
-1
/
+2
2024-06-06
perf: parse-events: Fix compilation error while defining DEBUG_PARSER
Clément Le Goffic
2
-7
/
+0
2024-06-05
perf bpf: Fix handling of minimal vmlinux.h file when interrupting the build
Namhyung Kim
1
-0
/
+1
2024-06-05
Revert "perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES event"
Arnaldo Carvalho de Melo
1
-4
/
+2
2024-06-04
perf hisi-ptt: remove unused struct 'hisi_ptt_queue'
Dr. David Alan Gilbert
1
-5
/
+0
2024-06-03
perf genelf: remove unused struct 'options'
Dr. David Alan Gilbert
1
-5
/
+0
2024-06-03
perf lock info: Display both map and thread by default
Nick Forrington
2
-14
/
+17
2024-05-30
perf top: Allow filters on events
Ian Rogers
2
-0
/
+13
2024-05-30
perf bpf filter: Add uid and gid terms
Ian Rogers
5
-1
/
+15
2024-05-30
perf bpf filter: Give terms their own enum
Ian Rogers
6
-69
/
+141
2024-05-29
perf trace beauty: Always show mmap prot even though PROT_NONE
Changbin Du
1
-3
/
+3
2024-05-29
perf trace beauty: Always show param if show_zero is set
Changbin Du
1
-22
/
+7
2024-05-28
perf docs: Fix typos
Ian Rogers
3
-4
/
+4
2024-05-28
perf list: Fix the --no-desc option
Breno Leitao
1
-13
/
+10
2024-05-28
perf arm-spe: Unaligned pointer work around
Ian Rogers
1
-18
/
+5
2024-05-28
perf tests: Add some pmu core functionality tests
Ian Rogers
1
-0
/
+99
2024-05-28
perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
Ian Rogers
3
-42
/
+65
2024-05-28
tools headers: Update the syscall tables and unistd.h, mostly to support the ...
Arnaldo Carvalho de Melo
4
-1
/
+5
2024-05-27
perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with th...
Arnaldo Carvalho de Melo
1
-1
/
+7
2024-05-27
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+2
2024-05-27
tools headers UAPI: Sync fcntl.h with the kernel sources to pick F_DUPFD_QUERY
Arnaldo Carvalho de Melo
2
-7
/
+9
2024-05-27
tools headers UAPI: Sync linux/prctl.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+22
2024-05-27
tools include UAPI: Sync linux/stat.h with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+3
2024-05-26
Revert "perf parse-events: Prefer sysfs/JSON hardware events over legacy"
Arnaldo Carvalho de Melo
4
-103
/
+68
2024-05-21
Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...
Linus Torvalds
288
-5882
/
+18043
2024-05-11
perf pmu: Count sys and cpuid JSON events separately
Ian Rogers
2
-23
/
+53
2024-05-11
perf stat: Don't display metric header for non-leader uncore events
Ian Rogers
1
-0
/
+3
2024-05-11
perf annotate-data: Ensure the number of type histograms
Namhyung Kim
1
-1
/
+4
2024-05-11
perf annotate: Fix segfault on sample histogram
Namhyung Kim
1
-4
/
+5
2024-05-10
perf daemon: Fix file leak in daemon_session__control
Samasth Norway Ananda
1
-2
/
+2
2024-05-10
perf lock: Avoid memory leaks from strdup()
Ian Rogers
1
-14
/
+4
2024-05-10
perf sched: Rename 'switches' column header to 'count' and add usage descript...
Madadi Vineeth Reddy
2
-1
/
+37
2024-05-10
perf tools: Ignore deleted cgroups
Namhyung Kim
2
-4
/
+5
2024-05-10
perf parse: Allow tracepoint names to start with digits
Dominique Martinet
2
-2
/
+9
2024-05-10
perf parse-events: Add new 'fake_tp' parameter for tests
Dominique Martinet
8
-19
/
+34
2024-05-10
perf parse-events: pass parse_state to add_tracepoint
Dominique Martinet
3
-15
/
+21
2024-05-09
perf symbols: Fix ownership of string in dso__load_vmlinux()
James Clark
1
-3
/
+8
2024-05-09
perf symbols: Update kcore map before merging in remaining symbols
James Clark
1
-19
/
+21
2024-05-09
perf maps: Re-use __maps__free_maps_by_name()
James Clark
1
-7
/
+7
[prev]
[next]