Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-file.h33 #define PF_FL_UPROBE 1 macro
H A Dprobe-file.c142 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()
H A Dprobe-event.c2896 fd = probe_file__open(PF_FL_RW | (uprobe ? PF_FL_UPROBE : 0)); in __open_probe_file_and_namelist()