Searched refs:bench_epoll_wait (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | bench.h | 34 int bench_epoll_wait(int argc, const char **argv);
|
H A D | epoll-wait.c | 413 int bench_epoll_wait(int argc, const char **argv) in bench_epoll_wait() function
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | bench.h | 38 int bench_epoll_wait(int argc, const char **argv);
|
H A D | epoll-wait.c | 426 int bench_epoll_wait(int argc, const char **argv) in bench_epoll_wait() function
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-bench.c | 81 { "wait", "Benchmark epoll concurrent epoll_waits", bench_epoll_wait },
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-bench.c | 85 { "wait", "Benchmark epoll concurrent epoll_waits", bench_epoll_wait },
|
Completed in 3 milliseconds