index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
bench
/
epoll-ctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/perf: Fix perf bench epoll to enable the run when some CPU's are offline
Athira Rajeev
2024-06-14
1
-1
/
+1
*
libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...
Ian Rogers
2023-12-12
1
-1
/
+1
*
perf bench epoll: Fix missing frees/puts on the exit path
Ian Rogers
2023-06-12
1
-0
/
+5
*
perf bench: Update use of pthread mutex/cond
Ian Rogers
2022-10-04
1
-16
/
+17
*
perf bench: Fix epoll bench to correct usage of affinity for machines with #C...
Athira Rajeev
2022-04-09
1
-6
/
+19
*
perf bench: Fix NULL check against wrong variable
Weiguo Li
2022-03-12
1
-1
/
+1
*
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
2022-01-22
1
-1
/
+1
*
perf cpumap: Give CPUs their own type
Ian Rogers
2022-01-12
1
-1
/
+1
*
perf env: Remove unneeded internal/cpumap inclusions
Ian Rogers
2021-02-12
1
-1
/
+0
*
tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORT
Arnaldo Carvalho de Melo
2020-05-28
1
-2
/
+2
*
perf bench: Clear struct sigaction before sigaction() syscall
Tommi Rantala
2020-03-06
1
-0
/
+1
*
perf bench: Share some global variables to fix build with gcc 10
Arnaldo Carvalho de Melo
2020-03-03
1
-4
/
+3
*
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-09-20
1
-1
/
+1
*
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
2019-08-29
1
-0
/
+1
*
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
2019-07-29
1
-1
/
+2
*
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf tools: Fix errors under optimization level '-Og'
Changbin Du
2019-03-19
1
-1
/
+1
*
perf bench: Add epoll_ctl(2) benchmark
Davidlohr Bueso
2018-11-22
1
-0
/
+413