Home
last modified time | relevance | path

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

/openbmc/linux/kernel/events/
H A Duprobes.c673 static struct uprobe *find_uprobe(struct inode *inode, loff_t offset) in find_uprobe()
935 * will recheck the current insn and restart if find_uprobe() fails. in delete_uprobe()
1111 uprobe = find_uprobe(inode, offset); in uprobe_unregister()
1222 uprobe = find_uprobe(inode, offset); in uprobe_apply()
2056 uprobe = find_uprobe(inode, offset); in find_active_uprobe()
668 static struct uprobe *find_uprobe(struct inode *inode, loff_t offset) find_uprobe() function