index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
bench
/
epoll-wait.c
Age
Commit message (
Expand
)
Author
2023-12-12
libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...
Ian Rogers
2023-06-12
perf bench epoll: Fix missing frees/puts on the exit path
Ian Rogers
2022-10-04
perf bench: Update use of pthread mutex/cond
Ian Rogers
2022-04-09
perf bench: Fix epoll bench to correct usage of affinity for machines with #C...
Athira Rajeev
2022-01-22
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
2021-02-12
perf env: Remove unneeded internal/cpumap inclusions
Ian Rogers
2020-05-28
tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORT
Arnaldo Carvalho de Melo
2020-04-22
perf bench: Fix div-by-zero if runtime is zero
Tommi Rantala
2020-03-06
perf bench: Clear struct sigaction before sigaction() syscall
Tommi Rantala
2020-03-03
perf bench: Share some global variables to fix build with gcc 10
Arnaldo Carvalho de Melo
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-08-29
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
2019-07-29
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
2019-07-29
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
2019-03-19
perf tools: Fix errors under optimization level '-Og'
Changbin Du
2018-11-21
perf bench: Add epoll parallel epoll_wait benchmark
Davidlohr Bueso