Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-file.h33 #define PF_FL_UPROBE 1 macro
H A Dprobe-file.c107 if (flag & PF_FL_UPROBE) in probe_file__open()
112 print_open_warning(fd, flag & PF_FL_UPROBE); in probe_file__open()
H A Dprobe-event.c2837 fd = probe_file__open(PF_FL_RW | (uprobe ? PF_FL_UPROBE : 0)); in __open_probe_file_and_namelist()
/kernel/linux/linux-6.6/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.c2885 fd = probe_file__open(PF_FL_RW | (uprobe ? PF_FL_UPROBE : 0)); in __open_probe_file_and_namelist()

Completed in 12 milliseconds