Home
last modified time | relevance | path

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

/tools/perf/util/
Dllvm-utils.c95 read_from_pipe(const char *cmd, void **p_buf, size_t *p_read_sz) in read_from_pipe() argument
158 if (!p_buf) in read_from_pipe()
161 *p_buf = buf; in read_from_pipe()
171 if (p_buf) in read_from_pipe()
172 *p_buf = NULL; in read_from_pipe()