aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/epoll-ctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04perf bench: Update use of pthread mutex/condIan Rogers1-16/+17
2022-04-09perf bench: Fix epoll bench to correct usage of affinity for machines with #CPUs > 1KAthira Rajeev1-6/+19
2022-03-12perf bench: Fix NULL check against wrong variableWeiguo Li1-1/+1
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers1-1/+1
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-1/+1
2021-02-12perf env: Remove unneeded internal/cpumap inclusionsIan Rogers1-1/+0
2020-05-28tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORTArnaldo Carvalho de Melo1-2/+2
2020-03-06perf bench: Clear struct sigaction before sigaction() syscallTommi Rantala1-0/+1
2020-03-03perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo1-4/+3
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo1-1/+1
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo1-0/+1
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-1/+2
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-2/+2
2019-03-19perf tools: Fix errors under optimization level '-Og'Changbin Du1-1/+1
2018-11-21perf bench: Add epoll_ctl(2) benchmarkDavidlohr Bueso1-0/+413