Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dbpf_map.h11 int bpf_map__fprintf(struct bpf_map *map, FILE *fp);
15 static inline int bpf_map__fprintf(struct bpf_map *map __maybe_unused, FILE *fp __maybe_unused) in bpf_map__fprintf() function
Dbpf_map.c29 int bpf_map__fprintf(struct bpf_map *map, FILE *fp) in bpf_map__fprintf() function
/linux-6.1.9/tools/perf/
Dbuiltin-trace.c4085 bpf_map__fprintf(trace->dump.map, trace->output);