Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/intel-pt-decoder/
Dintel-pt-log.c158 static void write_lines(const char *p, size_t n, FILE *fp, bool *remove_first) in write_lines() function
176 write_lines(b->buf + b->head, b->buf_sz - b->head, b->backend, &remove_first); in log_buf__dump()
178 write_lines(b->buf, b->head, b->backend, &remove_first); in log_buf__dump()