Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbcc_elf.h41 typedef void (*bcc_elf_probecb)(const char *, const struct bcc_elf_usdt *, typedef
55 int bcc_elf_foreach_usdt(const char *path, bcc_elf_probecb callback,
Dbcc_elf.c98 bcc_elf_probecb callback, const char *binpath, in do_note_segment()
137 static int listprobes(Elf *e, bcc_elf_probecb callback, const char *binpath, in listprobes()
198 int bcc_elf_foreach_usdt(const char *path, bcc_elf_probecb callback, in bcc_elf_foreach_usdt()
/external/bcc/src/cc/includes/
Dbcc_elf.h41 typedef void (*bcc_elf_probecb)(const char *, const struct bcc_elf_usdt *, typedef
55 int bcc_elf_foreach_usdt(const char *path, bcc_elf_probecb callback,