index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
2023-05-02
perf script: Print raw ip instead of binary offset for callchain
Changbin Du
2023-05-02
perf symbols: Fix return incorrect build_id size in elf_read_build_id()
Yang Jihong
2023-05-02
perf list: Modify the warning message about scandirat(3)
Namhyung Kim
2023-05-02
perf list: Fix memory leaks in print_tracepoint_events()
Namhyung Kim
2023-05-02
perf lock contention: Rework offset calculation with BPF CO-RE
Namhyung Kim
2023-05-02
perf lock contention: Fix struct rq lock access
Namhyung Kim
2023-05-01
tools/perf: Add basic support for LoongArch
Huacai Chen
2023-04-28
perf stat: Disable TopdownL1 on hybrid
Ian Rogers
2023-04-28
perf stat: Avoid SEGV on counter->name
Ian Rogers
2023-04-27
Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-04-27
Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-04-24
perf cs-etm: Add separate decode paths for timeless and per-thread modes
James Clark
2023-04-24
perf cs-etm: Use bool type for boolean values
James Clark
2023-04-24
perf cs-etm: Allow user to override timestamp and contextid settings
James Clark
2023-04-24
perf cs-etm: Validate options after applying them
James Clark
2023-04-24
perf cs-etm: Don't test full_auxtrace because it's always set
James Clark
2023-04-24
perf tools: Add util function for overriding user set config values
James Clark
2023-04-24
perf cs-etm: Fix timeless decode mode detection
James Clark
2023-04-24
perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...
Arnaldo Carvalho de Melo
2023-04-20
perf test: Fix maps use after put
Ian Rogers
2023-04-19
perf probe: Add missing 0x prefix for addresses printed in hexadecimal
Arnaldo Carvalho de Melo
2023-04-19
perf build: Test the refcnt check build
Arnaldo Carvalho de Melo
2023-04-19
perf map: Add reference count checking
Ian Rogers
2023-04-19
perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...
Arnaldo Carvalho de Melo
2023-04-19
perf map: Add missing conversions to map__refcnt()
Arnaldo Carvalho de Melo
2023-04-19
perf maps: Add reference count checking
Ian Rogers
2023-04-19
perf maps: Use maps__nr_maps() instead of open coded maps->nr_maps
Arnaldo Carvalho de Melo
2023-04-19
perf maps: Add maps__refcnt() accessor to allow checking maps pointer
Arnaldo Carvalho de Melo
2023-04-19
perf dso: Fix use before NULL check introduced by map__dso() introduction
Arnaldo Carvalho de Melo
2023-04-18
perf cs-etm: Fix segfault in dso lookup
James Clark
2023-04-17
perf script task-analyzer: Fix spelling mistake "miliseconds" -> "milliseconds"
Colin Ian King
2023-04-17
perf namespaces: Introduce nsinfo__mntns_path() accessor to avoid accessing -...
Arnaldo Carvalho de Melo
2023-04-17
perf namespaces: Introduce nsinfo__refcnt() accessor to avoid accessing ->ref...
Arnaldo Carvalho de Melo
2023-04-17
perf namespaces: Use the need_setns() accessors instead of accessing ->need_s...
Arnaldo Carvalho de Melo
2023-04-17
perf namespaces: Add reference count checking
Ian Rogers
2023-04-17
perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...
Arnaldo Carvalho de Melo
2023-04-17
perf cpumap: Add reference count checking
Ian Rogers
2023-04-17
perf cpumap: Use perf_cpu_map__cpu(map, cpu) instead of accessing map->map[cp...
Ian Rogers
2023-04-17
perf cpumap: Remove initializations done in perf_cpu_map__alloc()
Arnaldo Carvalho de Melo
2023-04-17
libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps test
Arnaldo Carvalho de Melo
2023-04-14
perf test: Simplify for_each_test() to avoid tripping on -Werror=array-bounds
Arnaldo Carvalho de Melo
2023-04-13
perf map: Delete two variable initialisations before null pointer checks in s...
Markus Elfring
2023-04-13
perf vendor events intel: Fix uncore topics for tigerlake
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for snowridgex
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for skylakex
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for skylake
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for sandybridge
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for knightslanding
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for jaketown
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for ivytown
Ian Rogers
[prev]
[next]