Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dprobe-file.h8 #define PF_FL_UPROBE 1 macro
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()
Dprobe-event.c2426 fd = probe_file__open(PF_FL_RW | (pev->uprobes ? PF_FL_UPROBE : 0)); in __add_probe_trace_events()