Searched refs:no (Results 1 – 25 of 151) sorted by relevance
1234567
/tools/perf/tests/attr/ |
D | test-record-no-buffering | 3 args = --no-bpf-event --no-buffering kill >/dev/null 2>&1
|
D | test-record-graph-dwarf | 3 args = --no-bpf-event --call-graph dwarf -- kill >/dev/null 2>&1 10 # TODO different for each arch, no support for that now
|
D | test-record-C0 | 3 args = --no-bpf-event -C 0 kill >/dev/null 2>&1 9 # no enable on exec for CPU attached
|
D | test-record-basic | 3 args = --no-bpf-event 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-raw | 3 args = --no-bpf-event -R kill >/dev/null 2>&1
|
D | test-record-graph-default | 3 args = --no-bpf-event -g 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-branch-filter-any | 3 args = --no-bpf-event -j any 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-any_ret | 3 args = --no-bpf-event -j any_ret 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-u | 3 args = --no-bpf-event -j u 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
|
/tools/perf/Documentation/ |
D | asciidoc.conf | 30 ifndef::perf-asciidoc-no-roff[] 45 endif::perf-asciidoc-no-roff[] 47 ifdef::perf-asciidoc-no-roff[] 66 endif::perf-asciidoc-no-roff[]
|
D | perf-help.txt | 15 With no options and no COMMAND given, the synopsis of the 'perf'
|
/tools/testing/selftests/net/forwarding/ |
D | forwarding.config.sample | 31 PAUSE_ON_FAIL=no 33 PAUSE_ON_CLEANUP=no
|
/tools/lib/traceevent/Documentation/ |
D | asciidoc.conf | 30 ifndef::tep-asciidoc-no-roff[] 45 endif::tep-asciidoc-no-roff[] 47 ifdef::tep-asciidoc-no-roff[] 66 endif::tep-asciidoc-no-roff[]
|
D | libtraceevent-event_find.txt | 39 All these functions return a pointer to the found event, or NULL if there is no 54 /* There is no event with ID 1857 */ 59 /* There is no kvm_exit event, from kvm system */ 66 /* There is no event from given record */
|
D | libtraceevent-event_get.txt | 35 NULL is returned in case of error, in case there are no events or _index_ is 39 returned in case of error, or in case there are no events. 42 returned in case of error, or in case there are no events. 56 /* There are no events */
|
/tools/testing/selftests/kvm/ |
D | Makefile | 51 no-pie-option := $(call try-run, echo 'int main() { return 0; }' | \ 52 $(CC) -Werror -no-pie -x c - -o "$$TMP", -no-pie) 59 LDFLAGS += -pthread $(no-pie-option) $(pgste-option)
|
/tools/testing/selftests/ftrace/test.d/ |
D | functions | 89 # no events, no triggers, no filters, no function filters, 90 # no probes, and tracing on.
|
1234567