Go to the source code of this file.
◆ P_FLAG
Value:if (
flags & PERF_FLAG_##n) { \
printed += scnprintf(bf + printed,
size - printed,
"%s%s", printed ?
"|" :
"", #n); \
flags &= ~PERF_FLAG_##n; \
}
◆ PERF_FLAG_FD_CLOEXEC
#define PERF_FLAG_FD_CLOEXEC (1UL << 3) /* O_CLOEXEC */ |
◆ PERF_FLAG_FD_NO_GROUP
#define PERF_FLAG_FD_NO_GROUP (1UL << 0) |
◆ PERF_FLAG_FD_OUTPUT
#define PERF_FLAG_FD_OUTPUT (1UL << 1) |
◆ PERF_FLAG_PID_CGROUP
#define PERF_FLAG_PID_CGROUP (1UL << 2) /* pid=cgroup id, per-cpu mode only */ |
◆ SCA_PERF_FLAGS
◆ syscall_arg__scnprintf_perf_flags()
static size_t syscall_arg__scnprintf_perf_flags |
( |
char * |
bf, |
|
|
size_t |
size, |
|
|
struct syscall_arg * |
arg |
|
) |
| |
|
static |