index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
bench
/
epoll-ctl.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-13
tools/perf: Fix perf bench epoll to enable the run when some CPU's are offline
Athira Rajeev
1
-1
/
+1
2023-12-12
libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__new_online_cpus()
Ian Rogers
1
-1
/
+1
2023-06-12
perf bench epoll: Fix missing frees/puts on the exit path
Ian Rogers
1
-0
/
+5
2022-10-04
perf bench: Update use of pthread mutex/cond
Ian Rogers
1
-16
/
+17
2022-04-09
perf bench: Fix epoll bench to correct usage of affinity for machines with #CPUs > 1K
Athira Rajeev
1
-6
/
+19
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
1
-1
/
+1
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
1
-1
/
+1
2021-02-12
perf env: Remove unneeded internal/cpumap inclusions
Ian Rogers
1
-1
/
+0
2020-05-28
tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORT
Arnaldo Carvalho de Melo
1
-2
/
+2
2020-03-06
perf bench: Clear struct sigaction before sigaction() syscall
Tommi Rantala
1
-0
/
+1
2020-03-03
perf bench: Share some global variables to fix build with gcc 10
Arnaldo Carvalho de Melo
1
-4
/
+3
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-29
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-07-29
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
1
-1
/
+2
2019-07-29
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
1
-2
/
+2
2019-03-19
perf tools: Fix errors under optimization level '-Og'
Changbin Du
1
-1
/
+1
2018-11-21
perf bench: Add epoll_ctl(2) benchmark
Davidlohr Bueso
1
-0
/
+413