Home
last modified time | relevance | path

Searched refs:pid_filter__has (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/include/bpf/
H A Dpid_filter.h16 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 Daugmented_raw_syscalls.bpf.c362 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 Daugmented_raw_syscalls.c243 * 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