/openbmc/linux/include/trace/ |
H A D | define_trace.h | 28 DEFINE_TRACE(name, PARAMS(proto), PARAMS(args)) 33 PARAMS(proto), \ 34 PARAMS(args), \ 35 PARAMS(tstruct), \ 36 PARAMS(assign), \ 37 PARAMS(print)) 42 DEFINE_TRACE_FN(name, reg, unreg, PARAMS(proto), PARAMS(args)) 47 DEFINE_TRACE_FN(name, reg, unreg, PARAMS(proto), PARAMS(args)) 57 DEFINE_TRACE(name, PARAMS(proto), PARAMS(args)) 61 DEFINE_TRACE_FN(name, reg, unreg, PARAMS(proto), PARAMS(args)) [all …]
|
H A D | trace_events.h | 41 PARAMS(proto), \ 42 PARAMS(args), \ 43 PARAMS(tstruct), \ 44 PARAMS(assign), \ 45 PARAMS(print)); \ 46 DEFINE_EVENT(name, name, PARAMS(proto), PARAMS(args)); 67 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) 71 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) 77 TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ 78 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ [all …]
|
H A D | bpf_probe.h | 55 __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) 96 __CHECK_WRITABLE_BUF_SIZE(call, PARAMS(proto), PARAMS(args), size) \ 97 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), size) 101 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), 0) 105 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) 109 __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ 110 __DEFINE_EVENT(call, call, PARAMS(proto), PARAMS(args), 0) 114 __CHECK_WRITABLE_BUF_SIZE(call, PARAMS(proto), PARAMS(args), size) \ 115 __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) \ 116 __DEFINE_EVENT(call, call, PARAMS(proto), PARAMS(args), size)
|
H A D | trace_custom_events.h | 29 PARAMS(proto), \ 30 PARAMS(args), \ 31 PARAMS(tstruct), \ 32 PARAMS(assign), \ 33 PARAMS(print)); \ 34 DEFINE_CUSTOM_EVENT(name, name, PARAMS(proto), PARAMS(args));
|
H A D | perf.h | 73 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
/openbmc/linux/include/linux/ |
H A D | tracepoint.h | 106 #ifndef PARAMS 107 #define PARAMS(args...) args macro 265 __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \ 266 PARAMS(cond)) \ 341 DEFINE_TRACE_FN(name, NULL, NULL, PARAMS(proto), PARAMS(args)); 432 __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ 434 PARAMS(void *__data, proto)) 437 __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ 438 cpu_online(raw_smp_processor_id()) && (PARAMS(cond)), \ 439 PARAMS(void *__data, proto)) [all …]
|
/openbmc/linux/include/trace/events/ |
H A D | bpf_test_run.h | 30 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \ 31 PARAMS(args), size) 35 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
|
H A D | nbd.h | 86 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \ 87 PARAMS(args), size) 91 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
|
/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/ |
H A D | bpf_testmod-events.h | 40 DECLARE_TRACE_WRITABLE(call, PARAMS(proto), PARAMS(args), size) 43 DECLARE_TRACE(call, PARAMS(proto), PARAMS(args))
|
/openbmc/linux/kernel/trace/ |
H A D | trace_export.c | 33 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print)) 84 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print)) 194 PARAMS(tstruct), PARAMS(print), NULL)
|
H A D | trace.h | 114 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print)) 118 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print)) __packed 1953 FTRACE_ENTRY(call, struct_name, id, PARAMS(tstruct), PARAMS(print)) 1956 FTRACE_ENTRY(call, struct_name, id, PARAMS(tstruct), PARAMS(print))
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ansidecl.h | 103 #define PARAMS(paramlist) paramlist macro 126 #define PARAMS(paramlist) () macro
|
/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus/ |
H A D | dbus-1.init | 34 PARAMS="" 64 --user $DAEMONUSER --exec $DAEMON -- --system $PARAMS
|
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
H A D | autotools-update.patch | 307 -static int msg_to_cat_id PARAMS ((const char *msg)); 311 -static char *stpcpy PARAMS ((char *dest, const char *src)); 831 - Use PARAMS instead of __P. Suggested by Roland McGrath. 1640 -static char *stpcpy PARAMS ((char *dest, const char *src)); 1701 -static char *find_msg PARAMS ((struct loaded_l10nfile *domain_file, 1703 -static const char *category_to_name PARAMS ((int category)); 1704 -static const char *guess_category_value PARAMS ((int category, 2783 -#ifndef PARAMS 2785 -# define PARAMS(args) args 2787 -# define PARAMS(args) () [all …]
|
/openbmc/qemu/docs/devel/testing/ |
H A D | avocado.rst | 411 PARAMS (key=qemu_bin, path=*, default=./qemu-system-x86_64) => './qemu-system-x86_64
|