Searched refs:static_call_key (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/include/linux/ |
D | static_call.h | 177 extern void __static_call_update(struct static_call_key *key, void *tramp, void *func); 185 struct static_call_key STATIC_CALL_KEY(name) = { \ 193 struct static_call_key STATIC_CALL_KEY(name) = { \ 222 struct static_call_key STATIC_CALL_KEY(name) = { \ 229 struct static_call_key STATIC_CALL_KEY(name) = { \ 238 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() 280 struct static_call_key STATIC_CALL_KEY(name) = { \ 286 struct static_call_key STATIC_CALL_KEY(name) = { \ 315 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update()
|
D | static_call_types.h | 38 extern struct static_call_key STATIC_CALL_KEY(name); \ 61 struct static_call_key { struct 76 struct static_call_key { argument 94 struct static_call_key { struct
|
D | tracepoint-defs.h | 14 struct static_call_key; 35 struct static_call_key *static_call_key; member
|
D | tracepoint.h | 296 extern struct static_call_key STATIC_CALL_KEY(tp_func_##_name); \ 302 .static_call_key = &STATIC_CALL_KEY(tp_func_##_name), \
|
/Linux-v5.15/kernel/ |
D | static_call.c | 43 static inline struct static_call_key *static_call_key(const struct static_call_site *site) in static_call_key() function 69 const struct static_call_key *key_a = static_call_key(a); in static_call_site_cmp() 70 const struct static_call_key *key_b = static_call_key(b); in static_call_site_cmp() 102 static inline bool static_call_key_has_mods(struct static_call_key *key) in static_call_key_has_mods() 107 static inline struct static_call_mod *static_call_key_next(struct static_call_key *key) in static_call_key_next() 115 static inline struct static_call_site *static_call_key_sites(struct static_call_key *key) in static_call_key_sites() 123 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() 177 site < stop && static_call_key(site) == key; site++) { in __static_call_update() 214 struct static_call_key *key, *prev_key = NULL; in __static_call_init() 229 key = static_call_key(site); in __static_call_init() [all …]
|
D | tracepoint.c | 313 if (!tp->static_call_key) in tracepoint_update_call() 317 __static_call_update(tp->static_call_key, tp->static_call_tramp, func); in tracepoint_update_call()
|
/Linux-v5.15/tools/include/linux/ |
D | static_call_types.h | 38 extern struct static_call_key STATIC_CALL_KEY(name); \ 61 struct static_call_key { struct 76 struct static_call_key { argument 94 struct static_call_key { struct
|