Searched refs:probe_file__open_both (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/util/ |
H A D | probe-file.h | 42 int probe_file__open_both(int *kfd, int *ufd, int flag);
|
H A D | probe-file.c | 152 int probe_file__open_both(int *kfd, int *ufd, int flag) in probe_file__open_both() function
|
H A D | probe-event.c | 2722 ret = probe_file__open_both(&kp_fd, &up_fd, 0); in show_perf_probe_events() 3735 ret = probe_file__open_both(&kfd, &ufd, PF_FL_RW); in del_perf_probe_events()
|
/linux/tools/perf/ |
H A D | builtin-probe.c | 457 ret = probe_file__open_both(&kfd, &ufd, PF_FL_RW); in perf_del_probe_events()
|