Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_probe.h239 struct symbol_cache;
240 unsigned long update_symbol_cache(struct symbol_cache *sc);
241 void free_symbol_cache(struct symbol_cache *sc);
242 struct symbol_cache *alloc_symbol_cache(const char *sym, long offset);
254 struct symbol_cache { struct
256 static inline unsigned long __used update_symbol_cache(struct symbol_cache *sc) in update_symbol_cache()
261 static inline void __used free_symbol_cache(struct symbol_cache *sc) in free_symbol_cache()
265 static inline struct symbol_cache * __used
Dtrace_kprobe.c124 struct symbol_cache { struct
130 unsigned long update_symbol_cache(struct symbol_cache *sc) in update_symbol_cache() argument
140 void free_symbol_cache(struct symbol_cache *sc) in free_symbol_cache()
146 struct symbol_cache *alloc_symbol_cache(const char *sym, long offset) in alloc_symbol_cache()
148 struct symbol_cache *sc; in alloc_symbol_cache()
153 sc = kzalloc(sizeof(struct symbol_cache), GFP_KERNEL); in alloc_symbol_cache()
257 struct symbol_cache *sc = data; \