Searched refs:UPROBE_COPY_INSN (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/events/
H A Duprobes.c52 #define UPROBE_COPY_INSN 0 macro
837 if (test_bit(UPROBE_COPY_INSN, &uprobe->flags))
842 if (test_bit(UPROBE_COPY_INSN, &uprobe->flags))
858 set_bit(UPROBE_COPY_INSN, &uprobe->flags);
2220 if (unlikely(!test_bit(UPROBE_COPY_INSN, &uprobe->flags)))
2226 * Guarantees that if we see the UPROBE_COPY_INSN bit set, then

Completed in 86 milliseconds