| 140 | } |
| 141 | |
| 142 | static void print_trace_line(struct trace_key *key, struct strbuf *buf) |
| 143 | { |
| 144 | strbuf_complete_line(buf); |
| 145 | trace_write(key, buf->buf, buf->len); |
| 146 | } |
| 147 | |
| 148 | static void trace_vprintf_fl(const char *file, int line, struct trace_key *key, |
| 149 | const char *format, va_list ap) |
no test coverage detected