call 5 arch/x86/include/asm/context_tracking.h # define SCHEDULE_USER call schedule_user call 7 arch/x86/include/asm/context_tracking.h # define SCHEDULE_USER call schedule call 170 arch/x86/include/asm/irqflags.h #define ARCH_LOCKDEP_SYS_EXIT call lockdep_sys_exit_thunk call 185 arch/x86/include/asm/irqflags.h call lockdep_sys_exit; \ call 194 arch/x86/include/asm/irqflags.h # define TRACE_IRQS_ON call trace_hardirqs_on_thunk; call 195 arch/x86/include/asm/irqflags.h # define TRACE_IRQS_OFF call trace_hardirqs_off_thunk; call 48 arch/x86/include/asm/lguest_hcall.h hcall(unsigned long call, call 55 arch/x86/include/asm/lguest_hcall.h : "=a"(call) call 57 arch/x86/include/asm/lguest_hcall.h : "a"(call), "b"(arg1), "c"(arg2), "d"(arg3), "S"(arg4) call 62 arch/x86/include/asm/lguest_hcall.h return call; call 919 arch/x86/include/asm/paravirt.h call PARA_INDIRECT(pv_irq_ops+PV_IRQ_irq_disable); \ call 925 arch/x86/include/asm/paravirt.h call PARA_INDIRECT(pv_irq_ops+PV_IRQ_irq_enable); \ call 936 arch/x86/include/asm/paravirt.h call PARA_INDIRECT(pv_cpu_ops+PV_CPU_read_cr0); \ call 964 arch/x86/include/asm/paravirt.h call PARA_INDIRECT(pv_cpu_ops+PV_CPU_swapgs) \ call 968 arch/x86/include/asm/paravirt.h call PARA_INDIRECT(pv_mmu_ops+PV_MMU_read_cr2) call 973 arch/x86/include/asm/paravirt.h call PARA_INDIRECT(pv_irq_ops+PV_IRQ_adjust_exception_frame)) call 208 arch/x86/include/asm/xen/hypercall.h privcmd_call(unsigned call, call 218 arch/x86/include/asm/xen/hypercall.h : [call] "a" (&hypercall_page[call]) call 94 include/linux/arcdevice.h #define TIME(name, bytes, call) BUGLVL(D_TIMING) { \ call 97 include/linux/arcdevice.h call; \ call 106 include/linux/arcdevice.h call;\ call 662 include/linux/compat.h asmlinkage long compat_sys_socketcall(int call, u32 __user *args); call 298 include/linux/ftrace_event.h ftrace_event_name(struct ftrace_event_call *call) call 300 include/linux/ftrace_event.h if (call->flags & TRACE_EVENT_FL_TRACEPOINT) call 301 include/linux/ftrace_event.h return call->tp ? call->tp->name : NULL; call 303 include/linux/ftrace_event.h return call->name; call 411 include/linux/ftrace_event.h extern int call_filter_check_discard(struct ftrace_event_call *call, void *rec, call 544 include/linux/ftrace_event.h extern int trace_event_raw_init(struct ftrace_event_call *call); call 545 include/linux/ftrace_event.h extern int trace_define_field(struct ftrace_event_call *call, const char *type, call 548 include/linux/ftrace_event.h extern int trace_add_event_call(struct ftrace_event_call *call); call 549 include/linux/ftrace_event.h extern int trace_remove_event_call(struct ftrace_event_call *call); call 11 include/linux/netfilter/nfnetlink.h int (*call)(struct sock *nl, struct sk_buff *skb, call 616 include/linux/syscalls.h asmlinkage long sys_socketcall(int call, unsigned long __user *args); call 671 include/linux/syscalls.h asmlinkage long sys_ipc(unsigned int call, int first, unsigned long second, call 161 include/net/ax25.h ax25_address call; call 150 include/trace/ftrace.h #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ call 151 include/trace/ftrace.h struct ftrace_data_offsets_##call { \ call 267 include/trace/ftrace.h #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ call 269 include/trace/ftrace.h ftrace_raw_output_##call(struct trace_iterator *iter, int flags, \ call 274 include/trace/ftrace.h struct ftrace_raw_##call *field; \ call 289 include/trace/ftrace.h static struct trace_event_functions ftrace_event_type_funcs_##call = { \ call 290 include/trace/ftrace.h .trace = ftrace_raw_output_##call, \ call 294 include/trace/ftrace.h #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ call 296 include/trace/ftrace.h ftrace_raw_output_##call(struct trace_iterator *iter, int flags, \ call 305 include/trace/ftrace.h if (entry->type != event_##call.event.type) { \ call 313 include/trace/ftrace.h return ftrace_output_call(iter, #call, print); \ call 315 include/trace/ftrace.h static struct trace_event_functions ftrace_event_type_funcs_##call = { \ call 316 include/trace/ftrace.h .trace = ftrace_raw_output_##call, \ call 372 include/trace/ftrace.h #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ call 374 include/trace/ftrace.h ftrace_define_fields_##call(struct ftrace_event_call *event_call) \ call 376 include/trace/ftrace.h struct ftrace_raw_##call field; \ call 451 include/trace/ftrace.h #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ call 452 include/trace/ftrace.h static inline notrace int ftrace_get_offsets_##call( \ call 453 include/trace/ftrace.h struct ftrace_data_offsets_##call *__data_offsets, proto) \ call 457 include/trace/ftrace.h struct ftrace_raw_##call __maybe_unused *entry; \ call 565 include/trace/ftrace.h #define _TRACE_PERF_PROTO(call, proto) \ call 567 include/trace/ftrace.h perf_trace_##call(void *__data, proto); call 569 include/trace/ftrace.h #define _TRACE_PERF_INIT(call) \ call 570 include/trace/ftrace.h .perf_probe = perf_trace_##call, call 573 include/trace/ftrace.h #define _TRACE_PERF_PROTO(call, proto) call 574 include/trace/ftrace.h #define _TRACE_PERF_INIT(call) call 623 include/trace/ftrace.h #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ call 626 include/trace/ftrace.h ftrace_raw_event_##call(void *__data, proto) \ call 629 include/trace/ftrace.h struct ftrace_data_offsets_##call __maybe_unused __data_offsets;\ call 631 include/trace/ftrace.h struct ftrace_raw_##call *entry; \ call 637 include/trace/ftrace.h __data_size = ftrace_get_offsets_##call(&__data_offsets, args); \ call 658 include/trace/ftrace.h #define DEFINE_EVENT(template, call, proto, args) \ call 659 include/trace/ftrace.h static inline void ftrace_test_probe_##call(void) \ call 661 include/trace/ftrace.h check_trace_callback_type_##call(ftrace_raw_event_##template); \ call 684 include/trace/ftrace.h #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ call 685 include/trace/ftrace.h _TRACE_PERF_PROTO(call, PARAMS(proto)); \ call 686 include/trace/ftrace.h static const char print_fmt_##call[] = print; \ call 687 include/trace/ftrace.h static struct ftrace_event_class __used __refdata event_class_##call = { \ call 689 include/trace/ftrace.h .define_fields = ftrace_define_fields_##call, \ call 690 include/trace/ftrace.h .fields = LIST_HEAD_INIT(event_class_##call.fields),\ call 692 include/trace/ftrace.h .probe = ftrace_raw_event_##call, \ call 694 include/trace/ftrace.h _TRACE_PERF_INIT(call) \ call 698 include/trace/ftrace.h #define DEFINE_EVENT(template, call, proto, args) \ call 700 include/trace/ftrace.h static struct ftrace_event_call __used event_##call = { \ call 703 include/trace/ftrace.h .tp = &__tracepoint_##call, \ call 710 include/trace/ftrace.h __attribute__((section("_ftrace_events"))) *__event_##call = &event_##call call 713 include/trace/ftrace.h #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ call 715 include/trace/ftrace.h static const char print_fmt_##call[] = print; \ call 717 include/trace/ftrace.h static struct ftrace_event_call __used event_##call = { \ call 720 include/trace/ftrace.h .tp = &__tracepoint_##call, \ call 722 include/trace/ftrace.h .event.funcs = &ftrace_event_type_funcs_##call, \ call 723 include/trace/ftrace.h .print_fmt = print_fmt_##call, \ call 727 include/trace/ftrace.h __attribute__((section("_ftrace_events"))) *__event_##call = &event_##call call 761 include/trace/ftrace.h #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ call 763 include/trace/ftrace.h perf_trace_##call(void *__data, proto) \ call 766 include/trace/ftrace.h struct ftrace_data_offsets_##call __maybe_unused __data_offsets;\ call 767 include/trace/ftrace.h struct ftrace_raw_##call *entry; \ call 776 include/trace/ftrace.h __data_size = ftrace_get_offsets_##call(&__data_offsets, args); \ call 807 include/trace/ftrace.h #define DEFINE_EVENT(template, call, proto, args) \ call 808 include/trace/ftrace.h static inline void perf_test_probe_##call(void) \ call 810 include/trace/ftrace.h check_trace_callback_type_##call(perf_trace_##template); \