summaryrefslogtreecommitdiff
path: root/tools/perf/bench/epoll-ctl.c
AgeCommit message (Expand)Author
2021-02-12perf env: Remove unneeded internal/cpumap inclusionsIan Rogers
2020-05-28tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORTArnaldo Carvalho de Melo
2020-03-06perf bench: Clear struct sigaction before sigaction() syscallTommi Rantala
2020-03-03perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa
2019-03-19perf tools: Fix errors under optimization level '-Og'Changbin Du
2018-11-21perf bench: Add epoll_ctl(2) benchmarkDavidlohr Bueso