D | stackmap.c | 334 bool kernel = !user; in BPF_CALL_3() local 344 trace = get_perf_callchain(regs, 0, kernel, user, max_depth, in BPF_CALL_3() 380 bool kernel, user; in BPF_CALL_3() local 394 kernel = !user; in BPF_CALL_3() 402 if (kernel) { in BPF_CALL_3() 442 bool kernel = !user; in __bpf_get_stack() local 449 if (kernel && user_build_id) in __bpf_get_stack() 476 else if (kernel && task) in __bpf_get_stack() 479 trace = get_perf_callchain(regs, 0, kernel, user, max_depth, in __bpf_get_stack() 558 bool kernel, user; in BPF_CALL_4() local [all …]
|