Searched refs:ignore (Results 1 – 22 of 22) sorted by relevance
/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 | 50 Redundant with CONFIG_PREEMPT, ignore. 54 Inspection suffices, ignore. 58 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/objtool/ |
D | check.h | 36 bool alt_group, dead_end, ignore, hint, save, restore, ignore_alts; member
|
D | check.c | 430 insn->ignore = true; in add_ignores() 669 if (!insn->call_dest && !insn->ignore) { in add_call_destinations() 763 insn->ignore = orig_insn->ignore_alts; in handle_group_alt() 2029 if (func && insn->ignore) { in validate_branch() 2360 if (insn->ignore || insn->type == INSN_NOP) in ignore_unreachable_insn() 2450 if (!insn || insn->ignore || insn->visited) in validate_functions()
|
/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/bpf/ |
D | Makefile.helpers | 14 RMDIR ?= rmdir --ignore-fail-on-non-empty
|
/tools/perf/Documentation/ |
D | itrace.txt | 35 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 | 70 --ignore-vmlinux:: 191 --ignore-callees=<regex>::
|
D | perf-report.txt | 282 --ignore-callees=<regex>:: 310 --ignore-vmlinux::
|
D | intel-pt.txt | 854 at the beginning. This is useful to ignore initialization code.
|
/tools/perf/util/ |
D | evsel_fprintf.c | 134 if (node->sym && node->sym->ignore && print_skip_ignored) in sample__fprintf_callchain()
|
D | symbol.h | 53 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 308 If you _really_ need objtool to ignore something, and are 100% sure 310 ignore it:
|
/tools/perf/ |
D | builtin-sched.c | 2180 sym->ignore = 1; in save_task_callchain() 2762 if (chain->ms.sym && chain->ms.sym->ignore) in callchain__fprintf_folded()
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 2109 self.ignore = False 2127 if self.ignore: 2133 self.ignore = False 2219 self.ignore = True
|
/tools/lib/traceevent/ |
D | event-parse.c | 6147 int ignore; in tep_parse_header_page() local 6167 &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
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 85 store instruction accessing the same location (we ignore complicating 1003 then ignore the result if it turns out that the second load shouldn't
|