Searched refs:GUEST_FIFO_FMT (Results 1 – 3 of 3) sorted by relevance
/external/trace-cmd/tracecmd/ |
D | trace-setup-guest.c | 70 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()
|
D | trace-record.c | 3844 snprintf(path, sizeof(path), GUEST_FIFO_FMT ".out", guest, i); in open_guest_fifos()
|
/external/trace-cmd/tracecmd/include/ |
D | trace-local.h | 23 #define GUEST_FIFO_FMT GUEST_DIR_FMT "/" GUEST_PIPE_NAME "%d" macro
|