Searched refs:remove_first (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.c158 static void write_lines(const char *p, size_t n, FILE *fp, bool *remove_first) argument
160 if (*remove_first)
161 *remove_first = !remove_first_line(&p, &n);
167 bool remove_first = false; local
175 remove_first = true;
176 write_lines(b->buf + b->head, b->buf_sz - b->head, b->backend, &remove_first);
178 write_lines(b->buf, b->head, b->backend, &remove_first);

Completed in 104 milliseconds