/tools/testing/selftests/ia64/ |
D | aliasing-test.c | 82 goto skip; in scan_tree() 84 goto skip; in scan_tree() 113 skip: in scan_tree() 167 goto skip; in scan_rom() 169 goto skip; in scan_rom() 202 skip: in scan_rom()
|
/tools/testing/ktest/examples/include/ |
D | min-config.conf | 50 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip-net 58 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip
|
/tools/perf/tests/ |
D | builtin-test.c | 396 bool skip = false; in __cmd_test() local 416 err = test_and_print(t, skip, subi); in __cmd_test() 418 skip = true; in __cmd_test() 448 const char *skip = NULL; in cmd_test() local 450 OPT_STRING('s', "skip", &skip, "tests", "tests to skip"), in cmd_test() 475 if (skip != NULL) in cmd_test() 476 skiplist = intlist__new(skip); in cmd_test()
|
/tools/perf/Documentation/ |
D | perf-test.txt | 27 --skip:: 28 Tests to skip (comma separated numeric list).
|
D | itrace.txt | 10 s skip initial number of events 29 It is also possible to skip events generated (instructions, branches, transactions)
|
D | perf-annotate.txt | 100 --skip-missing::
|
D | perf-timechart.txt | 67 --io-skip-eagain::
|
D | perf-config.txt | 460 This option can be 'cache', 'no-cache' or 'skip'. 464 'skip' skips post-processing and does not update the cache.
|
/tools/perf/util/ |
D | stat.c | 205 struct perf_counts_values *vals, int cpu, bool *skip) in check_per_pkg() argument 211 *skip = false; in check_per_pkg() 242 *skip = test_and_set_bit(s, mask) == 1; in check_per_pkg() 253 bool skip = false; in process_counter_values() local 255 if (check_per_pkg(evsel, count, cpu, &skip)) { in process_counter_values() 260 if (skip) in process_counter_values()
|
D | trace-event-read.c | 88 static void skip(int size) in skip() function 256 skip(size); in read_header_files()
|
D | machine.h | 217 bool (skip)(struct dso *dso, int parm), int parm); 220 bool (skip)(struct dso *dso, int parm), int parm);
|
D | session.c | 1628 s64 skip = 0; in __perf_session__process_pipe_events() local 1688 if ((skip = perf_session__process_event(session, event, head)) < 0) { in __perf_session__process_pipe_events() 1697 if (skip > 0) in __perf_session__process_pipe_events() 1698 head += skip; in __perf_session__process_pipe_events() 1772 s64 skip; in __perf_session__process_events() local 1836 (skip = perf_session__process_event(session, event, file_pos)) < 0) { in __perf_session__process_events() 1844 if (skip) in __perf_session__process_events() 1845 size += skip; in __perf_session__process_events() 1951 bool (skip)(struct dso *dso, int parm), int parm) in perf_session__fprintf_dsos_buildid() 1953 return machines__fprintf_dsos_buildid(&session->machines, fp, skip, parm); in perf_session__fprintf_dsos_buildid()
|
D | dso.h | 333 bool (skip)(struct dso *dso, int parm), int parm);
|
D | dso.c | 1286 bool (skip)(struct dso *dso, int parm), int parm) in __dsos__fprintf_buildid() 1292 if (skip && skip(pos, parm)) in __dsos__fprintf_buildid()
|
D | machine.c | 631 bool (skip)(struct dso *dso, int parm), int parm) in machine__fprintf_dsos_buildid() 633 return __dsos__fprintf_buildid(&m->dsos.head, fp, skip, parm); in machine__fprintf_dsos_buildid() 637 bool (skip)(struct dso *dso, int parm), int parm) in machines__fprintf_dsos_buildid() 640 size_t ret = machine__fprintf_dsos_buildid(&machines->host, fp, skip, parm); in machines__fprintf_dsos_buildid() 644 ret += machine__fprintf_dsos_buildid(pos, fp, skip, parm); in machines__fprintf_dsos_buildid()
|
D | hist.h | 278 bool skip; member
|
/tools/perf/arch/powerpc/util/ |
D | Build | 7 libperf-$(CONFIG_DWARF) += skip-callchain-idx.o
|
/tools/lib/lockdep/uinclude/linux/ |
D | stacktrace.h | 9 int skip; member
|
/tools/testing/selftests/sysctl/ |
D | common_tests | 82 dd if="${TEST_FILE}" of="${TARGET}" bs=1 seek=1 skip=1 2>/dev/null
|
/tools/testing/ktest/ |
D | ktest.pl | 906 my $skip = 0; 949 $skip = 1; 952 $skip = 0; 962 $skip = 1; 964 $skip = 0; 972 $skip = 1; 980 if (!$skip) { 994 if (!$skip && $rest !~ /^\s*$/) { 998 if ($skip && $type eq "TEST_START") { 1009 $skip = 1; [all …]
|
/tools/perf/ui/ |
D | hist.c | 750 bool skip = perf_hpp__should_skip(fmt, hists); in add_hierarchy_fmt() local 764 node->skip = skip; in add_hierarchy_fmt() 776 if (!skip) in add_hierarchy_fmt() 777 node->skip = false; in add_hierarchy_fmt()
|
/tools/thermal/tmon/ |
D | sysfs.c | 156 static int get_instance_id(char *name, int pos, int skip) in get_instance_id() argument 167 return atol(ch + skip); in get_instance_id()
|
/tools/testing/selftests/powerpc/math/ |
D | vmx_asm.S | 125 # VMX need to write to 16 byte aligned addresses, skip STACK_FRAME_LOCAL(3,0)
|
/tools/testing/selftests/x86/ |
D | mpx-mini-test.c | 1526 unsigned long skip = MPX_BOUNDS_TABLE_SIZE_BYTES - PAGE_SIZE; in exhaust_vaddr_space() local 1535 for (ptr = PAGE_SIZE; ptr < max_vaddr; ptr += skip) { in exhaust_vaddr_space() 1553 for (ptr = PAGE_SIZE; ptr < max_vaddr; ptr += skip) { in exhaust_vaddr_space()
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 348 - To skip validation of a function, use the STACK_FRAME_NON_STANDARD 351 - To skip validation of a file, add 357 - To skip validation of a directory, add
|