Searched defs:nargs (Results 1 – 8 of 8) sorted by relevance
/tools/perf/util/ |
D | bpf-prologue.c | 184 struct probe_trace_arg *args, int nargs) in gen_prologue_fastpath() 243 struct probe_trace_arg *args, int nargs) in gen_prologue_slowpath() 364 int bpf__gen_prologue(struct probe_trace_arg *args, int nargs, in bpf__gen_prologue()
|
D | probe-event.h | 59 int nargs; /* Number of args */ member 97 int nargs; /* Number of arguments */ member
|
D | probe-finder.c | 1266 int nargs; member
|
/tools/testing/selftests/kvm/lib/s390x/ |
D | ucall.c | 17 void ucall(uint64_t cmd, int nargs, ...) in ucall()
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | ucall.c | 19 void ucall(uint64_t cmd, int nargs, ...) in ucall()
|
/tools/testing/selftests/powerpc/syscalls/ |
D | rtas_filter.c | 41 __be32 nargs; member 169 static int rtas_call(const char *name, int nargs, in rtas_call()
|
/tools/testing/selftests/kvm/lib/aarch64/ |
D | ucall.c | 74 void ucall(uint64_t cmd, int nargs, ...) in ucall()
|
/tools/testing/selftests/bpf/ |
D | test_btf.h | 60 #define BTF_FUNC_PROTO_ENC(ret_type, nargs) \ argument
|