index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...
Arnaldo Carvalho de Melo
2023-04-24
13
-25
/
+31
|
*
perf test: Fix maps use after put
Ian Rogers
2023-04-20
1
-4
/
+4
|
*
perf probe: Add missing 0x prefix for addresses printed in hexadecimal
Arnaldo Carvalho de Melo
2023-04-19
1
-1
/
+1
|
*
perf build: Test the refcnt check build
Arnaldo Carvalho de Melo
2023-04-19
1
-0
/
+2
|
*
perf map: Add reference count checking
Ian Rogers
2023-04-19
6
-51
/
+62
|
*
perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...
Arnaldo Carvalho de Melo
2023-04-19
9
-65
/
+132
|
*
perf map: Add missing conversions to map__refcnt()
Arnaldo Carvalho de Melo
2023-04-19
2
-4
/
+4
|
*
perf maps: Add reference count checking
Ian Rogers
2023-04-19
7
-43
/
+50
|
*
perf maps: Use maps__nr_maps() instead of open coded maps->nr_maps
Arnaldo Carvalho de Melo
2023-04-19
1
-1
/
+1
|
*
perf maps: Add maps__refcnt() accessor to allow checking maps pointer
Arnaldo Carvalho de Melo
2023-04-19
3
-9
/
+14
|
*
perf dso: Fix use before NULL check introduced by map__dso() introduction
Arnaldo Carvalho de Melo
2023-04-19
3
-7
/
+6
|
*
perf cs-etm: Fix segfault in dso lookup
James Clark
2023-04-18
1
-2
/
+4
|
*
perf script task-analyzer: Fix spelling mistake "miliseconds" -> "milliseconds"
Colin Ian King
2023-04-18
1
-1
/
+1
|
*
perf namespaces: Introduce nsinfo__mntns_path() accessor to avoid accessing -...
Arnaldo Carvalho de Melo
2023-04-18
1
-3
/
+8
|
*
perf namespaces: Introduce nsinfo__refcnt() accessor to avoid accessing ->ref...
Arnaldo Carvalho de Melo
2023-04-18
1
-4
/
+8
|
*
perf namespaces: Use the need_setns() accessors instead of accessing ->need_s...
Arnaldo Carvalho de Melo
2023-04-18
1
-3
/
+3
|
*
perf namespaces: Add reference count checking
Ian Rogers
2023-04-17
2
-57
/
+78
|
*
perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...
Arnaldo Carvalho de Melo
2023-04-17
6
-10
/
+12
|
*
perf cpumap: Add reference count checking
Ian Rogers
2023-04-17
2
-8
/
+8
|
*
perf cpumap: Use perf_cpu_map__cpu(map, cpu) instead of accessing map->map[cp...
Ian Rogers
2023-04-17
1
-5
/
+5
|
*
perf cpumap: Remove initializations done in perf_cpu_map__alloc()
Arnaldo Carvalho de Melo
2023-04-17
1
-6
/
+1
|
*
libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps test
Arnaldo Carvalho de Melo
2023-04-17
1
-2
/
+2
|
*
perf test: Simplify for_each_test() to avoid tripping on -Werror=array-bounds
Arnaldo Carvalho de Melo
2023-04-15
1
-2
/
+2
|
*
perf map: Delete two variable initialisations before null pointer checks in s...
Markus Elfring
2023-04-14
1
-2
/
+1
|
*
perf vendor events intel: Fix uncore topics for tigerlake
Ian Rogers
2023-04-13
2
-88
/
+90
|
*
perf vendor events intel: Fix uncore topics for snowridgex
Ian Rogers
2023-04-13
4
-22056
/
+22060
|
*
perf vendor events intel: Fix uncore topics for skylakex
Ian Rogers
2023-04-13
5
-26144
/
+26148
|
*
perf vendor events intel: Fix uncore topics for skylake
Ian Rogers
2023-04-13
3
-79
/
+81
|
*
perf vendor events intel: Fix uncore topics for sandybridge
Ian Rogers
2023-04-13
2
-25
/
+25
|
*
perf vendor events intel: Fix uncore topics for knightslanding
Ian Rogers
2023-04-13
3
-260
/
+262
|
*
perf vendor events intel: Fix uncore topics for jaketown
Ian Rogers
2023-04-13
4
-1574
/
+1574
|
*
perf vendor events intel: Fix uncore topics for ivytown
Ian Rogers
2023-04-13
4
-2531
/
+2531
|
*
perf vendor events intel: Fix uncore topics for ivybridge
Ian Rogers
2023-04-13
2
-25
/
+25
|
*
perf vendor events intel: Fix uncore topics for icelakex
Ian Rogers
2023-04-13
4
-33697
/
+33701
|
*
perf vendor events intel: Fix uncore topics for icelake
Ian Rogers
2023-04-13
2
-72
/
+74
|
*
perf vendor events intel: Fix uncore topics for haswellx
Ian Rogers
2023-04-13
4
-3491
/
+3491
|
*
perf vendor events intel: Fix uncore topics for haswell
Ian Rogers
2023-04-13
3
-75
/
+77
|
*
perf vendor events intel: Fix uncore topics for cascadelakex
Ian Rogers
2023-04-13
5
-26345
/
+26349
|
*
perf vendor events intel: Fix uncore topics for broadwellx
Ian Rogers
2023-04-13
4
-3572
/
+3572
|
*
perf vendor events intel: Fix uncore topics for broadwellde
Ian Rogers
2023-04-13
3
-774
/
+776
|
*
perf vendor events intel: Fix uncore topics for broadwell
Ian Rogers
2023-04-13
3
-74
/
+76
|
*
perf vendor events intel: Fix uncore topics for alderlake
Ian Rogers
2023-04-13
4
-112
/
+116
|
*
perf vendor events intel: Add sierraforest
Ian Rogers
2023-04-13
7
-0
/
+332
|
*
perf vendor events intel: Add grandridge
Ian Rogers
2023-04-13
7
-0
/
+332
|
*
perf vendor events intel: Update sapphirerapids to v1.12
Ian Rogers
2023-04-13
10
-4530
/
+18906
|
*
perf sched: Fix sched latency analysis incorrection when using 'sched:sched_w...
Chunxin Zang
2023-04-13
1
-1
/
+14
|
*
perf pmu: Use perf_cpu_map__set_nr() in perf_pmu__cpus_match() to allow for r...
Arnaldo Carvalho de Melo
2023-04-12
1
-2
/
+2
|
*
libperf: Make perf_cpu_map__alloc() available as an internal function for too...
Ian Rogers
2023-04-12
1
-1
/
+1
|
*
perf cpumap: Use perf_cpu_map__nr(cpus) to access cpus->nr
Ian Rogers
2023-04-12
1
-6
/
+6
|
*
perf map: Add map__refcnt() accessor to use in the maps test
Arnaldo Carvalho de Melo
2023-04-12
2
-2
/
+7
[prev]
[next]