Implement SDT probe description parsing function
[lttng-tools.git] / src / common / lttng-elf.h
index 9258072393d504b898282613057e0bf8d2c892bd..c3e6eba671168f44739a912048270dca28601fbf 100644 (file)
@@ -21,4 +21,7 @@
 
 int lttng_elf_get_symbol_offset(int fd, char *symbol, uint64_t *offset);
 
 
 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 */
 #endif /* _LTTNG_ELF_H */
This page took 0.023606 seconds and 5 git commands to generate.