Home
last modified time | relevance | path

Searched refs:perf_copy_attr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/Documentation/
Dadding-syscalls.txt95 See perf_event_open(2) and the perf_copy_attr() function (in
/linux-4.4.14/kernel/events/
Dcore.c7995 static int perf_copy_attr(struct perf_event_attr __user *uattr, in perf_copy_attr() function
8262 err = perf_copy_attr(attr_uptr, &attr); in SYSCALL_DEFINE5()