Searched refs:target_pids_ptr (Results 1 – 1 of 1) sorted by relevance
394 const int32_t *target_pids_ptr = bpf_map_lookup_elem(&target_pid_map, &trace_all_index); in check_current_pid() local395 if (target_pids_ptr == NULL) { in check_current_pid()399 …err = bpf_probe_read_kernel(target_pids, sizeof(int32_t) * (MAX_TARGET_PIDS + 1), target_pids_ptr); in check_current_pid()