Home
last modified time | relevance | path

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

1234

/tools/perf/tests/attr/
DREADME35 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 …]
Dtest-record-basic3 args = --no-bpf-event kill >/dev/null 2>&1
Dtest-stat-basic3 args = -e cycles kill >/dev/null 2>&1
Dtest-stat-no-inherit3 args = -i -e cycles kill >/dev/null 2>&1
Dtest-record-raw3 args = --no-bpf-event -R kill >/dev/null 2>&1
Dtest-record-graph-default3 args = --no-bpf-event -g kill >/dev/null 2>&1
Dtest-record-no-samples3 args = --no-bpf-event -n kill >/dev/null 2>&1
Dtest-record-freq3 args = --no-bpf-event -F 100 kill >/dev/null 2>&1
Dtest-record-branch-any3 args = --no-bpf-event -b kill >/dev/null 2>&1
Dtest-record-no-inherit3 args = --no-bpf-event -i kill >/dev/null 2>&1
Dtest-record-graph-fp3 args = --no-bpf-event --call-graph fp kill >/dev/null 2>&1
Dtest-record-branch-filter-any3 args = --no-bpf-event -j any kill >/dev/null 2>&1
Dtest-record-branch-filter-any_ret3 args = --no-bpf-event -j any_ret kill >/dev/null 2>&1
Dtest-record-branch-filter-hv3 args = --no-bpf-event -j hv kill >/dev/null 2>&1
Dtest-record-period3 args = --no-bpf-event -c 100 -P kill >/dev/null 2>&1
Dtest-record-count3 args = --no-bpf-event -c 123 kill >/dev/null 2>&1
Dtest-record-branch-filter-k3 args = --no-bpf-event -j k kill >/dev/null 2>&1
Dtest-record-branch-filter-ind_call3 args = --no-bpf-event -j ind_call kill >/dev/null 2>&1
Dtest-record-branch-filter-any_call3 args = --no-bpf-event -j any_call kill >/dev/null 2>&1
Dtest-record-branch-filter-u3 args = --no-bpf-event -j u kill >/dev/null 2>&1
Dtest-record-no-buffering3 args = --no-bpf-event --no-buffering kill >/dev/null 2>&1
Dtest-record-data3 args = --no-bpf-event -d kill >/dev/null 2>&1
/tools/testing/selftests/powerpc/
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/proc/
Dsetns-dcache.c41 kill(pid, SIGTERM); in f()
108 kill(pid, SIGTERM); in main()
Dsetns-sysvipc.c40 kill(pid, SIGTERM); in f()
107 kill(pid, SIGTERM); in main()

1234