Home
last modified time | relevance | path

Searched defs:is_return (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/bcc/tools/lib/
H A Duflow.py103 def enable_probe(probe_name, func_name, read_class, read_method, is_return): argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dkprobe_multi.c39 static void kprobe_multi_check(void *ctx, bool is_return) in kprobe_multi_check()
/aosp_15_r20/external/bcc/src/cc/
H A Dlibbpf.c1096 int pid, const char *event_type, int is_return, in bpf_try_perf_event_open_with_probe()
/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc1620 bool is_return = false; in VerifyInstructions() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.h3611 bool is_return; member