Searched refs:PF_FL_UPROBE (Results 1 – 3 of 3) sorted by relevance
33 #define PF_FL_UPROBE 1 macro
142 if (flag & PF_FL_UPROBE) in probe_file__open()147 print_open_warning(fd, flag & PF_FL_UPROBE, flag & PF_FL_RW); in probe_file__open()
2896 fd = probe_file__open(PF_FL_RW | (uprobe ? PF_FL_UPROBE : 0)); in __open_probe_file_and_namelist()