Home
last modified time | relevance | path

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

/external/trace-cmd/tracecmd/
Dtrace-setup-guest.c70 snprintf(path, sizeof(path), GUEST_FIFO_FMT "%s", in make_guest_fifo()
138 snprintf(path, sizeof(path), GUEST_FIFO_FMT, guest, i); in attach_guest_fifos()
Dtrace-record.c3844 snprintf(path, sizeof(path), GUEST_FIFO_FMT ".out", guest, i); in open_guest_fifos()
/external/trace-cmd/tracecmd/include/
Dtrace-local.h23 #define GUEST_FIFO_FMT GUEST_DIR_FMT "/" GUEST_PIPE_NAME "%d" macro