Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 29) sorted by relevance

12

/tools/testing/selftests/ia64/
Daliasing-test.c82 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/
Dmin-config.conf50 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip-net
58 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip
/tools/perf/tests/
Dbuiltin-test.c396 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/
Dperf-test.txt27 --skip::
28 Tests to skip (comma separated numeric list).
Ditrace.txt10 s skip initial number of events
29 It is also possible to skip events generated (instructions, branches, transactions)
Dperf-annotate.txt100 --skip-missing::
Dperf-timechart.txt67 --io-skip-eagain::
Dperf-config.txt460 This option can be 'cache', 'no-cache' or 'skip'.
464 'skip' skips post-processing and does not update the cache.
/tools/perf/util/
Dstat.c205 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()
Dtrace-event-read.c88 static void skip(int size) in skip() function
256 skip(size); in read_header_files()
Dmachine.h217 bool (skip)(struct dso *dso, int parm), int parm);
220 bool (skip)(struct dso *dso, int parm), int parm);
Dsession.c1628 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()
Ddso.h333 bool (skip)(struct dso *dso, int parm), int parm);
Ddso.c1286 bool (skip)(struct dso *dso, int parm), int parm) in __dsos__fprintf_buildid()
1292 if (skip && skip(pos, parm)) in __dsos__fprintf_buildid()
Dmachine.c631 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()
Dhist.h278 bool skip; member
/tools/perf/arch/powerpc/util/
DBuild7 libperf-$(CONFIG_DWARF) += skip-callchain-idx.o
/tools/lib/lockdep/uinclude/linux/
Dstacktrace.h9 int skip; member
/tools/testing/selftests/sysctl/
Dcommon_tests82 dd if="${TEST_FILE}" of="${TARGET}" bs=1 seek=1 skip=1 2>/dev/null
/tools/testing/ktest/
Dktest.pl906 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/
Dhist.c750 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/
Dsysfs.c156 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/
Dvmx_asm.S125 # VMX need to write to 16 byte aligned addresses, skip STACK_FRAME_LOCAL(3,0)
/tools/testing/selftests/x86/
Dmpx-mini-test.c1526 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/
Dstack-validation.txt348 - 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

12