Home
last modified time | relevance | path

Searched refs:kill (Results 1 – 25 of 172) sorted by relevance

1234567

/tools/perf/tests/shell/attr/
A DREADME35 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 Dtest-record-basic3 args = --no-bpf-event kill >/dev/null 2>&1
A Dtest-stat-basic3 args = -e cycles kill >/dev/null 2>&1
A Dtest-record-freq3 args = --no-bpf-event -F 100 kill >/dev/null 2>&1
A Dtest-stat-no-inherit3 args = -i -e cycles kill >/dev/null 2>&1
A Dtest-record-no-samples3 args = --no-bpf-event -n kill >/dev/null 2>&1
A Dtest-record-raw3 args = --no-bpf-event -R kill >/dev/null 2>&1
A Dtest-record-branch-any3 args = --no-bpf-event -b kill >/dev/null 2>&1
A Dtest-record-no-inherit3 args = --no-bpf-event -i kill >/dev/null 2>&1
A Dtest-record-branch-filter-any3 args = --no-bpf-event -j any kill >/dev/null 2>&1
A Dtest-record-branch-filter-any_call3 args = --no-bpf-event -j any_call kill >/dev/null 2>&1
A Dtest-record-branch-filter-any_ret3 args = --no-bpf-event -j any_ret kill >/dev/null 2>&1
A Dtest-record-branch-filter-hv3 args = --no-bpf-event -j hv kill >/dev/null 2>&1
A Dtest-record-branch-filter-ind_call3 args = --no-bpf-event -j ind_call kill >/dev/null 2>&1
A Dtest-record-branch-filter-k3 args = --no-bpf-event -j k kill >/dev/null 2>&1
A Dtest-record-branch-filter-u3 args = --no-bpf-event -j u kill >/dev/null 2>&1
/tools/testing/selftests/landlock/
A Dwait-pipe-sandbox.c67 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 Dharness.c62 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 Dsigreturn_vdso.c89 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 Dsetns-dcache.c41 kill(pid, SIGTERM); in f()
108 kill(pid, SIGTERM); in main()
A Dsetns-sysvipc.c40 kill(pid, SIGTERM); in f()
107 kill(pid, SIGTERM); in main()
/tools/testing/selftests/mm/
A Dmigration.c169 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 Dmrelease_test.c132 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 Dget_set_sud.c31 kill(getpid(), SIGSTOP); in TEST()
69 kill(child, SIGKILL); in TEST()
/tools/testing/selftests/kselftest_harness/
A Dharness-selftest.c38 kill(getpid(), SIGUSR1); in TEST_SIGNAL()
45 kill(getpid(), SIGUSR1); in TEST_SIGNAL()

Completed in 23 milliseconds

1234567