Home
last modified time | relevance | path

Searched defs:nargs (Results 1 – 8 of 8) sorted by relevance

/tools/perf/util/
Dbpf-prologue.c184 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()
Dprobe-event.h59 int nargs; /* Number of args */ member
97 int nargs; /* Number of arguments */ member
Dprobe-finder.c1266 int nargs; member
/tools/testing/selftests/kvm/lib/s390x/
Ducall.c17 void ucall(uint64_t cmd, int nargs, ...) in ucall()
/tools/testing/selftests/kvm/lib/x86_64/
Ducall.c19 void ucall(uint64_t cmd, int nargs, ...) in ucall()
/tools/testing/selftests/powerpc/syscalls/
Drtas_filter.c41 __be32 nargs; member
169 static int rtas_call(const char *name, int nargs, in rtas_call()
/tools/testing/selftests/kvm/lib/aarch64/
Ducall.c74 void ucall(uint64_t cmd, int nargs, ...) in ucall()
/tools/testing/selftests/bpf/
Dtest_btf.h60 #define BTF_FUNC_PROTO_ENC(ret_type, nargs) \ argument