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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-26
perf tool: fix dereferencing NULL al->maps
Casey Chen
1
-1
/
+1
2024-07-17
perf dso: Fix build when libunwind is enabled
James Clark
3
-2
/
+7
2024-07-12
perf trace: Fix iteration of syscall ids in syscalltbl->entries
Howard Chu
2
-0
/
+8
2024-07-12
perf dso: Fix address sanitizer build
Ian Rogers
7
-38
/
+49
2024-07-12
perf mem: Warn if memory events are not supported on all CPUs
Leo Yan
1
-0
/
+14
2024-07-03
perf dsos: When adding a dso into sorted dsos maintain the sort order
Ian Rogers
1
-5
/
+21
2024-07-03
perf comm str: Avoid sort during insert
Ian Rogers
1
-11
/
+18
2024-06-28
perf: pmus: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2024-06-28
perf stat: Use field separator in the metric header
Namhyung Kim
1
-3
/
+14
2024-06-28
perf stat: Fix a segfault with --per-cluster --metric-only
Namhyung Kim
1
-0
/
+3
2024-06-27
perf pmu: Don't de-duplicate core PMUs
James Clark
1
-6
/
+21
2024-06-27
perf pmu: Restore full PMU name wildcard support
James Clark
1
-1
/
+1
2024-06-27
perf report: Display pregress bar on redirected pipe data
Namhyung Kim
1
-1
/
+19
2024-06-26
perf python: Clean up build dependencies
Ian Rogers
1
-53
/
+0
2024-06-26
perf python: Switch module to linking libraries from building source
Ian Rogers
2
-205
/
+102
2024-06-26
perf util: Make util its own library
Ian Rogers
7
-212
/
+212
2024-06-25
perf mem: Fix a segfault with NULL event->name
Namhyung Kim
1
-1
/
+1
2024-06-25
perf tools: Fix a compiler warning of NULL pointer
Namhyung Kim
1
-0
/
+3
2024-06-25
perf symbol: Simplify kernel module checking
Namhyung Kim
1
-4
/
+1
2024-06-25
perf report: Fix condition in sort__sym_cmp()
Namhyung Kim
1
-1
/
+1
2024-06-25
perf pmus: Fixes always false when compare duplicates aliases
Junhao He
1
-2
/
+3
2024-06-25
perf unwind-libunwind: Add malloc() failure handling
Yunseong Kim
1
-0
/
+5
2024-06-25
util: constant -1 with expression of type char
Yunseong Kim
1
-1
/
+1
2024-06-25
perf intel pt: Add new JMPABS instruction to the Intel PT instruction decoder
Adrian Hunter
1
-0
/
+9
2024-06-25
tools/perf: Use is_perf_pid_map_name helper function to check dso's of patter...
Athira Rajeev
2
-2
/
+2
2024-06-25
tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load
Athira Rajeev
3
-1
/
+18
2024-06-21
perf stat: Fix the hard-coded metrics calculation on the hybrid
Kan Liang
1
-0
/
+7
2024-06-15
perf hist: Honor symbol_conf.skip_empty
Namhyung Kim
2
-3
/
+13
2024-06-15
perf hist: Add symbol_conf.skip_empty
Namhyung Kim
6
-13
/
+10
2024-06-10
perf evsel: Refactor tool events
Ian Rogers
3
-3
/
+244
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: parse-events: Fix compilation error while defining DEBUG_PARSER
Clément Le Goffic
2
-7
/
+0
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-05-30
perf bpf filter: Add uid and gid terms
Ian Rogers
4
-0
/
+14
2024-05-30
perf bpf filter: Give terms their own enum
Ian Rogers
6
-69
/
+141
2024-05-28
perf arm-spe: Unaligned pointer work around
Ian Rogers
1
-18
/
+5
2024-05-28
perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
Ian Rogers
3
-42
/
+65
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
98
-4274
/
+8099
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 tools: Ignore deleted cgroups
Namhyung Kim
2
-4
/
+5
2024-05-10
perf parse: Allow tracepoint names to start with digits
Dominique Martinet
1
-2
/
+2
2024-05-10
perf parse-events: Add new 'fake_tp' parameter for tests
Dominique Martinet
6
-16
/
+29
2024-05-10
perf parse-events: pass parse_state to add_tracepoint
Dominique Martinet
3
-15
/
+21
[next]