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.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
/
bench
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-04
perf bench: Update use of pthread mutex/cond
Ian Rogers
8
-171
/
+153
2022-05-23
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-05-21
perf bench numa: Address compiler error on s390
Thomas Richter
1
-1
/
+1
2022-05-17
perf bench breakpoint: Fix build on 32-bit arches
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-05-16
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-0
/
+2
2022-05-13
perf bench: Add breakpoint benchmarks
Dmitry Vyukov
3
-0
/
+247
2022-05-09
perf bench: Fix two numa NDEBUG warnings
Ian Rogers
1
-0
/
+2
2022-04-14
perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1K
Athira Rajeev
1
-33
/
+95
2022-04-14
perf bench: Fix numa testcase to check if CPU used to bind task is online
Athira Rajeev
1
-2
/
+6
2022-04-09
perf bench: Fix epoll bench to correct usage of affinity for machines with #C...
Athira Rajeev
2
-12
/
+38
2022-04-09
perf bench: Fix futex bench to correct usage of affinity for machines with #C...
Athira Rajeev
5
-28
/
+83
2022-04-01
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
1
-1
/
+1
2022-03-12
perf bench: Fix NULL check against wrong variable
Weiguo Li
1
-1
/
+1
2022-01-22
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
8
-9
/
+9
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
7
-7
/
+7
2021-12-07
Revert "perf bench: Fix two memory leaks detected with ASan"
Jiri Olsa
1
-4
/
+0
2021-11-18
perf bench: Fix two memory leaks detected with ASan
Sohaib Mohamed
1
-0
/
+4
2021-11-14
perf bench futex: Fix memory leak of perf_cpu_map__new()
Sohaib Mohamed
4
-0
/
+4
2021-11-07
perf parse-event: Add init and exit to parse_event_error
Ian Rogers
1
-2
/
+4
2021-11-07
perf parse-events: Rename parse_events_error functions
Ian Rogers
1
-1
/
+1
2021-11-01
Revert "perf bench futex: Add support for 32-bit systems with 64-bit time_t"
Arnaldo Carvalho de Melo
1
-40
/
+3
2021-10-28
perf bench futex: Add support for 32-bit systems with 64-bit time_t
Alistair Francis
1
-3
/
+40
2021-10-28
perf bench futex: Call the futex syscall from a function
Alistair Francis
1
-17
/
+26
2021-10-08
perf test evlist-open-close: Use inline func to convert timeval to usec
Riccardo Mancini
1
-1
/
+6
2021-09-17
perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...
Namhyung Kim
1
-2
/
+2
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-09-08
tools: rename bitmap_alloc() to bitmap_zalloc()
Andy Shevchenko
1
-1
/
+1
2021-08-31
perf bench evlist-open-close: Use PRIu64 with u64 to fix build on 32-bit arch...
Arnaldo Carvalho de Melo
1
-1
/
+2
2021-08-30
perf bench inject-buildid: Handle writen() errors
Arnaldo Carvalho de Melo
1
-22
/
+30
2021-08-10
perf bench: Add benchmark for evlist open/close operations
Riccardo Mancini
3
-0
/
+259
2021-08-09
perf bench futex, requeue: Add --pi parameter
Davidlohr Bueso
2
-26
/
+111
2021-08-09
perf bench futex, requeue: Robustify futex_wait() handling
Davidlohr Bueso
1
-1
/
+14
2021-08-09
perf bench futex, requeue: Add --broadcast option
Davidlohr Bueso
2
-0
/
+5
2021-08-09
perf bench futex: Add --mlockall parameter
Davidlohr Bueso
6
-0
/
+38
2021-08-09
perf bench futex: Remove bogus backslash from comment
Davidlohr Bueso
1
-1
/
+1
2021-08-09
perf bench futex: Group test parameters cleanup
Davidlohr Bueso
6
-137
/
+162
2021-08-02
perf tools: Remove repipe argument from perf_session__new()
Namhyung Kim
1
-2
/
+2
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
2
-3
/
+3
2021-03-08
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
4
-19
/
+35
2021-03-06
perf bench numa: Fix the condition checks for max number of NUMA nodes
Athira Rajeev
1
-13
/
+29
2021-03-06
perf tools: Cast (struct timeval).tv_sec when printing
Pierre Gondois
3
-6
/
+6
2021-03-06
perf bench: Fix misspellings using codespell
Xiong Zhenwu
1
-1
/
+1
2021-02-12
perf env: Remove unneeded internal/cpumap inclusions
Ian Rogers
7
-7
/
+0
2020-11-12
tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...
Arnaldo Carvalho de Melo
2
-0
/
+6
2020-10-17
Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
4
-21
/
+524
2020-10-14
perf bench: Use condition variables in numa.
Ian Rogers
1
-21
/
+46
2020-10-14
perf tools: Pass build_id object to filename__read_build_id()
Jiri Olsa
1
-1
/
+1
2020-10-14
perf tools: Use build_id object in dso
Jiri Olsa
1
-2
/
+2
2020-10-13
perf bench: Run inject-build-id with --buildid-all option too
Namhyung Kim
1
-19
/
+35
2020-10-13
perf bench: Add build-id injection benchmark
Namhyung Kim
3
-0
/
+462
[next]