Home
last modified time | relevance | path

Searched refs:file_sync_entry (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dfsslower.c249 bpf_program__set_autoload(obj->progs.file_sync_entry, false); in disable_kprobes()
280 …obj->links.file_sync_entry = bpf_program__attach_kprobe(obj->progs.file_sync_entry, false, cfg->op… in attach_kprobes()
281 if (!obj->links.file_sync_entry) in attach_kprobes()
H A Dfsdist.c290 bpf_program__set_autoload(obj->progs.file_sync_entry, false); in disable_kprobes()
323 …obj->links.file_sync_entry = bpf_program__attach_kprobe(obj->progs.file_sync_entry, false, cfg->op… in attach_kprobes()
324 if (!obj->links.file_sync_entry) in attach_kprobes()
H A Dfsdist.bpf.c110 int BPF_KPROBE(file_sync_entry) in BPF_KPROBE() argument
H A Dfsslower.bpf.c143 int BPF_KPROBE(file_sync_entry, struct file *file, loff_t start, loff_t end) in BPF_KPROBE() argument