Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h10054 struct kprobe_insn_cache { struct
10055 struct mutex mutex;
10056 void * (*alloc)();
10057 void (*free)(void *);
10058 const char *sym;
10059 struct list_head pages;
10060 size_t insn_size;
10061 int nr_garbage;