Lines Matching refs:file

46 void *tp_malloc(size_t size, const char *file, int line, const char *func)  in tp_malloc()  argument
51 mem->file = file; in tp_malloc()
92 mem->file, mem->line, mem->func, mem->mem, mem->size); in tp_mem_chk()
100 mem->file, mem->line, mem->func, mem->mem, in tp_mem_chk()
105 mem->file, mem->line, mem->func, mem->mem, in tp_mem_chk()
110 void tp_free(void *ptr, const char *file, int line, const char *func) in tp_free() argument
118 file, line, func, ptr); in tp_free()
125 void *tp_calloc(size_t nmemb, size_t size, const char *file, int line, in tp_calloc() argument
129 void *ptr = tp_malloc(bytes, file, line, func); in tp_calloc()
141 tp_dbg("len=%zu %s:%d", mem->size, mem->file, mem->line); in tp_mem_stat()
147 const char *file, int line, const char *func) in tp_nbuf_alloc() argument
155 tp_dbg("size=%d %p %s:%d %s()", nbuf->size, nbuf, file, line, func); in tp_nbuf_alloc()
158 tp_nbuf->file = file; in tp_nbuf_alloc()
166 struct net_buf *tp_nbuf_clone(struct net_buf *buf, const char *file, int line, in tp_nbuf_clone() argument
172 tp_dbg("size=%d %p %s:%d %s()", clone->size, clone, file, line, func); in tp_nbuf_clone()
175 tb->file = file; in tp_nbuf_clone()
184 void tp_nbuf_unref(struct net_buf *nbuf, const char *file, int line, in tp_nbuf_unref() argument
190 tp_dbg("len=%d %p %s:%d %s()", nbuf->len, nbuf, file, line, func); in tp_nbuf_unref()
199 tp_assert(found, "Invalid %s(%p): %s:%d", __func__, nbuf, file, line); in tp_nbuf_unref()
213 tp_dbg("%s:%d len=%d", tp_nbuf->file, tp_nbuf->line, in tp_nbuf_stat()
219 const char *file, int line) in tp_pkt_alloc() argument
227 tp_pkt->file = file; in tp_pkt_alloc()
233 struct net_pkt *tp_pkt_clone(struct net_pkt *pkt, const char *file, int line) in tp_pkt_clone() argument
240 tp_pkt->file = file; in tp_pkt_clone()
248 void tp_pkt_unref(struct net_pkt *pkt, const char *file, int line) in tp_pkt_unref() argument
260 tp_assert(found, "Invalid %s(%p): %s:%d", __func__, pkt, file, line); in tp_pkt_unref()
274 tp_dbg("%s:%d %p", pkt->file, pkt->line, pkt->pkt); in tp_pkt_stat()
284 (_seq)->file, (_seq)->line, (_seq)->func, \
289 const char *file, int line, const char *func) in tp_seq_track() argument
293 seq->file = file; in tp_seq_track()
410 const char *file, int line) in tp_output_pkt_alloc() argument
421 tp_pkt->file = file; in tp_output_pkt_alloc()
430 size_t data_len, const char *file, int line) in _tp_output() argument
433 file, line); in _tp_output()