Searched refs:ignore (Results 1 – 10 of 10) sorted by relevance
/tools/testing/fault-injection/ |
D | failcmd.sh | 43 --reject-start=value, --reject-end=value, --ignore-gfp-wait=value 51 --ignore-gfp-highmem=value, --min-order=value 91 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,cache-filter: 93 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,ignore-gfp-highmem:,min-order: 181 --ignore-gfp-wait) 182 echo $2 > $FAULTATTR/ignore-gfp-wait 189 --ignore-gfp-highmem) 190 echo $2 > $FAULTATTR/ignore-gfp-highmem
|
/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 68 Redundant with CONFIG_PREEMPT, ignore. 72 Inspection suffices, ignore. 76 Inspection suffices, ignore.
|
/tools/usb/ |
D | ffs-test.c | 453 fill_in_buf(struct thread *ignore, void *buf, size_t nbytes) in fill_in_buf() argument 458 (void)ignore; in fill_in_buf() 478 empty_out_buf(struct thread *ignore, const void *buf, size_t nbytes) in empty_out_buf() argument 485 (void)ignore; in empty_out_buf() 540 ep0_consume(struct thread *ignore, const void *buf, size_t nbytes) in ep0_consume() argument 555 (void)ignore; in ep0_consume()
|
/tools/testing/ktest/examples/ |
D | snowball.conf | 38 IGNORE_CONFIG = ${THIS_DIR}/config.ignore
|
/tools/perf/util/ |
D | symbol.h | 78 bool ignore; member
|
D | session.c | 1438 if (node->sym && node->sym->ignore) in perf_evsel__print_ip() 1476 if (al->sym && al->sym->ignore) in perf_evsel__print_ip()
|
/tools/perf/Documentation/ |
D | perf-top.txt | 181 --ignore-callees=<regex>::
|
D | perf-report.txt | 199 --ignore-callees=<regex>::
|
/tools/perf/ |
D | builtin-top.c | 669 sym->ignore = true; in symbol_filter() 774 if (al.sym == NULL || !al.sym->ignore) { in perf_event__process_sample()
|
/tools/lib/traceevent/ |
D | event-parse.c | 5087 int ignore; in pevent_parse_header_page() local 5107 &ignore, 0); in pevent_parse_header_page()
|