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

/linux-master/include/linux/
H A Dtracepoint-defs.h14 struct static_call_key;
35 struct static_call_key *static_call_key; member in struct:tracepoint
H A Dstatic_call_types.h38 extern struct static_call_key STATIC_CALL_KEY(name); \
61 struct static_call_key { struct
76 struct static_call_key { struct
94 struct static_call_key { struct
H A Dstatic_call.h179 extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
187 struct static_call_key STATIC_CALL_KEY(name) = { \
195 struct static_call_key STATIC_CALL_KEY(name) = { \
203 struct static_call_key STATIC_CALL_KEY(name) = { \
232 struct static_call_key STATIC_CALL_KEY(name) = { \
239 struct static_call_key STATIC_CALL_KEY(name) = { \
246 struct static_call_key STATIC_CALL_KEY(name) = { \
254 void __static_call_update(struct static_call_key *key, void *tramp, void *func)
293 struct static_call_key STATIC_CALL_KEY(name) = { \
331 void __static_call_update(struct static_call_key *ke
[all...]
H A Dtracepoint.h306 extern struct static_call_key STATIC_CALL_KEY(tp_func_##_name); \
313 .static_call_key = &STATIC_CALL_KEY(tp_func_##_name), \
H A Dbpf.h1229 struct static_call_key *sc_key;
/linux-master/tools/include/linux/
H A Dstatic_call_types.h38 extern struct static_call_key STATIC_CALL_KEY(name); \
61 struct static_call_key { struct
76 struct static_call_key { struct
94 struct static_call_key { struct
/linux-master/kernel/
H A Dstatic_call_inline.c54 static inline struct static_call_key *static_call_key(const struct static_call_site *site) function
80 const struct static_call_key *key_a = static_call_key(a);
81 const struct static_call_key *key_b = static_call_key(b);
113 static inline bool static_call_key_has_mods(struct static_call_key *key)
118 static inline struct static_call_mod *static_call_key_next(struct static_call_key *key)
126 static inline struct static_call_site *static_call_key_sites(struct static_call_key *key)
134 void __static_call_update(struct static_call_key *ke
[all...]
H A Dtracepoint.c313 if (!tp->static_call_key)
317 __static_call_update(tp->static_call_key, tp->static_call_tramp, func);

Completed in 175 milliseconds