Home
last modified time | relevance | path

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

/include/linux/
A 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()
A Dtracepoint-defs.h14 struct static_call_key;
42 struct static_call_key *static_call_key; member
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 { argument
94 struct static_call_key { struct
A Dlsm_hooks.h52 struct static_call_key *key;
A Dtracepoint.h317 extern struct static_call_key STATIC_CALL_KEY(tp_func_##_name); \
324 .static_call_key = &STATIC_CALL_KEY(tp_func_##_name), \
A Dbpf.h1318 struct static_call_key *sc_key;

Completed in 21 milliseconds