Home
last modified time | relevance | path

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

/include/linux/
Dstatic_call.h181 extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
189 struct static_call_key STATIC_CALL_KEY(name) = { \
197 struct static_call_key STATIC_CALL_KEY(name) = { \
205 struct static_call_key STATIC_CALL_KEY(name) = { \
236 struct static_call_key STATIC_CALL_KEY(name) = { \
243 struct static_call_key STATIC_CALL_KEY(name) = { \
250 struct static_call_key STATIC_CALL_KEY(name) = { \
258 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update()
299 struct static_call_key STATIC_CALL_KEY(name) = { \
337 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update()
Dtracepoint-defs.h14 struct static_call_key;
35 struct static_call_key *static_call_key; member
Dstatic_call_types.h38 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 { argument
Dlsm_hooks.h52 struct static_call_key *key;
Dtracepoint.h344 extern struct static_call_key STATIC_CALL_KEY(tp_func_##_name); \
351 .static_call_key = &STATIC_CALL_KEY(tp_func_##_name), \
Dbpf.h1261 struct static_call_key *sc_key;
/include/trace/hooks/
Dvendor_hooks.h25 extern struct static_call_key STATIC_CALL_KEY(tp_func_##_name); \
31 .static_call_key = &STATIC_CALL_KEY(tp_func_##_name), \