index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-23
perf mem: Add stats for store operation with no available memory level
Leo Yan
2
-0
/
+4
2022-05-23
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
3
-9
/
+38
2022-05-21
perf session: Fix Intel LBR callstack entries and nr print message
Chengdong Li
1
-5
/
+21
2022-05-20
perf stat: Always keep perf metrics topdown events in a group
Kan Liang
3
-8
/
+13
2022-05-20
perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT events
Ian Rogers
1
-3
/
+14
2022-05-20
perf build: Fix check for btf__load_from_kernel_by_id() in libbpf
Arnaldo Carvalho de Melo
1
-1
/
+3
2022-05-17
perf evlist: Keep topdown counters in weak group
Ian Rogers
3
-2
/
+27
2022-05-17
perf intel-pt: Add support for emulated ptwrite
Adrian Hunter
5
-3
/
+136
2022-05-13
perf tools: Remove unused machines__find_host()
Adrian Hunter
1
-1
/
+0
2022-05-10
perf auxtrace: Record whether an auxtrace mmap is needed
Adrian Hunter
1
-0
/
+1
2022-05-10
libperf evlist: Add evsel as a parameter to ->idx()
Adrian Hunter
1
-0
/
+1
2022-05-10
libperf evlist: Remove ->idx() per_cpu parameter
Adrian Hunter
1
-1
/
+2
2022-05-10
perf auxtrace: Do not mix up mmap idx
Adrian Hunter
1
-2
/
+8
2022-05-10
perf auxtrace: Move evlist__enable_event_idx() to auxtrace.c
Adrian Hunter
3
-12
/
+10
2022-05-10
perf evlist: Use libperf functions in evlist__enable_event_idx()
Adrian Hunter
1
-42
/
+2
2022-05-09
perf metrics: Don't add all tool events for sharing
Ian Rogers
1
-6
/
+39
2022-05-09
perf metrics: Support all tool events
Ian Rogers
2
-39
/
+75
2022-05-09
perf evsel: Add tool event helpers
Ian Rogers
2
-10
/
+42
2022-05-09
perf evsel: Constify a few arrays
Ian Rogers
3
-14
/
+13
2022-05-09
Revert "perf stat: Support metrics with hybrid events"
Ian Rogers
2
-249
/
+22
2022-05-05
perf cpumap: Switch to using perf_cpu_map API
Ian Rogers
1
-23
/
+19
2022-05-03
perf stat: Avoid printing cpus with no counters
Ian Rogers
1
-3
/
+4
2022-04-30
perf tools: Add missing headers needed by util/data.h
Yang Jihong
1
-0
/
+1
2022-04-30
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
5
-16
/
+33
2022-04-28
perf symbol: Remove arch__symbols__fixup_end()
Namhyung Kim
2
-6
/
+0
2022-04-28
perf symbol: Update symbols__fixup_end()
Namhyung Kim
1
-4
/
+25
2022-04-28
perf symbol: Pass is_kallsyms to symbols__fixup_end()
Namhyung Kim
3
-5
/
+6
2022-04-28
perf arm-spe: Fix SPE events with phys addresses
Timothy Hayes
1
-1
/
+2
2022-04-28
perf arm-spe: Fix addresses of synthesized SPE events
Timothy Hayes
1
-1
/
+1
2022-04-28
perf intel-pt: Fix timeless decoding with perf.data directory
Adrian Hunter
1
-1
/
+1
2022-04-24
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
5
-3
/
+61
2022-04-24
perf stat: Support hybrid --topdown option
Zhengjun Xing
3
-6
/
+18
2022-04-23
perf clang: Fix header include for LLVM >= 14
Guilherme Amadio
1
-0
/
+4
2022-04-22
perf stat: Merge event counts from all hybrid PMUs
Zhengjun Xing
2
-2
/
+16
2022-04-22
perf stat: Support metrics with hybrid events
Zhengjun Xing
2
-22
/
+249
2022-04-22
perf tools: Move libbpf init in libbpf_init function
Jiri Olsa
1
-9
/
+18
2022-04-20
perf list: Print all available tool events
Florian Fischer
3
-13
/
+47
2022-04-20
perf stat: Add user_time and system_time events
Florian Fischer
3
-1
/
+9
2022-04-20
perf stat: Introduce stats for the user and system rusage times
Florian Fischer
2
-0
/
+23
2022-04-20
perf tools: Print warning when HAVE_DEBUGINFOD_SUPPORT is not set and user tr...
Martin Liška
1
-0
/
+5
2022-04-18
perf mem: Print memory operation type
Leo Yan
1
-1
/
+28
2022-04-14
perf bench: Fix numa testcase to check if CPU used to bind task is online
Athira Rajeev
2
-0
/
+52
2022-04-14
perf stat: Fix error check return value of hashmap__new(), must use IS_ERR()
Lv Ruyi
1
-1
/
+2
2022-04-13
perf tools: Fix misleading add event PMU debug message
Adrian Hunter
1
-2
/
+3
2022-04-11
perf test: Shell - Limit to only run executable scripts in tests
Carsten Haitzler
2
-1
/
+14
2022-04-11
perf scripting python: Expose symbol offset and source information
Eelco Chaudron
1
-13
/
+36
2022-04-11
perf jitdump: Add riscv64 support
Eric Lin
1
-0
/
+3
2022-04-09
perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ...
Ian Rogers
1
-0
/
+1
2022-04-09
perf session: Remap buf if there is no space for event
Denis Nikitin
1
-3
/
+12
2022-04-09
perf unwind: Don't show unwind error messages when augmenting frame pointer s...
James Clark
7
-13
/
+31
[prev]
[next]