Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dmap.h246 static inline bool is_bpf_image(const char *name) in is_bpf_image() function
H A Dmap.c281 return name && is_bpf_image(name); in __map__is_bpf_image()
H A Dmachine.c729 if (is_bpf_image(event->ksymbol.name)) { in machine__process_ksymbol_register()