Searched refs:pid_filter__has (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/include/bpf/ |
H A D | pid_filter.h | 16 static bool pid_filter__has(struct bpf_map *pids, pid_t pid) in pid_filter__has() function
|
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/ |
H A D | augmented_raw_syscalls.bpf.c | 362 static bool pid_filter__has(struct pids_filtered *pids, pid_t pid) in pid_filter__has() function 373 * buffer, if this is not filtered out by one of pid_filter__has(), in sys_enter() 381 if (pid_filter__has(&pids_filtered, getpid())) in sys_enter() 406 if (pid_filter__has(&pids_filtered, getpid())) in sys_exit()
|
/kernel/linux/linux-5.10/tools/perf/examples/bpf/ |
H A D | augmented_raw_syscalls.c | 243 * buffer, if this is not filtered out by one of pid_filter__has(), in sys_enter() 253 if (pid_filter__has(&pids_filtered, getpid())) in sys_enter() 278 if (pid_filter__has(&pids_filtered, getpid())) in sys_exit()
|
Completed in 2 milliseconds