Searched refs:kernel_func (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/NVPTX/ |
D | simple-call.ll | 12 ; CHECK: .entry kernel_func 13 define void @kernel_func(float* %a) { 26 !1 = !{void (float*)* @kernel_func, !"kernel", i32 1}
|
D | call-with-alloca-buffer.ll | 8 ; extern "C" __attribute__((global)) void kernel_func(float* a) { 17 ; CHECK: .visible .entry kernel_func 18 define void @kernel_func(float* %a) { 68 !0 = !{void (float*)* @kernel_func, !"kernel", i32 1}
|
D | calling-conv.ll | 7 ; CHECK: .entry kernel_func 8 define ptx_kernel void @kernel_func(float* %a) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | simple-call.ll | 12 ; CHECK: .entry kernel_func 13 define void @kernel_func(float* %a) { 26 !1 = !{void (float*)* @kernel_func, !"kernel", i32 1}
|
D | call-with-alloca-buffer.ll | 8 ; extern "C" __attribute__((global)) void kernel_func(float* a) { 17 ; CHECK: .visible .entry kernel_func 18 define void @kernel_func(float* %a) { 66 !0 = !{void (float*)* @kernel_func, !"kernel", i32 1}
|
D | calling-conv.ll | 7 ; CHECK: .entry kernel_func 8 define ptx_kernel void @kernel_func(float* %a) {
|
/external/bcc/src/cc/api/ |
D | BPF.cc | 164 StatusTuple BPF::attach_kprobe(const std::string& kernel_func, in attach_kprobe() argument 168 std::string probe_event = get_kprobe_event(kernel_func, attach_type); in attach_kprobe() 176 kernel_func.c_str(), kernel_func_offset); in attach_kprobe() 182 kernel_func.c_str(), probe_func.c_str()); in attach_kprobe() 379 StatusTuple BPF::detach_kprobe(const std::string& kernel_func, in detach_kprobe() argument 381 std::string event = get_kprobe_event(kernel_func, attach_type); in detach_kprobe() 387 kernel_func.c_str()); in detach_kprobe() 616 std::string BPF::get_kprobe_event(const std::string& kernel_func, in get_kprobe_event() argument 619 res += sanitize_str(kernel_func, &BPF::kprobe_event_validator); in get_kprobe_event()
|
D | BPF.h | 60 StatusTuple attach_kprobe(const std::string& kernel_func, 65 const std::string& kernel_func, 180 std::string get_kprobe_event(const std::string& kernel_func,
|