Home
last modified time | relevance | path

Searched refs:call (Results 1 – 19 of 19) sorted by relevance

/include/trace/
A Dtrace_custom_events.h63 struct trace_custom_event_data_offsets_##call { \
84 struct trace_custom_event_raw_##call *field; \
98 .trace = trace_custom_raw_output_##call, \
148 struct trace_custom_event_raw_##call *entry; \
189 static char custom_print_fmt_##call[] = print; \
192 .fields_array = trace_custom_event_fields_##call, \
195 .probe = trace_custom_event_raw_event_##call, \
203 .name = #call, \
211 if (tp->name && strcmp(tp->name, #call) == 0) { \
212 custom_event_##call.tp = tp; \
[all …]
A Dtrace_events.h224 .trace = trace_raw_output_##call, \
392 #define _TRACE_PERF_INIT(call) \ argument
393 .perf_probe = perf_trace_##call,
396 #define _TRACE_PERF_PROTO(call, proto) argument
397 #define _TRACE_PERF_INIT(call) argument
485 _TRACE_PERF_INIT(call) \
497 .tp = &__tracepoint_##call, \
504 __section("_ftrace_events") *__event_##call = &event_##call
514 .tp = &__tracepoint_##call, \
517 .print_fmt = print_fmt_##call, \
[all …]
A Dbpf_probe.h45 #define __BPF_DECLARE_TRACE(call, proto, args) \ argument
47 __bpf_trace_##call(void *__data, proto) \
58 __bpf_trace_##call(void *__data, proto) \
76 static inline void bpf_test_probe_##call(void) \
83 btf_trace_##call handler; \
84 } __bpf_trace_tp_map_##call __used \
87 .tp = &__tracepoint_##call, \
97 static inline void bpf_test_buffer_##call(void) \
121 #define DECLARE_TRACE(call, proto, args) \ argument
123 __DEFINE_EVENT(call##_tp, call##_tp, PARAMS(proto), PARAMS(args), 0)
[all …]
A Dperf.h16 #define __DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
18 do_perf_trace_##call(void *__data, proto) \
21 struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\
22 struct trace_event_raw_##call *entry; \
69 perf_trace_##call(void *__data, proto) \
74 do_perf_trace_##call(__data, args); \
82 perf_trace_##call(void *__data, proto) \
89 do_perf_trace_##call(__data, args); \
99 #define DEFINE_EVENT(template, call, proto, args) \ argument
100 static inline void perf_test_probe_##call(void) \
[all …]
/include/linux/
A Ddelayed_call.h18 static inline void set_delayed_call(struct delayed_call *call, in set_delayed_call() argument
21 call->fn = fn; in set_delayed_call()
22 call->arg = arg; in set_delayed_call()
25 static inline void do_delayed_call(struct delayed_call *call) in do_delayed_call() argument
27 if (call->fn) in do_delayed_call()
28 call->fn(call->arg); in do_delayed_call()
31 static inline void clear_delayed_call(struct delayed_call *call) in clear_delayed_call() argument
33 call->fn = NULL; in clear_delayed_call()
A Dtrace_events.h418 if (call->flags & TRACE_EVENT_FL_DYNAMIC) in trace_event_try_get_ref()
419 return trace_event_dyn_try_get_ref(call); in trace_event_try_get_ref()
421 return try_module_get(call->module); in trace_event_try_get_ref()
426 if (call->flags & TRACE_EVENT_FL_DYNAMIC) in trace_event_put_ref()
427 trace_event_dyn_put_ref(call); in trace_event_put_ref()
429 module_put(call->module); in trace_event_put_ref()
452 return !!READ_ONCE(call->prog_array); in bpf_prog_array_valid()
459 if (call->flags & TRACE_EVENT_FL_CUSTOM) in trace_event_name()
460 return call->name; in trace_event_name()
462 return call->tp ? call->tp->name : NULL; in trace_event_name()
[all …]
A Dsyscalls.h1177 asmlinkage long sys_socketcall(int call, unsigned long __user *args);
1204 asmlinkage long sys_ipc(unsigned int call, int first, unsigned long second,
1255 int ksys_ipc(unsigned int call, int first, unsigned long second,
1257 int compat_ksys_ipc(u32 call, int first, int second,
A Dcompat.h861 asmlinkage long compat_sys_socketcall(int call, u32 __user *args);
/include/trace/events/
A Drxrpc.h980 __entry->call = call->debug_id;
1009 __entry->call = call->debug_id;
1047 __entry->call = call->debug_id;
1083 __entry->call = call->debug_id;
1110 __entry->call = call;
1140 __entry->call = call->debug_id;
1174 __entry->call = call->debug_id;
1364 __entry->call = call->debug_id;
1427 __entry->call = call->debug_id;
1466 __entry->call = call;
[all …]
A Dafs.h618 __entry->call = call->debug_id;
647 __entry->call = call->debug_id;
671 __entry->call = call->debug_id;
730 __entry->call = call->debug_id;
763 __entry->call = call->debug_id;
799 __entry->call = call->debug_id;
838 __entry->call = call->debug_id;
874 __entry->call = call->debug_id;
896 __entry->call = call->debug_id;
1209 __entry->call = call ? call->debug_id : 0;
[all …]
A Dbpf_test_run.h46 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
47 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \
51 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument
52 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
A Dnbd.h85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
86 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \
90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument
91 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
A Drpcrdma.h1480 DEFINE_CALLBACK_EVENT(call);
A Dsunrpc.h301 DEFINE_RPC_STATUS_EVENT(call);
/include/net/
A Daf_rxrpc.h41 void (*notify_new_call)(struct sock *sk, struct rxrpc_call *call,
43 void (*discard_new_call)(struct rxrpc_call *call, unsigned long user_call_ID);
44 void (*user_attach_call)(struct rxrpc_call *call, unsigned long user_call_ID);
74 void rxrpc_kernel_shutdown_call(struct socket *sock, struct rxrpc_call *call);
75 void rxrpc_kernel_put_call(struct socket *sock, struct rxrpc_call *call);
80 struct rxrpc_peer *rxrpc_kernel_get_call_peer(struct socket *sock, struct rxrpc_call *call);
112 u8 rxrpc_kernel_query_call_security(struct rxrpc_call *call,
A Dax25.h167 ax25_address call; member
/include/drm/
A DMakefile18 $(call if_changed_dep,hdrtest)
/include/xen/arm/
A Dhypercall.h44 long privcmd_call(unsigned call, unsigned long a1,
/include/linux/netfilter/
A Dnfnetlink.h26 int (*call)(struct sk_buff *skb, const struct nfnl_info *info, member

Completed in 42 milliseconds