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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_kprobe.c270 struct symbol_cache { struct
276 static unsigned long update_symbol_cache(struct symbol_cache *sc)
284 static void free_symbol_cache(struct symbol_cache *sc)
290 static struct symbol_cache *alloc_symbol_cache(const char *sym, long offset)
292 struct symbol_cache *sc;
296 sc = kzalloc(sizeof(struct symbol_cache), GFP_KERNEL);
315 struct symbol_cache *sc = data; \

Completed in 116 milliseconds