D | stackmap.c | 290 bool kernel = !user; in BPF_CALL_3() local 300 trace = get_perf_callchain(regs, 0, kernel, user, max_depth, in BPF_CALL_3() 336 bool kernel, user; in BPF_CALL_3() local 350 kernel = !user; in BPF_CALL_3() 358 if (kernel) { in BPF_CALL_3() 398 bool kernel = !user; in __bpf_get_stack() local 405 if (kernel && user_build_id) in __bpf_get_stack() 432 else if (kernel && task) in __bpf_get_stack() 435 trace = get_perf_callchain(regs, 0, kernel, user, max_depth, in __bpf_get_stack() 514 bool kernel, user; in BPF_CALL_4() local [all …]
|