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
2023-06-12
perf cs-etm: Make PID format accessible from struct cs_etm_auxtrace
James Clark
3
-33
/
+37
2023-06-12
perf cs-etm: Use previous thread for branch sample source IP
James Clark
1
-2
/
+15
2023-06-12
perf cs-etm: Only track threads instead of PID and TIDs
James Clark
1
-80
/
+38
2023-06-12
perf map: Fix double 'struct map' reference free found with -DREFCNT_CHECKING=1
James Clark
1
-4
/
+6
2023-06-12
perf srcline: Optimize comparision against SRCLINE_UNKNOWN
Arnaldo Carvalho de Melo
6
-7
/
+10
2023-06-12
perf hist: Fix srcline memory leak
Ian Rogers
1
-1
/
+1
2023-06-12
perf srcline: Change free_srcline to zfree_srcline
Ian Rogers
6
-13
/
+18
2023-06-12
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
8
-32
/
+104
2023-06-12
perf header: Avoid out-of-bounds read
Ian Rogers
1
-1
/
+1
2023-06-12
perf annotate: Fix parse_objdump_line memory leak
Ian Rogers
1
-1
/
+2
2023-06-12
perf map/maps/thread: Changes to reference counting
Ian Rogers
4
-20
/
+46
2023-06-12
perf machine: Don't leak module maps
Ian Rogers
1
-3
/
+3
2023-06-12
perf machine: Fix leak of kernel dso
Ian Rogers
1
-1
/
+2
2023-06-12
perf maps: Fix overlapping memory leak
Ian Rogers
1
-0
/
+1
2023-06-12
perf symbol-elf: Correct holding a reference
Ian Rogers
1
-2
/
+2
2023-06-12
perf jit: Fix two thread leaks
Ian Rogers
1
-0
/
+2
2023-06-12
perf python: Avoid 2 leak sanitizer issues
Ian Rogers
1
-1
/
+5
2023-06-12
perf evlist: Free stats in all evlist destruction
Ian Rogers
2
-0
/
+6
2023-06-12
perf intel-pt: Fix missed put and leak
Ian Rogers
1
-0
/
+2
2023-06-12
perf header: Ensure bitmaps are freed
Ian Rogers
1
-2
/
+10
2023-06-12
perf machine: Make delete_threads part of machine__exit
Ian Rogers
2
-6
/
+1
2023-06-12
perf thread: Add reference count checking
Ian Rogers
5
-49
/
+56
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
16
-74
/
+198
2023-06-12
perf addr_location: Move to its own header
Ian Rogers
5
-28
/
+46
2023-06-12
perf maps: Make delete static, always use put
Ian Rogers
3
-3
/
+10
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
23
-195
/
+386
2023-06-12
perf thread: Make threads rbtree non-invasive
Ian Rogers
3
-39
/
+71
2023-06-12
perf thread: Remove notion of dead threads
Ian Rogers
5
-79
/
+3
2023-06-12
perf list: Check if libpfm4 event is supported
Namhyung Kim
1
-8
/
+50
2023-06-12
perf parse: Allow config terms with breakpoints
Adrian Hunter
4
-27
/
+78
2023-06-09
perf annotate: Handle x86 instruction suffix generally
Namhyung Kim
1
-0
/
+22
2023-06-05
perf expr: Make the evaluation of & and | logical and lazy
Ian Rogers
1
-17
/
+69
2023-06-05
perf tools: Declare syscalltbl_*[] as const for all archs
Tiezhu Yang
1
-7
/
+7
2023-06-01
perf pmu: Warn about invalid config for all PMUs and configs
Ian Rogers
3
-15
/
+49
2023-06-01
perf pmu: Only warn about unsupported formats once
Ian Rogers
2
-0
/
+10
2023-06-01
perf parse-events: Wildcard most "numeric" events
Ian Rogers
6
-35
/
+106
2023-06-01
perf evsel: Add verbose 3 print of evsel name when opening
Ian Rogers
1
-0
/
+1
2023-06-01
perf pmu: Correct perf_pmu__auto_merge_stats() affecting hybrid
Ian Rogers
1
-1
/
+1
2023-05-31
Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-next
Arnaldo Carvalho de Melo
6
-7
/
+46
2023-05-28
perf scripting-engines: Move static to local variable, remove 16384 from .bss
Ian Rogers
2
-4
/
+5
2023-05-28
perf path: Make mkpath thread safe, remove 16384 bytes from .bss
Ian Rogers
3
-32
/
+8
2023-05-28
perf header: Make nodes dynamic in write_mem_topology()
Ian Rogers
1
-16
/
+25
2023-05-28
perf evsel: Don't let for_each_group() treat the head of the list as one of i...
Ian Rogers
2
-8
/
+17
2023-05-28
perf evsel: Don't let evsel__group_pmu_name() traverse unsorted group
Ian Rogers
3
-36
/
+67
2023-05-27
perf pmu: Remove is_pmu_hybrid
Ian Rogers
2
-7
/
+1
2023-05-27
perf pmus: Remove perf_pmus__has_hybrid
Ian Rogers
9
-46
/
+13
2023-05-27
perf pmus: Add function to return count of core PMUs
Ian Rogers
2
-7
/
+15
2023-05-27
perf pmus: Ensure all PMUs are read for find_by_type
Ian Rogers
1
-1
/
+14
2023-05-27
perf pmus: Avoid repeated sysfs scanning
Ian Rogers
1
-2
/
+31
2023-05-27
perf pmus: Allow just core PMU scanning
Ian Rogers
9
-58
/
+40
[prev]
[next]