Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dgenelf_debug.c39 struct buffer_ext { struct
46 buffer_ext_dump(struct buffer_ext *be, const char *msg) in buffer_ext_dump() argument
55 buffer_ext_add(struct buffer_ext *be, void *addr, size_t sz) in buffer_ext_add()
83 buffer_ext_init(struct buffer_ext *be) in buffer_ext_init()
91 buffer_ext_size(struct buffer_ext *be) in buffer_ext_size()
97 buffer_ext_addr(struct buffer_ext *be) in buffer_ext_addr()
179 static void emit_uword(struct buffer_ext *be, uword data) in emit_uword()
184 static void emit_string(struct buffer_ext *be, const char *s) in emit_string()
189 static void emit_unsigned_LEB128(struct buffer_ext *be, in emit_unsigned_LEB128()
201 static void emit_signed_LEB128(struct buffer_ext *be, long data) in emit_signed_LEB128()
[all …]