Searched refs:bcc_elf_probecb (Results 1 – 3 of 3) sorted by relevance
/external/bcc/src/cc/includes/ |
D | bcc_elf.h | 36 typedef void (*bcc_elf_probecb)(const char *, const struct bcc_elf_usdt *, typedef 47 int bcc_elf_foreach_usdt(const char *path, bcc_elf_probecb callback,
|
/external/bcc/src/cc/ |
D | bcc_elf.h | 36 typedef void (*bcc_elf_probecb)(const char *, const struct bcc_elf_usdt *, typedef 47 int bcc_elf_foreach_usdt(const char *path, bcc_elf_probecb callback,
|
D | bcc_elf.c | 87 bcc_elf_probecb callback, const char *binpath, in do_note_segment() 126 static int listprobes(Elf *e, bcc_elf_probecb callback, const char *binpath, in listprobes() 172 int bcc_elf_foreach_usdt(const char *path, bcc_elf_probecb callback, in bcc_elf_foreach_usdt()
|