Home
last modified time | relevance | path

Searched refs:attach_tracepoint_with_opts (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/tests/
Dtest.rs1695 .attach_tracepoint_with_opts("syscalls", "sys_enter_getpid", opts) in test_object_tracepoint_with_opts()
1838 .attach_tracepoint_with_opts("syscalls", "sys_enter_getpid", opts) in test_object_perf_buffer_raw()
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dprogram.rs881 pub fn attach_tracepoint_with_opts( in attach_tracepoint_with_opts() method