X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Flttng-elf.h;h=c3e6eba671168f44739a912048270dca28601fbf;hp=9258072393d504b898282613057e0bf8d2c892bd;hb=8bd52288b87c954916e836066241790f23e9d5e6;hpb=394357fe3de7a15a81b5a25bddf3d82a64c1f65a;ds=sidebyside diff --git a/src/common/lttng-elf.h b/src/common/lttng-elf.h index 925807239..c3e6eba67 100644 --- a/src/common/lttng-elf.h +++ b/src/common/lttng-elf.h @@ -21,4 +21,7 @@ int lttng_elf_get_symbol_offset(int fd, char *symbol, uint64_t *offset); +int lttng_elf_get_sdt_probe_offsets(int fd, const char *provider_name, + const char *probe_name, uint64_t **offsets, uint32_t *nb_probe); + #endif /* _LTTNG_ELF_H */