Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dsigtrap.c47 .inherit_thread = 1, /* ... but only cloned with CLONE_THREAD. */ in make_event_attr()
/openbmc/linux/tools/testing/selftests/perf_events/
H A Dsigtrap_threads.c61 .inherit_thread = 1, /* ... but only cloned with CLONE_THREAD. */ in make_event_attr()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h456 inherit_thread : 1, /* children only inherit if cloned with CLONE_THREAD */ member
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h456 inherit_thread : 1, /* children only inherit if cloned with CLONE_THREAD */ member
/openbmc/linux/tools/perf/util/
H A Dperf_event_attr_fprintf.c320 PRINT_ATTRf(inherit_thread, p_unsigned); in perf_event_attr__fprintf()
/openbmc/linux/kernel/events/
H A Dcore.c12257 if (!attr->inherit && attr->inherit_thread) in perf_copy_attr()
13508 (event->attr.inherit_thread && !(clone_flags & CLONE_THREAD)) || in inherit_task_group()