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-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-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
2022-04-09
perf build: Don't use -ffat-lto-objects in the python feature test when build...
Arnaldo Carvalho de Melo
1
-0
/
+2
2022-04-09
perf python: Fix probing for some clang command line options
Arnaldo Carvalho de Melo
1
-2
/
+4
2022-04-01
perf evlist: Directly return instead of using local ret variable
Haowen Bai
1
-2
/
+1
2022-04-01
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
8
-19
/
+23
2022-04-01
perf tools: Update copy of libbpf's hashmap.c
Arnaldo Carvalho de Melo
1
-2
/
+1
2022-03-27
Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
57
-615
/
+1789
2022-03-26
perf evsel: Improve AMD IBS (Instruction-Based Sampling) error handling messages
Kim Phillips
1
-0
/
+25
2022-03-26
perf python: Add perf_env stubs that will be needed in evsel__open_strerror()
Arnaldo Carvalho de Melo
1
-1
/
+12
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-55
/
+47
2022-03-23
perf evsel: Make evsel__env() always return a valid env
Kim Phillips
1
-1
/
+1
2022-03-23
perf build-id: Fix spelling mistake "Cant" -> "Can't"
Colin Ian King
1
-1
/
+1
2022-03-23
perf header: Fix spelling mistake "could't" -> "couldn't"
Colin Ian King
1
-1
/
+1
2022-03-22
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
3
-31
/
+51
2022-03-22
perf ftrace latency: Add -n/--use-nsec option
Namhyung Kim
3
-2
/
+7
2022-03-22
perf tools: Fix version kernel tag
John Garry
1
-9
/
+4
2022-03-22
Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+3
2022-03-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-19
/
+33
2022-03-19
perf evlist: Avoid iteration for empty evlist.
Ian Rogers
1
-11
/
+17
2022-03-19
perf symbols: Fix symbol size calculation condition
Michael Petlan
1
-1
/
+1
2022-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+5
2022-03-15
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
3
-9
/
+10
2022-03-12
perf parse: Fix event parser error for hybrid systems
Zhengjun Xing
1
-2
/
+4
2022-03-12
perf tools: Set build-id using build-id header on new mmap records
James Clark
3
-3
/
+19
2022-03-12
perf parse-events: Fix NULL check against wrong variable
Weiguo Li
1
-1
/
+1
2022-03-07
perf tools: Use ARRAY_SIZE() instead of ad hoc equivalent, spotted by array_s...
Guo Zhengkui
1
-1
/
+1
2022-03-07
perf session: Print branch stack entry type in --dump-raw-trace
James Clark
1
-2
/
+3
2022-03-07
perf evsel: Add error message for unsupported branch stack cases
James Clark
1
-0
/
+4
2022-03-05
perf tools: Remove bpf_map__set_priv()/bpf_map__priv() usage
Jiri Olsa
1
-7
/
+59
2022-03-05
perf tools: Remove bpf_program__set_priv/bpf_program__priv usage
Jiri Olsa
1
-16
/
+82
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+5
2022-03-01
perf: Add irq and exception return branch types
Anshuman Khandual
1
-1
/
+3
2022-02-23
perf data: Adding error message if perf_data__create_dir() fails
Alexey Bayduraev
1
-2
/
+6
2022-02-22
perf data: Fix double free in perf_session__delete()
Alexey Bayduraev
1
-4
/
+3
2022-02-22
linkage: remove SYM_FUNC_{START,END}_ALIAS()
Mark Rutland
1
-21
/
+0
2022-02-22
linkage: add SYM_FUNC_ALIAS{,_LOCAL,_WEAK}()
Mark Rutland
1
-0
/
+35
2022-02-18
perf evlist: Fix failed to use cpu list for uncore events
Zhengjun Xing
1
-2
/
+2
2022-02-18
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2
-10
/
+9
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-10
/
+9
2022-02-17
perf bpf: Defer freeing string after possible strlen() on it
Arnaldo Carvalho de Melo
1
-1
/
+2
2022-02-16
perf cs-etm: Fix corrupt inject files when only last branch option is enabled
James Clark
1
-0
/
+2
2022-02-16
perf cs-etm: No-op refactor of synth opt usage
James Clark
1
-9
/
+5
2022-02-16
perf report: Add "addr_from" and "addr_to" sort dimensions
Stephane Eranian
4
-0
/
+134
2022-02-16
perf tools: Fix spelling mistake "commpressor" -> "compressor"
Colin Ian King
1
-1
/
+1
2022-02-15
perf tui: Only support --tui with slang
Ian Rogers
1
-1
/
+4
[next]