Home
last modified time | relevance | path

Searched refs:static_call_key (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dstatic_call.h131 struct static_call_key { struct
147 extern void __static_call_update(struct static_call_key *key, void *tramp, void *func); argument
153 struct static_call_key STATIC_CALL_KEY(name) = { \
161 struct static_call_key STATIC_CALL_KEY(name) = { \
188 struct static_call_key { struct
194 struct static_call_key STATIC_CALL_KEY(name) = { \ argument
201 struct static_call_key STATIC_CALL_KEY(name) = { \
209 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update()
239 struct static_call_key { struct
245 struct static_call_key STATIC_CALL_KEY(name) = { \ argument
[all …]
H A Dtracepoint-defs.h14 struct static_call_key;
35 struct static_call_key *static_call_key; member
H A Dstatic_call_types.h38 extern struct static_call_key STATIC_CALL_KEY(name); \
H A Dtracepoint.h300 extern struct static_call_key STATIC_CALL_KEY(tp_func_##_name); \
306 .static_call_key = &STATIC_CALL_KEY(tp_func_##_name), \
/OK3568_Linux_fs/kernel/kernel/
H A Dstatic_call.c43 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 …]
H A Dtracepoint.c334 if (!tp->static_call_key) in tracepoint_update_call()
338 __static_call_update(tp->static_call_key, tp->static_call_tramp, func); in tracepoint_update_call()
/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dvendor_hooks.h25 extern struct static_call_key STATIC_CALL_KEY(tp_func_##_name); \
31 .static_call_key = &STATIC_CALL_KEY(tp_func_##_name), \
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dstatic_call_types.h38 extern struct static_call_key STATIC_CALL_KEY(name); \