Linux Perf
setns.c
Go to the documentation of this file.
1
#include "
util.h
"
2
#include <unistd.h>
3
#include <sys/syscall.h>
4
5
int
setns
(
int
fd,
int
nstype)
6
{
7
return
syscall
(__NR_setns, fd, nstype);
8
}
setns
int setns(int fd, int nstype)
Definition:
setns.c:5
syscall
Definition:
builtin-trace.c:806
util.h
util
setns.c
Generated by
1.8.13