Searched refs:t_buf (Results 1 – 5 of 5) sorted by relevance
38 #define xen_t_buf t_buf55 static DEFINE_PER_CPU_READ_MOSTLY(struct t_buf *, t_bufs);111 struct t_buf dummy_size; in calculate_tbuf_size()229 struct t_buf *buf; in alloc_trace_bufs()256 data_size = (pages * PAGE_SIZE - sizeof(struct t_buf)); in alloc_trace_bufs()504 static inline u32 calc_bytes_avail(const struct t_buf *buf) in calc_bytes_avail()531 x += sizeof(struct t_buf); in next_record()553 static inline void __insert_record(struct t_buf *buf, in __insert_record()622 static inline void insert_wrap_record(struct t_buf *buf, in insert_wrap_record()645 static inline void insert_lost_records(struct t_buf *buf) in insert_lost_records()[all …]
70 struct t_buf **meta; /* Pointers to trace buffer metadata */493 tbufs.meta = (struct t_buf **)calloc(num, sizeof(struct t_buf *)); in map_tbufs()670 struct t_buf **meta; /* pointers to the trace buffer metadata */ in monitor_tbufs()698 data_size = size - sizeof(struct t_buf); in monitor_tbufs()
89 struct t_buf **meta; /* Pointers to trace buffer metadata */396 tbufs.meta = (struct t_buf **)calloc(num, sizeof(struct t_buf *)); in map_tbufs()463 struct t_buf **meta; /* pointers to the trace buffer metadata */ in monitor_tbufs()487 data_size = size - sizeof(struct t_buf); in monitor_tbufs()
305 struct t_buf { struct
127 ? t_buf trace.h
Completed in 10 milliseconds