-
- Downloads
task_find: Optimize, avoid open on regular files
Using perf record it was determined that most time in both find task_find.bpf.c is spent in openat, therefore this has to be avoided.
Please register or sign in to comment
Using perf record it was determined that most time in both find task_find.bpf.c is spent in openat, therefore this has to be avoided.