Searched refs:bpf_get_current_pid_tgid (Results 1 – 9 of 9) sorted by relevance
101 u32 key = bpf_get_current_pid_tgid(); in stress_hmap()116 u32 key = bpf_get_current_pid_tgid(); in stress_percpu_hmap()130 u32 key = bpf_get_current_pid_tgid(); in stress_hmap_alloc()144 u32 key = bpf_get_current_pid_tgid(); in stress_percpu_hmap_alloc()
21 data.pid = bpf_get_current_pid_tgid(); in bpf_prog1()
32 u64 pid = bpf_get_current_pid_tgid(); in bpf_prog1()
88 key.pid_tgid = bpf_get_current_pid_tgid(); in bpf_prog3()
136 pid = bpf_get_current_pid_tgid();
119 BPF_CALL_0(bpf_get_current_pid_tgid) in BPF_CALL_0() argument130 .func = bpf_get_current_pid_tgid,
24 __u32 pid = bpf_get_current_pid_tgid(); in trace()
71 data->pid = bpf_get_current_pid_tgid(); in bpf_prog1()
29 static unsigned long long (*bpf_get_current_pid_tgid)(void) = variable