Home
last modified time | relevance | path

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

/external/bcc/src/cc/includes/
Dbcc_elf.h36 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/
Dbcc_elf.h36 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,
Dbcc_elf.c87 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()