Home
last modified time | relevance | path

Searched refs:inherit_thread (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/perf_events/
H A Dsigtrap_threads.c61 .inherit_thread = 1, /* ... but only cloned with CLONE_THREAD. */ in make_event_attr()
/linux/tools/include/uapi/linux/
H A Dperf_event.h463 inherit_thread : 1, /* children only inherit if cloned with CLONE_THREAD */ member
/linux/kernel/events/
H A Dcore.c13167 if (!attr->inherit && attr->inherit_thread) in perf_copy_attr()
14424 (event->attr.inherit_thread && !(clone_flags & CLONE_THREAD)) || in inherit_task_group()