Home
last modified time | relevance | path

Searched refs:readwrite (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Dprobe-file.c74 int open_trace_file(const char *trace_file, bool readwrite) in open_trace_file() argument
81 pr_debug("Opening %s write=%d\n", buf, readwrite); in open_trace_file()
82 if (readwrite && !probe_event_dry_run) in open_trace_file()
93 static int open_kprobe_events(bool readwrite) in open_kprobe_events() argument
95 return open_trace_file("kprobe_events", readwrite); in open_kprobe_events()
98 static int open_uprobe_events(bool readwrite) in open_uprobe_events() argument
100 return open_trace_file("uprobe_events", readwrite); in open_uprobe_events()
Dprobe-file.h40 int open_trace_file(const char *trace_file, bool readwrite);