Home
last modified time | relevance | path

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

/linux/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.c723 if (is_bpf_image(event->ksymbol.name)) { in machine__process_ksymbol_register()