/tools/testing/fault-injection/ |
D | failcmd.sh | 44 --reject-start=value, --reject-end=value, --ignore-gfp-wait=value 52 --ignore-gfp-highmem=value, --min-order=value 92 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,cache-filter: 94 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,ignore-gfp-highmem:,min-order: 182 --ignore-gfp-wait) 183 echo $2 > $FAULTATTR/ignore-gfp-wait 190 --ignore-gfp-highmem) 191 echo $2 > $FAULTATTR/ignore-gfp-highmem
|
/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 49 Redundant with CONFIG_PREEMPT, ignore. 53 Inspection suffices, ignore. 57 Inspection suffices, ignore.
|
/tools/usb/ |
D | ffs-test.c | 501 fill_in_buf(struct thread *ignore, void *buf, size_t nbytes) in fill_in_buf() argument 506 (void)ignore; in fill_in_buf() 526 empty_out_buf(struct thread *ignore, const void *buf, size_t nbytes) in empty_out_buf() argument 533 (void)ignore; in empty_out_buf() 588 ep0_consume(struct thread *ignore, const void *buf, size_t nbytes) in ep0_consume() argument 603 (void)ignore; in ep0_consume()
|
/tools/testing/ktest/examples/ |
D | snowball.conf | 38 IGNORE_CONFIG = ${THIS_DIR}/config.ignore
|
/tools/bpf/bpftool/Documentation/ |
D | Makefile | 6 RMDIR ?= rmdir --ignore-fail-on-non-empty
|
/tools/objtool/include/objtool/ |
D | check.h | 48 bool dead_end, ignore, ignore_alts; member
|
/tools/perf/Documentation/ |
D | itrace.txt | 23 Z prefer to ignore timestamps (so-called "timeless" decoding) 48 ptwrite, power) at the beginning. This is useful to ignore initialization code.
|
D | db-export.txt | 36 arguments which old scripts will ignore.
|
D | perf-annotate.txt | 58 --ignore-vmlinux::
|
D | perf-top.txt | 75 --ignore-vmlinux:: 202 --ignore-callees=<regex>::
|
D | perf-report.txt | 295 --ignore-callees=<regex>:: 323 --ignore-vmlinux::
|
D | perf-intel-pt.txt | 905 Z prefer to ignore timestamps (so-called "timeless" decoding) 1049 at the beginning. This is useful to ignore initialization code.
|
/tools/testing/selftests/bpf/ |
D | Makefile.docs | 8 RMDIR ?= rmdir --ignore-fail-on-non-empty
|
/tools/perf/util/ |
D | evsel_fprintf.c | 139 if (sym && sym->ignore && print_skip_ignored) in sample__fprintf_callchain()
|
D | symbol.h | 55 u8 ignore:1; member
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 134 This rule is needed so that objtool can ignore non-callable code. 217 a just a bad person, you can tell objtool to ignore it. See the 343 If you _really_ need objtool to ignore something, and are 100% sure 345 ignore it:
|
/tools/objtool/ |
D | check.c | 783 insn->ignore = true; in add_ignores() 1335 if (insn->ignore) in add_call_destinations() 1441 nop->ignore = orig_insn->ignore_alts; in handle_group_alt() 1458 insn->ignore = orig_insn->ignore_alts; in handle_group_alt() 3048 if (func && insn->ignore) { in validate_branch() 3508 if (insn->ignore || insn->type == INSN_NOP || insn->type == INSN_TRAP) in ignore_unreachable_insn() 3586 if (!insn || insn->ignore || insn->visited) in validate_symbol()
|
/tools/perf/ |
D | builtin-sched.c | 2188 sym->ignore = 1; in save_task_callchain() 2779 if (chain->ms.sym && chain->ms.sym->ignore) in callchain__fprintf_folded()
|
/tools/memory-model/Documentation/ |
D | access-marking.txt | 296 Alternatively, given that KCSAN is to ignore all accesses in this function,
|
D | explanation.txt | 85 store instruction accessing the same location (we ignore complicating 1007 then ignore the result if it turns out that the second load shouldn't
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 2312 self.ignore = False 2330 if self.ignore: 2336 self.ignore = False 2422 self.ignore = True
|
/tools/lib/traceevent/ |
D | event-parse.c | 6653 int ignore; in tep_parse_header_page() local 6673 &ignore, 0); in tep_parse_header_page()
|
/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 281 # Note: "forced64" is Intel CPU behavior: they ignore 0x66 prefix
|