Lines Matching refs:trace_buf
134 struct trace_buf { struct
144 struct trace_buf *prev; argument
1153 static inline struct trace_buf *alloc_trace_buf(int cpu, int bufsize) in alloc_trace_buf()
1155 struct trace_buf *tbp; in alloc_trace_buf()
1206 struct trace_buf **tbpp) in add_trace_buf()
1208 struct trace_buf *tbp = *tbpp; in add_trace_buf()
1299 static int flush_subbuf_net(struct trace_buf *tbp) in flush_subbuf_net()
1316 struct trace_buf *tbp; in handle_list_net()
1321 tbp = list_entry(p, struct trace_buf, head); in handle_list_net()
1342 static struct trace_buf *tb_combine(struct trace_buf *prev, in tb_combine()
1343 struct trace_buf *tbp) in tb_combine()
1374 struct trace_buf *tbp, *prev; in handle_list_file()
1378 tbp = list_entry(p, struct trace_buf, head); in handle_list_file()
1797 struct trace_buf *tbp; in handle_pfds_entries()