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 session: Fix Intel LBR callstack entries and nr print message
Chengdong Li
2022-05-21
1
-5
/
+21
*
perf test bpf: Skip test if clang is not present
Athira Rajeev
2022-05-21
1
-4
/
+6
*
perf test session topology: Fix test to skip the test in guest environment
Athira Rajeev
2022-05-21
1
-0
/
+11
*
perf bench numa: Address compiler error on s390
Thomas Richter
2022-05-21
1
-1
/
+1
*
perf test: Avoid shell test description infinite loop
Ian Rogers
2022-05-21
1
-2
/
+6
*
perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform
Kan Liang
2022-05-21
1
-0
/
+12
*
perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpc
Athira Rajeev
2022-05-21
1
-0
/
+10
*
perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT events
Ian Rogers
2022-05-20
1
-3
/
+14
*
perf build: Fix check for btf__load_from_kernel_by_id() in libbpf
Arnaldo Carvalho de Melo
2022-05-20
2
-1
/
+10
*
perf tests: Fix coresight `perf test` failure.
Jeremy Linton
2022-05-09
1
-1
/
+0
*
perf bench: Fix two numa NDEBUG warnings
Ian Rogers
2022-05-09
1
-0
/
+2
*
perf symbol: Remove arch__symbols__fixup_end()
Namhyung Kim
2022-04-28
6
-69
/
+0
*
perf symbol: Update symbols__fixup_end()
Namhyung Kim
2022-04-28
1
-4
/
+25
*
perf symbol: Pass is_kallsyms to symbols__fixup_end()
Namhyung Kim
2022-04-28
3
-5
/
+6
*
perf test: Add perf_event_attr test for Arm SPE
Timothy Hayes
2022-04-28
2
-0
/
+13
*
perf arm-spe: Fix SPE events with phys addresses
Timothy Hayes
2022-04-28
2
-1
/
+12
*
perf arm-spe: Fix addresses of synthesized SPE events
Timothy Hayes
2022-04-28
1
-1
/
+1
*
perf intel-pt: Fix timeless decoding with perf.data directory
Adrian Hunter
2022-04-28
1
-1
/
+1
*
perf test: Fix error message for test case 71 on s390, where it is not supported
Thomas Richter
2022-04-22
1
-0
/
+4
*
perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE event
Leo Yan
2022-04-22
1
-0
/
+14
*
perf script: Always allow field 'data_src' for auxtrace
Leo Yan
2022-04-22
1
-1
/
+1
*
perf clang: Fix header include for LLVM >= 14
Guilherme Amadio
2022-04-22
1
-0
/
+4
*
perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1K
Athira Rajeev
2022-04-14
1
-33
/
+95
*
perf bench: Fix numa testcase to check if CPU used to bind task is online
Athira Rajeev
2022-04-14
3
-2
/
+58
*
perf record: Fix per-thread option
Alexey Bayduraev
2022-04-14
1
-5
/
+17
*
perf stat: Fix error check return value of hashmap__new(), must use IS_ERR()
Lv Ruyi
2022-04-14
1
-1
/
+2
*
perf tools: Fix misleading add event PMU debug message
Adrian Hunter
2022-04-13
1
-2
/
+3
*
perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ...
Ian Rogers
2022-04-09
1
-0
/
+1
*
perf tools: Add external commands to list-cmds
Michael Petlan
2022-04-09
1
-0
/
+4
*
perf docs: Add perf-iostat link to manpages
Michael Petlan
2022-04-09
1
-1
/
+1
*
perf session: Remap buf if there is no space for event
Denis Nikitin
2022-04-09
1
-3
/
+12
*
perf bench: Fix epoll bench to correct usage of affinity for machines with #C...
Athira Rajeev
2022-04-09
2
-12
/
+38
*
perf bench: Fix futex bench to correct usage of affinity for machines with #C...
Athira Rajeev
2022-04-09
5
-28
/
+83
*
perf tools: Fix perf's libperf_print callback
Adrian Hunter
2022-04-09
1
-1
/
+1
*
perf: arm-spe: Fix perf report --mem-mode
James Clark
2022-04-09
1
-0
/
+6
*
perf unwind: Don't show unwind error messages when augmenting frame pointer s...
James Clark
2022-04-09
8
-14
/
+32
*
perf test tsc: Fix error message when not supported
Chengdong Li
2022-04-09
1
-9
/
+27
*
perf build: Don't use -ffat-lto-objects in the python feature test when build...
Arnaldo Carvalho de Melo
2022-04-09
2
-0
/
+5
*
perf python: Fix probing for some clang command line options
Arnaldo Carvalho de Melo
2022-04-09
1
-2
/
+4
*
tools build: Filter out options and warnings not supported by clang
Arnaldo Carvalho de Melo
2022-04-09
1
-0
/
+3
*
perf python: Convert tracepoint.py example to python3
Tanu M
2022-04-01
1
-2
/
+2
*
perf evlist: Directly return instead of using local ret variable
Haowen Bai
2022-04-01
1
-2
/
+1
*
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
2022-04-01
17
-38
/
+42
*
perf tools: Stop depending on .git files for building PERF-VERSION-FILE
John Garry
2022-04-01
1
-12
/
+2
*
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
2022-04-01
1
-0
/
+1
*
perf tools: Update copy of libbpf's hashmap.c
Arnaldo Carvalho de Melo
2022-04-01
1
-2
/
+1
*
perf stat: Avoid SEGV if core.cpus isn't set
Ian Rogers
2022-04-01
1
-1
/
+4
*
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-31
1
-2
/
+2
|
\
|
*
kbuild: replace $(if A,A,B) with $(or A,B)
Masahiro Yamada
2022-02-15
1
-2
/
+2
*
|
Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2022-03-27
315
-60266
/
+76542
|
\
\
[next]