Home
last modified time | relevance | path

Searched refs:is_bpf_image (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dmap.h169 static inline bool is_bpf_image(const char *name) in is_bpf_image() function
H A Dmap.c267 return name && is_bpf_image(name); in __map__is_bpf_image()
H A Dmachine.c770 if (is_bpf_image(event->ksymbol.name)) { in machine__process_ksymbol_register()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmap.h237 static inline bool is_bpf_image(const char *name) in is_bpf_image() function
H A Dmap.c282 return name && is_bpf_image(name); in __map__is_bpf_image()
H A Dmachine.c939 if (is_bpf_image(event->ksymbol.name)) { in machine__process_ksymbol_register()

Completed in 12 milliseconds