Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/src/cc/includes/
H A Dbcc_perf_map.h28 typedef int (*bcc_perf_map_symcb)(const char *, uint64_t, uint64_t, void *); typedef
35 int bcc_perf_map_foreach_sym(const char *path, bcc_perf_map_symcb callback,
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_perf_map.h28 typedef int (*bcc_perf_map_symcb)(const char *, uint64_t, uint64_t, void *); typedef
35 int bcc_perf_map_foreach_sym(const char *path, bcc_perf_map_symcb callback,
H A Dbcc_perf_map.c83 int bcc_perf_map_foreach_sym(const char *path, bcc_perf_map_symcb callback, in bcc_perf_map_foreach_sym()