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-04-13
perf vendor events intel: Fix uncore topics for ivybridge
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for icelakex
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for icelake
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for haswellx
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for haswell
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for cascadelakex
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for broadwellx
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for broadwellde
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for broadwell
Ian Rogers
2023-04-13
perf vendor events intel: Fix uncore topics for alderlake
Ian Rogers
2023-04-13
perf vendor events intel: Add sierraforest
Ian Rogers
2023-04-13
perf vendor events intel: Add grandridge
Ian Rogers
2023-04-13
perf vendor events intel: Update sapphirerapids to v1.12
Ian Rogers
2023-04-12
perf sched: Fix sched latency analysis incorrection when using 'sched:sched_w...
Chunxin Zang
2023-04-12
perf pmu: Use perf_cpu_map__set_nr() in perf_pmu__cpus_match() to allow for r...
Arnaldo Carvalho de Melo
2023-04-12
libperf: Make perf_cpu_map__alloc() available as an internal function for too...
Ian Rogers
2023-04-12
perf cpumap: Use perf_cpu_map__nr(cpus) to access cpus->nr
Ian Rogers
2023-04-12
perf map: Add map__refcnt() accessor to use in the maps test
Arnaldo Carvalho de Melo
2023-04-12
perf scripts python intel-pt-events: Delete unused 'event_attr variable
Alexander Pantyukhin
2023-04-12
perf top: Expand the range of multithreaded phase
Hangliang Lai
2023-04-12
tools headers: Remove s390 ptrace.h in check-headers.sh
Tiezhu Yang
2023-04-12
perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...
Arnaldo Carvalho de Melo
2023-04-12
perf metricgroups: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf arm-spe: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf tests api-io: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf bench inject-buildid: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf genelf: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf evlist: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf annotate: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf parse-events: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf expr: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf evsel: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf pmu: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf env: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf x86 iostat: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf symbol: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf list: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf c2c: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf trace: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf daemon: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf inject: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-12
perf vendor events: Update icelakex to v1.20
Ian Rogers
2023-04-12
perf vendor events: Update alderlake to v1.20
Ian Rogers
2023-04-11
perf bperf: Avoid use after free via unrelated 'struct evsel' anonymous union...
Ian Rogers
2023-04-10
perf evsel: Avoid SEGV if delete is called on NULL
Ian Rogers
2023-04-10
perf script ibs: Change bit description according to latest AMD PPR ("Process...
Ravi Bangoria
2023-04-10
perf mem: Increase HISTC_MEM_LVL column size to 39 chars
Ravi Bangoria
2023-04-10
perf mem: Refactor perf_mem__lvl_scnprintf() to process 'union perf_mem_data_...
Ravi Bangoria
2023-04-10
perf mem: Add support for printing PERF_MEM_LVLNUM_UNC
Ravi Bangoria
2023-04-10
perf mem: Add PERF_MEM_LVLNUM_NA to PERF_MEM_DATA_SRC_NONE
Ravi Bangoria
[prev]
[next]