Searched refs:kill (Results 1 – 25 of 97) sorted by relevance
1234
/tools/perf/tests/attr/ |
D | README | 35 perf record kill (test-record-basic) 36 perf record -b kill (test-record-branch-any) 37 perf record -j any kill (test-record-branch-filter-any) 38 perf record -j any_call kill (test-record-branch-filter-any_call) 39 perf record -j any_ret kill (test-record-branch-filter-any_ret) 40 perf record -j hv kill (test-record-branch-filter-hv) 41 perf record -j ind_call kill (test-record-branch-filter-ind_call) 42 perf record -j k kill (test-record-branch-filter-k) 43 perf record -j u kill (test-record-branch-filter-u) 44 perf record -c 123 kill (test-record-count) [all …]
|
D | test-record-basic | 3 args = --no-bpf-event kill >/dev/null 2>&1
|
D | test-stat-basic | 3 args = -e cycles kill >/dev/null 2>&1
|
D | test-record-raw | 3 args = --no-bpf-event -R kill >/dev/null 2>&1
|
D | test-stat-no-inherit | 3 args = -i -e cycles kill >/dev/null 2>&1
|
D | test-record-graph-default | 3 args = --no-bpf-event -g kill >/dev/null 2>&1
|
D | test-record-no-samples | 3 args = --no-bpf-event -n kill >/dev/null 2>&1
|
D | test-record-freq | 3 args = --no-bpf-event -F 100 kill >/dev/null 2>&1
|
D | test-record-branch-any | 3 args = --no-bpf-event -b kill >/dev/null 2>&1
|
D | test-record-no-inherit | 3 args = --no-bpf-event -i kill >/dev/null 2>&1
|
D | test-record-period | 3 args = --no-bpf-event -c 100 -P kill >/dev/null 2>&1
|
D | test-record-branch-filter-ind_call | 3 args = --no-bpf-event -j ind_call kill >/dev/null 2>&1
|
D | test-record-branch-filter-any | 3 args = --no-bpf-event -j any kill >/dev/null 2>&1
|
D | test-record-branch-filter-u | 3 args = --no-bpf-event -j u kill >/dev/null 2>&1
|
D | test-record-branch-filter-hv | 3 args = --no-bpf-event -j hv kill >/dev/null 2>&1
|
D | test-record-count | 3 args = --no-bpf-event -c 123 kill >/dev/null 2>&1
|
D | test-record-graph-fp | 3 args = --no-bpf-event --call-graph fp kill >/dev/null 2>&1
|
D | test-record-branch-filter-any_call | 3 args = --no-bpf-event -j any_call kill >/dev/null 2>&1
|
D | test-record-branch-filter-k | 3 args = --no-bpf-event -j k kill >/dev/null 2>&1
|
D | test-record-branch-filter-any_ret | 3 args = --no-bpf-event -j any_ret kill >/dev/null 2>&1
|
D | test-record-no-buffering | 3 args = --no-bpf-event --no-buffering kill >/dev/null 2>&1
|
/tools/testing/selftests/powerpc/ |
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/ |
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/ |
D | setns-dcache.c | 41 kill(pid, SIGTERM); in f() 108 kill(pid, SIGTERM); in main()
|
D | setns-sysvipc.c | 40 kill(pid, SIGTERM); in f() 107 kill(pid, SIGTERM); in main()
|
1234