/linux/include/trace/ |
H A D | define_trace.h | 41 assign, print, reg, unreg) \ argument 46 assign, print, reg, unreg) \ argument 50 #define TRACE_EVENT_SYSCALL(name, proto, args, struct, assign, print, reg, unreg) \ argument 64 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
|
H A D | trace_events.h | 49 #define TRACE_EVENT_SYSCALL(name, proto, args, tstruct, assign, print, reg, unreg) \ argument 79 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 89 assign, print, reg, unreg) \ argument 95 assign, print, reg, unreg) \ argument
|
/linux/include/linux/ |
H A D | tracepoint.h | 420 #define DEFINE_TRACE_FN(name, reg, unreg, proto, args) argument 421 #define DEFINE_TRACE_SYSCALL(name, reg, unreg, proto, args) argument 601 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument 613 assign, print, reg, unreg) \ argument 616 assign, print, reg, unreg) \ argument 624 print, reg, unreg) \ argument
|
H A D | bpf.h | 1804 void (*unreg)(void *kdata, struct bpf_link *link); member
|
/linux/tools/testing/selftests/user_events/ |
H A D | ftrace_test.c | 125 struct user_unreg unreg = {0}; in clear() local 239 struct user_unreg unreg = {0}; in TEST_F() local
|
H A D | perf_test.c | 87 struct user_unreg unreg = {0}; in clear() local
|
H A D | dyn_test.c | 74 struct user_unreg unreg = {0}; in unreg_event() local
|
/linux/drivers/target/ |
H A D | target_core_pr.c | 2438 int unreg) in __core_scsi3_complete_pro_release() 3142 u64 sa_res_key, int aptpl, int unreg) in core_scsi3_emulate_pro_register_and_move() 3584 int spec_i_pt = 0, all_tg_pt = 0, unreg = 0; in target_scsi3_emulate_pr_out() local
|
/linux/net/netfilter/ |
H A D | core.c | 471 const struct nf_hook_ops *unreg) in nf_remove_net_hook()
|
/linux/kernel/trace/ |
H A D | trace.h | 1939 void (*unreg)(char *glob, member
|