Home
last modified time | relevance | path

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

/linux-4.4.14/tools/virtio/virtio-trace/
Dtrace-agent.c111 static const char *make_path(int cpu_num, bool this_is_write_path) in make_path() argument
122 if (this_is_write_path) in make_path()
131 this_is_write_path ? "read" : "write", cpu_num, ret); in make_path()