Home
last modified time | relevance | path

Searched refs:debug_obj (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
H A Ddebugobjects.c72 static struct debug_obj obj_static_pool[ODEBUG_POOL_SIZE] __initdata;
155 struct debug_obj *obj; in pool_move_batch()
185 struct debug_obj *obj; in pool_push_batch()
201 struct debug_obj *obj; in pool_pop_batch()
224 static struct debug_obj *__alloc_object(struct hlist_head *list) in __alloc_object()
226 struct debug_obj *obj; in __alloc_object()
249 static struct debug_obj *pcpu_alloc(void) in pcpu_alloc()
256 struct debug_obj *obj = __alloc_object(&pcp->objects); in pcpu_alloc()
290 static void pcpu_free(struct debug_obj *obj) in pcpu_free()
293 struct debug_obj *first; in pcpu_free()
[all …]
/linux/scripts/gdb/linux/
H A Dsymbols.py224 debug_obj = bpf.generate_debug_obj(ksym, self.bpf_progs.get(addr))
225 if debug_obj is None:
229 obj=debug_obj.name, addr=hex(addr))
232 debug_obj.close()
234 self.bpf_debug_objs[addr] = debug_obj
238 debug_obj = self.bpf_debug_objs.pop(addr, None)
239 if debug_obj is None:
245 cmdline = "remove-symbol-file {path}".format(path=debug_obj.name)
248 debug_obj.close()
/linux/include/linux/
H A Ddebugobjects.h29 struct debug_obj { struct