index
:
Linux Stable
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf test uprobe_from_different_cu: Skip if there is no gcc
Georg Müller
2023-08-11
1
-1
/
+7
*
perf probe: Add test for regression introduced by switch to die_get_decl_file()
Georg Müller
2023-07-27
1
-0
/
+77
*
perf tests: Remove bash construct from record+zstd_comp_decomp.sh
James Clark
2021-11-26
1
-1
/
+1
*
perf test event_update: Fix memory leak of evlist
Riccardo Mancini
2021-07-28
1
-1
/
+1
*
perf test session_topology: Delete session->evlist
Riccardo Mancini
2021-07-28
1
-0
/
+1
*
perf test bpf: Free obj_buf
Riccardo Mancini
2021-07-25
1
-0
/
+2
*
perf test: Fix unaligned access in sample parsing test
Namhyung Kim
2021-03-04
1
-1
/
+1
*
perf test session topology: Fix data path
Tommi Rantala
2020-10-14
1
-8
/
+4
*
perf tests: Fix test 68 zstd compression for s390
Thomas Richter
2020-10-01
1
-1
/
+2
*
perf test: Fix test trace+probe_vfs_getname.sh on s390
Thomas Richter
2020-10-01
1
-1
/
+1
*
perf test: Free formats for perf pmu parse test
Namhyung Kim
2020-09-23
1
-0
/
+1
*
perf test: Fix the "signal" test inline assembly
Jiri Olsa
2020-09-23
1
-1
/
+4
*
perf tests bp_account: Make global variable static
Arnaldo Carvalho de Melo
2020-08-05
1
-1
/
+1
*
perf tests: Disable bp_signal testing for arm64
Leo Yan
2019-12-31
1
-9
/
+6
*
perf test: Avoid infinite loop for task exit case
Leo Yan
2019-12-31
1
-0
/
+8
*
perf test: Report failure for mmap events
Leo Yan
2019-12-31
1
-0
/
+1
*
perf tests: Fix out of bounds memory access
Leo Yan
2019-12-17
1
-0
/
+9
*
perf tests: Avoid raising SEGV using an obvious NULL dereference
Ian Rogers
2019-09-27
1
-2
/
+1
*
libperf: Add perf_evlist__poll() function
Jiri Olsa
2019-09-25
3
-3
/
+3
*
perf tools: No need to include internal/lib.h from util/util.h
Arnaldo Carvalho de Melo
2019-09-25
1
-0
/
+1
*
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
2019-09-25
2
-2
/
+2
*
libperf: Add perf_evlist__id_add() function
Jiri Olsa
2019-09-25
1
-1
/
+1
*
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
2019-09-25
12
-83
/
+83
*
libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions
Jiri Olsa
2019-09-25
1
-1
/
+1
*
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
7
-7
/
+7
*
libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
1
-3
/
+3
*
perf evlist: Adopt backwards ring buffer state enum
Arnaldo Carvalho de Melo
2019-09-25
11
-0
/
+11
*
perf tools: Rename perf_evlist__munmap() to evlist__munmap()
Jiri Olsa
2019-09-25
1
-1
/
+1
*
perf tools: Rename perf_evlist__mmap() to evlist__mmap()
Jiri Olsa
2019-09-25
10
-16
/
+16
*
perf tools: Rename 'struct perf_mmap' to 'struct mmap'
Jiri Olsa
2019-09-25
10
-10
/
+10
*
perf session: Return error code for perf_session__new() function on failure
Mamatha Inamdar
2019-09-20
1
-2
/
+3
*
perf tests: Fix static build test
Jiri Olsa
2019-09-20
1
-1
/
+1
*
perf test: Fix spelling mistake "allos" -> "allocate"
Colin Ian King
2019-09-20
1
-1
/
+1
*
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
2019-09-20
9
-0
/
+11
*
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-09-20
10
-11
/
+10
*
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
12
-13
/
+2
*
perf tools: Remove debug.h from places where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
1
-1
/
+0
*
perf tests: Add libperf automated test for 'make -C tools/perf build-test'
Jiri Olsa
2019-09-10
1
-1
/
+5
*
perf symbols: Move mem_info and branch_info out of symbol.h
Arnaldo Carvalho de Melo
2019-08-31
2
-0
/
+2
*
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
2019-08-31
10
-0
/
+16
*
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-08-31
1
-1
/
+1
*
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-08-31
2
-2
/
+2
*
perf tools: Remove needless thread.h include directives
Arnaldo Carvalho de Melo
2019-08-31
2
-2
/
+0
*
perf tools: Remove needless map.h include directives
Arnaldo Carvalho de Melo
2019-08-31
1
-1
/
+0
*
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2019-08-31
8
-0
/
+8
*
perf env: Remove env.h from other headers where just a fwd decl is needed
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+2
*
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-08-31
19
-0
/
+28
*
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
2019-08-29
6
-0
/
+7
*
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
2019-08-29
5
-5
/
+0
*
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
2019-08-29
5
-4
/
+6
[next]