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-04-12
perf cpumap: Use perf_cpu_map__nr(cpus) to access cpus->nr
Ian Rogers
1
-6
/
+6
2023-04-12
perf map: Add map__refcnt() accessor to use in the maps test
Arnaldo Carvalho de Melo
1
-0
/
+5
2023-04-12
perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-04-12
perf metricgroups: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-9
/
+9
2023-04-12
perf genelf: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-1
/
+2
2023-04-12
perf evlist: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-04-12
perf annotate: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-1
/
+2
2023-04-12
perf parse-events: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-04-12
perf expr: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-7
/
+7
2023-04-12
perf evsel: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-3
/
+2
2023-04-12
perf pmu: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-8
/
+7
2023-04-12
perf env: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-04-12
perf symbol: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-04-11
perf bperf: Avoid use after free via unrelated 'struct evsel' anonymous union...
Ian Rogers
1
-0
/
+1
2023-04-10
perf evsel: Avoid SEGV if delete is called on NULL
Ian Rogers
1
-0
/
+3
2023-04-10
perf script ibs: Change bit description according to latest AMD PPR ("Process...
Ravi Bangoria
1
-7
/
+7
2023-04-10
perf mem: Increase HISTC_MEM_LVL column size to 39 chars
Ravi Bangoria
1
-1
/
+1
2023-04-10
perf mem: Refactor perf_mem__lvl_scnprintf() to process 'union perf_mem_data_...
Ravi Bangoria
1
-42
/
+47
2023-04-10
perf mem: Add support for printing PERF_MEM_LVLNUM_UNC
Ravi Bangoria
1
-0
/
+1
2023-04-10
perf mem: Add PERF_MEM_LVLNUM_NA to PERF_MEM_DATA_SRC_NONE
Ravi Bangoria
1
-1
/
+2
2023-04-10
perf util: Move perf_guest/host declarations
Ian Rogers
7
-4
/
+9
2023-04-10
perf util: Move input_name to util
Ian Rogers
2
-0
/
+4
2023-04-10
perf header: Move perf_version_string declaration
Ian Rogers
1
-0
/
+2
2023-04-10
perf usage: Move usage strings
Ian Rogers
2
-0
/
+9
2023-04-10
perf bpf filter: Support pre-5.16 kernels where 'mem_hops' isn't in 'union pe...
Ian Rogers
1
-2
/
+26
2023-04-10
perf lock contention: Support pre-5.14 kernels
Ian Rogers
1
-1
/
+14
2023-04-06
perf map: Changes to reference counting
Ian Rogers
5
-43
/
+63
2023-04-06
perf maps: Modify maps_by_name to hold a reference to a map
Ian Rogers
2
-18
/
+33
2023-04-06
perf map: Add accessors for ->pgoff and ->reloc
Ian Rogers
6
-19
/
+29
2023-04-06
perf map: Add accessors for ->prot, ->priv and ->flags
Ian Rogers
3
-5
/
+20
2023-04-06
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
19
-57
/
+69
2023-04-06
perf map: Rename map_ip() and unmap_ip()
Ian Rogers
4
-10
/
+10
2023-04-06
perf pmu: Sort and remove duplicates using JSON PMU name
Ian Rogers
1
-16
/
+31
2023-04-06
perf pmu: Improve name/comments, avoid a memory allocation
Ian Rogers
2
-10
/
+25
2023-04-06
perf pmu: Fewer const casts
Ian Rogers
1
-6
/
+6
2023-04-06
perf lock contention: Do not try to update if hash map is full
Namhyung Kim
1
-3
/
+19
2023-04-06
perf lock contention: Revise needs_callstack() condition
Namhyung Kim
1
-1
/
+1
2023-04-06
perf lock contention: Update total/bad stats for hidden entries
Namhyung Kim
2
-1
/
+4
2023-04-06
perf lock contention: Add data failure stat
Namhyung Kim
3
-1
/
+5
2023-04-06
perf lock contention: Update default map size to 16384
Namhyung Kim
2
-4
/
+4
2023-04-06
tools: Rename __fallthrough to fallthrough
Liam Howlett
6
-9
/
+9
2023-04-06
perf pmu: Fix a few potential fd leaks
Ian Rogers
1
-2
/
+10
2023-04-06
perf pmu: Make parser reentrant
Ian Rogers
4
-13
/
+37
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
15
-89
/
+100
2023-04-04
perf map: Add accessor for dso
Ian Rogers
30
-244
/
+336
2023-04-04
perf maps: Add functions to access maps
Ian Rogers
17
-106
/
+168
2023-04-04
perf maps: Remove rb_node from struct map
Ian Rogers
13
-168
/
+269
2023-04-04
perf map: Move map list node into symbol
Ian Rogers
2
-24
/
+54
2023-04-04
perf jit: Fix a few memory leaks
Ian Rogers
2
-18
/
+34
2023-04-04
perf srcline: Avoid addr2line SIGPIPEs
Ian Rogers
1
-0
/
+2
[next]