/tools/perf/scripts/python/Perf-Trace-Util/ |
D | Context.c | 27 #define _PyCapsule_GetPointer(arg1, arg2) \ argument 29 #define _PyBytes_FromStringAndSize(arg1, arg2) \ argument 36 #define _PyCapsule_GetPointer(arg1, arg2) \ argument 38 #define _PyBytes_FromStringAndSize(arg1, arg2) \ argument 46 static struct scripting_context *get_args(PyObject *args, const char *name, PyObject **arg2) in get_args()
|
/tools/include/nolibc/ |
D | arch-x86_64.h | 98 #define my_syscall2(num, arg1, arg2) \ argument 115 #define my_syscall3(num, arg1, arg2, arg3) \ argument 133 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 152 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 172 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
D | arch-aarch64.h | 94 #define my_syscall2(num, arg1, arg2) \ argument 110 #define my_syscall3(num, arg1, arg2, arg3) \ argument 127 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 145 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 164 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
D | arch-riscv.h | 95 #define my_syscall2(num, arg1, arg2) \ argument 111 #define my_syscall3(num, arg1, arg2, arg3) \ argument 128 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 146 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 165 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
D | arch-i386.h | 96 #define my_syscall2(num, arg1, arg2) \ argument 113 #define my_syscall3(num, arg1, arg2, arg3) \ argument 131 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 150 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
|
D | arch-mips.h | 106 #define my_syscall2(num, arg1, arg2) \ argument 126 #define my_syscall3(num, arg1, arg2, arg3) \ argument 147 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 168 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
|
D | arch-arm.h | 107 #define my_syscall2(num, arg1, arg2) \ argument 123 #define my_syscall3(num, arg1, arg2, arg3) \ argument 140 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 158 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
|
/tools/testing/selftests/kvm/include/ |
D | kvm_util.h | 373 #define GUEST_SYNC_ARGS(stage, arg1, arg2, arg3, arg4) \ argument 390 #define GUEST_ASSERT_2(_condition, arg1, arg2) \ argument 393 #define GUEST_ASSERT_3(_condition, arg1, arg2, arg3) \ argument 396 #define GUEST_ASSERT_4(_condition, arg1, arg2, arg3, arg4) \ argument
|
/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 416 void *arg1, void *arg2, void *arg3, in for_each_online_package_in_set() 463 void *arg2, void *arg3, void *arg4) in for_each_online_target_cpu_in_set() 1035 static void exec_on_get_ctdp_cpu(int cpu, void *arg1, void *arg2, void *arg3, in exec_on_get_ctdp_cpu() 1210 static void dump_clx_n_config_for_cpu(int cpu, void *arg1, void *arg2, in dump_clx_n_config_for_cpu() 1236 static void dump_isst_config_for_cpu(int cpu, void *arg1, void *arg2, in dump_isst_config_for_cpu() 1286 static void set_tdp_level_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, in set_tdp_level_for_cpu() 1361 static void clx_n_dump_pbf_config_for_cpu(int cpu, void *arg1, void *arg2, in clx_n_dump_pbf_config_for_cpu() 1381 static void dump_pbf_config_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, in dump_pbf_config_for_cpu() 1725 static void set_pbf_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, in set_pbf_for_cpu() 1840 static void dump_fact_config_for_cpu(int cpu, void *arg1, void *arg2, in dump_fact_config_for_cpu() [all …]
|
/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 58 #define _PyUnicode_FromStringAndSize(arg1, arg2) \ argument 60 #define _PyBytes_FromStringAndSize(arg1, arg2) \ argument 66 #define _PyCapsule_New(arg1, arg2, arg3) \ argument 73 #define _PyUnicode_FromStringAndSize(arg1, arg2) \ argument 75 #define _PyBytes_FromStringAndSize(arg1, arg2) \ argument 81 #define _PyCapsule_New(arg1, arg2, arg3) \ argument
|
/tools/testing/selftests/x86/ |
D | ptrace_syscall.c | 44 uint32_t nr, arg0, arg1, arg2, arg3, arg4, arg5; member
|
/tools/testing/selftests/sched/ |
D | cs_prctl_test.c | 76 static int _prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, in _prctl()
|
/tools/perf/examples/bpf/ |
D | augmented_raw_syscalls.c | 75 struct augmented_arg arg, arg2; member
|
/tools/perf/util/ |
D | bpf-loader.c | 488 struct probe_trace_arg *arg1, *arg2; in compare_tev_args() local
|