aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/bench/epoll-ctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools/perf: Fix perf bench epoll to enable the run when some CPU's are offlineAthira Rajeev2024-06-131-1/+1
* libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers2023-12-121-1/+1
* perf bench epoll: Fix missing frees/puts on the exit pathIan Rogers2023-06-121-0/+5
* perf bench: Update use of pthread mutex/condIan Rogers2022-10-041-16/+17
* perf bench: Fix epoll bench to correct usage of affinity for machines with #C...Athira Rajeev2022-04-091-6/+19
* perf bench: Fix NULL check against wrong variableWeiguo Li2022-03-121-1/+1
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-1/+1
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-1/+1
* perf env: Remove unneeded internal/cpumap inclusionsIan Rogers2021-02-121-1/+0
* tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORTArnaldo Carvalho de Melo2020-05-281-2/+2
* perf bench: Clear struct sigaction before sigaction() syscallTommi Rantala2020-03-061-0/+1
* perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo2020-03-031-4/+3
* perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-201-1/+1
* perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo2019-08-291-0/+1
* libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa2019-07-291-1/+2
* perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa2019-07-291-2/+2
* perf tools: Fix errors under optimization level '-Og'Changbin Du2019-03-191-1/+1
* perf bench: Add epoll_ctl(2) benchmarkDavidlohr Bueso2018-11-211-0/+413