Home
last modified time | relevance | path

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

/linux-6.15/kernel/events/
H A Duprobes.c696 static void hprobe_init_leased(struct hprobe *hprobe, struct uprobe *uprobe, int srcu_idx) in hprobe_init_leased() argument
700 hprobe->uprobe = uprobe; in hprobe_init_leased()
701 hprobe->srcu_idx = srcu_idx; in hprobe_init_leased()
705 static void hprobe_init_stable(struct hprobe *hprobe, struct uprobe *uprobe) in hprobe_init_stable() argument
708 hprobe->uprobe = uprobe; in hprobe_init_stable()
709 hprobe->srcu_idx = -1; in hprobe_init_stable()
727 return hprobe->uprobe; in hprobe_consume()
742 static void hprobe_finalize(struct hprobe *hprobe, enum hprobe_state hstate) in hprobe_finalize() argument
749 put_uprobe(hprobe->uprobe); in hprobe_finalize()
776 static struct uprobe *hprobe_expire(struct hprobe *hprobe, bool get) in hprobe_expire() argument
[all …]
/linux-6.15/include/linux/
H A Duprobes.h115 struct hprobe { struct
159 struct hprobe hprobe; member