Searched refs:print_map (Results 1 – 7 of 7) sorted by relevance
/external/bcc/libbpf-tools/ |
D | biopattern.c | 112 static int print_map(struct bpf_map *counters, struct partitions *partitions) in print_map() function 226 err = print_map(obj->maps.counters, partitions); in main()
|
D | hardirqs.c | 120 static int print_map(struct bpf_map *map) in print_map() function 253 err = print_map(obj->maps.infos); in main()
|
D | biostacks.c | 98 void print_map(struct ksyms *ksyms, struct partitions *partitions, int fd) in print_map() function 215 print_map(ksyms, partitions, bpf_map__fd(obj->maps.hists)); in main()
|
D | llcstat.c | 130 static void print_map(struct bpf_map *map) in print_map() function 225 print_map(obj->maps.infos); in main()
|
D | tcprtt.c | 169 static int print_map(struct bpf_map *map) in print_map() function 287 err = print_map(obj->maps.hists); in main()
|
D | offcputime.c | 190 static void print_map(struct ksyms *ksyms, struct syms_cache *syms_cache, in print_map() function 333 print_map(ksyms, syms_cache, obj); in main()
|
/external/toybox/toys/pending/ |
D | tr.c | 211 static void print_map(char *set1, char *set2) in print_map() function 260 print_map(set1, set2); in tr_main()
|