Home
last modified time | relevance | path

Searched defs:kprobe_insn_cache (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h15811 struct kprobe_insn_cache { struct
15812 struct mutex mutex;
15813 void * (*alloc)();
15814 void (*free)(void *);
15815 const char *sym;
15816 struct list_head pages;
15817 size_t insn_size;
15818 int nr_garbage;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h29867 struct kprobe_insn_cache { struct
29868 struct mutex mutex;
29869 void * (*alloc)();
29870 void (*free)(void *);
29871 const char *sym;
29872 struct list_head pages;
29873 size_t insn_size;
29874 int nr_garbage;