Searched refs:kill (Results 1 – 25 of 172) sorted by relevance
1234567
| /tools/perf/tests/shell/attr/ |
| A D | README | 35 perf record kill (test-record-basic) 44 perf record -c 123 kill (test-record-count) 45 perf record -d kill (test-record-data) 46 perf record -F 100 kill (test-record-freq) 49 perf record --call-graph dwarf kill (test-record-graph-dwarf) 52 perf record -e '{cycles,instructions}' kill (test-record-group1) 59 perf record -c 100 -P kill (test-record-period) 61 perf record -R kill (test-record-raw) 65 perf stat -e cycles kill (test-stat-basic) 66 perf stat kill (test-stat-default) [all …]
|
| A D | test-record-basic | 3 args = --no-bpf-event kill >/dev/null 2>&1
|
| A D | test-stat-basic | 3 args = -e cycles kill >/dev/null 2>&1
|
| A D | test-record-freq | 3 args = --no-bpf-event -F 100 kill >/dev/null 2>&1
|
| A D | test-stat-no-inherit | 3 args = -i -e cycles kill >/dev/null 2>&1
|
| A D | test-record-no-samples | 3 args = --no-bpf-event -n kill >/dev/null 2>&1
|
| A D | test-record-raw | 3 args = --no-bpf-event -R kill >/dev/null 2>&1
|
| A D | test-record-branch-any | 3 args = --no-bpf-event -b kill >/dev/null 2>&1
|
| A D | test-record-no-inherit | 3 args = --no-bpf-event -i kill >/dev/null 2>&1
|
| A D | test-record-branch-filter-any | 3 args = --no-bpf-event -j any kill >/dev/null 2>&1
|
| A D | test-record-branch-filter-any_call | 3 args = --no-bpf-event -j any_call kill >/dev/null 2>&1
|
| A D | test-record-branch-filter-any_ret | 3 args = --no-bpf-event -j any_ret kill >/dev/null 2>&1
|
| A D | test-record-branch-filter-hv | 3 args = --no-bpf-event -j hv kill >/dev/null 2>&1
|
| A D | test-record-branch-filter-ind_call | 3 args = --no-bpf-event -j ind_call kill >/dev/null 2>&1
|
| A D | test-record-branch-filter-k | 3 args = --no-bpf-event -j k kill >/dev/null 2>&1
|
| A D | test-record-branch-filter-u | 3 args = --no-bpf-event -j u kill >/dev/null 2>&1
|
| /tools/testing/selftests/landlock/ |
| A D | wait-pipe-sandbox.c | 67 if (!kill(getppid(), 0)) { in main() 90 if (!kill(getppid(), 0)) { in main() 125 if (!kill(getppid(), 0)) { in main()
|
| /tools/testing/selftests/powerpc/ |
| A D | harness.c | 62 kill(-pid, SIGKILL); in run_test() 66 kill(-pid, SIGTERM); in run_test() 74 kill(-pid, SIGTERM); in run_test()
|
| /tools/testing/selftests/powerpc/signal/ |
| A D | sigreturn_vdso.c | 89 kill(getpid(), SIGUSR1); in test_sigreturn_vdso() 101 kill(getpid(), SIGUSR1); in test_sigreturn_vdso() 117 kill(getpid(), SIGUSR1); in test_sigreturn_vdso()
|
| /tools/testing/selftests/proc/ |
| A D | setns-dcache.c | 41 kill(pid, SIGTERM); in f() 108 kill(pid, SIGTERM); in main()
|
| A D | setns-sysvipc.c | 40 kill(pid, SIGTERM); in f() 107 kill(pid, SIGTERM); in main()
|
| /tools/testing/selftests/mm/ |
| A D | migration.c | 169 kill(getpid(), SIGHUP); 178 ASSERT_EQ(kill(self->pids[i], SIGTERM), 0); 241 kill(getpid(), SIGHUP); 250 ASSERT_EQ(kill(self->pids[i], SIGTERM), 0); 301 kill(getpid(), SIGHUP); 310 ASSERT_EQ(kill(self->pids[i], SIGTERM), 0);
|
| A D | mrelease_test.c | 132 if (!kill(pid, SIGKILL)) in main() 139 if (!kill(pid, SIGKILL)) in main() 147 if (kill(pid, SIGKILL)) in main()
|
| /tools/testing/selftests/ptrace/ |
| A D | get_set_sud.c | 31 kill(getpid(), SIGSTOP); in TEST() 69 kill(child, SIGKILL); in TEST()
|
| /tools/testing/selftests/kselftest_harness/ |
| A D | harness-selftest.c | 38 kill(getpid(), SIGUSR1); in TEST_SIGNAL() 45 kill(getpid(), SIGUSR1); in TEST_SIGNAL()
|
Completed in 23 milliseconds
1234567