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

/linux-4.4.14/tools/perf/util/
H A Dprobe-file.h8 #define PF_FL_UPROBE 1 macro
H A Dprobe-file.c107 if (flag & PF_FL_UPROBE) probe_file__open()
112 print_open_warning(fd, flag & PF_FL_UPROBE); probe_file__open()
H A Dprobe-event.c2426 fd = probe_file__open(PF_FL_RW | (pev->uprobes ? PF_FL_UPROBE : 0)); __add_probe_trace_events()

Completed in 155 milliseconds