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

/linux-4.1.27/kernel/events/
H A Duprobes.c658 * set MMF_HAS_UPROBES in advance for uprobe_pre_sstep_notifier(), install_breakpoint()
661 first_uprobe = !test_bit(MMF_HAS_UPROBES, &mm->flags); install_breakpoint()
663 set_bit(MMF_HAS_UPROBES, &mm->flags); install_breakpoint()
669 clear_bit(MMF_HAS_UPROBES, &mm->flags); install_breakpoint()
823 } else if (test_bit(MMF_HAS_UPROBES, &mm->flags)) { register_for_each_vma()
1124 if (!test_bit(MMF_HAS_UPROBES, &vma->vm_mm->flags) || uprobe_munmap()
1249 if (test_bit(MMF_HAS_UPROBES, &oldmm->flags)) { uprobe_dup_mmap()
1250 set_bit(MMF_HAS_UPROBES, &newmm->flags); uprobe_dup_mmap()
1666 clear_bit(MMF_HAS_UPROBES, &mm->flags); mmf_recalc_uprobes()
1951 if (!test_bit(MMF_HAS_UPROBES, &current->mm->flags) && uprobe_pre_sstep_notifier()
/linux-4.1.27/include/linux/
H A Dsched.h500 #define MMF_HAS_UPROBES 19 /* has uprobes */ macro
501 #define MMF_RECALC_UPROBES 20 /* MMF_HAS_UPROBES can be wrong */

Completed in 140 milliseconds