Searched refs:remove_on_exec (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/tools/testing/selftests/perf_events/ |
| H A D | remove_on_exec.c | 53 .remove_on_exec = 1, in make_event_attr() 69 FIXTURE(remove_on_exec) in FIXTURE() argument 75 FIXTURE_SETUP(remove_on_exec) in FIXTURE_SETUP() argument 93 FIXTURE_TEARDOWN(remove_on_exec) in FIXTURE_TEARDOWN() argument 100 TEST_F(remove_on_exec, fork_only) in TEST_F() argument 121 TEST_F(remove_on_exec, fork_exec_then_enable) in TEST_F() argument 172 TEST_F(remove_on_exec, enable_then_fork_exec) in TEST_F() argument 198 TEST_F(remove_on_exec, exec_stress) in TEST_F() argument
|
| H A D | .gitignore | 3 remove_on_exec
|
| H A D | Makefile | 5 TEST_GEN_PROGS := sigtrap_threads remove_on_exec watermark_signal
|
| H A D | sigtrap_threads.c | 62 .remove_on_exec = 1, /* Required by sigtrap. */ in make_event_attr()
|
| /linux-6.15/tools/perf/tests/ |
| H A D | sigtrap.c | 48 .remove_on_exec = 1, /* Required by sigtrap. */ in make_event_attr() 127 .remove_on_exec = 1, /* Required by sigtrap. */ in attr_has_sigtrap()
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | perf_skip.c | 73 attr.remove_on_exec = 1; in serial_test_perf_skip()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | perf_event.h | 463 remove_on_exec : 1, /* event is removed from task on exec */ member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | perf_event.h | 463 remove_on_exec : 1, /* event is removed from task on exec */ member
|
| /linux-6.15/tools/perf/util/ |
| H A D | perf_event_attr_fprintf.c | 344 PRINT_ATTRf(remove_on_exec, p_unsigned); in perf_event_attr__fprintf()
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 4538 if (!event->attr.remove_on_exec) in perf_event_remove_on_exec() 12875 if (attr->remove_on_exec && attr->enable_on_exec) in perf_copy_attr() 12878 if (attr->sigtrap && !attr->remove_on_exec) in perf_copy_attr()
|