Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 20 of 20) sorted by relevance

/tools/testing/selftests/
Dkselftest_harness.h446 #define ASSERT_EQ(expected, seen) \ argument
447 __EXPECT(expected, #expected, seen, #seen, ==, 1)
457 #define ASSERT_NE(expected, seen) \ argument
458 __EXPECT(expected, #expected, seen, #seen, !=, 1)
468 #define ASSERT_LT(expected, seen) \ argument
469 __EXPECT(expected, #expected, seen, #seen, <, 1)
479 #define ASSERT_LE(expected, seen) \ argument
480 __EXPECT(expected, #expected, seen, #seen, <=, 1)
490 #define ASSERT_GT(expected, seen) \ argument
491 __EXPECT(expected, #expected, seen, #seen, >, 1)
[all …]
/tools/perf/util/
Ddemangle-rust.c103 bool seen[16]; in is_prefixed_hash() local
111 memset(seen, false, sizeof(seen)); in is_prefixed_hash()
114 seen[*str - '0'] = true; in is_prefixed_hash()
116 seen[*str - 'a' + 10] = true; in is_prefixed_hash()
123 if (seen[i]) in is_prefixed_hash()
Dmachine.c353 static struct strlist *seen; in machines__findnew() local
355 if (!seen) in machines__findnew()
356 seen = strlist__new(NULL, NULL); in machines__findnew()
358 if (!strlist__has_entry(seen, path)) { in machines__findnew()
360 strlist__add(seen, path); in machines__findnew()
/tools/testing/selftests/lkdtm/
Dstack-entropy.sh39 seen=$(tac "$log" | grep -m1 -B"$samples"0 'Starting stack offset' | \
41 bits=$(echo "obase=2; $seen" | bc | wc -L)
/tools/testing/selftests/powerpc/scripts/
Dhmi.sh77 echo "Haven't seen expected $expected_hmis recoveries after 1 min. Aborting."
/tools/memory-model/litmus-tests/
DZ6.0+pooncelock+pooncelock+pombonce.litmus8 * seen as ordered by a third process not holding that lock.
DZ6.0+pooncelock+poonceLock+pombonce.litmus8 * given lock running on different CPUs are nevertheless seen in order
/tools/testing/selftests/sysctl/
Dsysctl.sh172 local seen
173 seen=$(cat "$1")
174 if [ "${seen}" != "${TEST_STR}" ]; then
/tools/power/cpupower/bench/
DREADME-BENCH92 100 0 100 0 100 0 100 load seen by ondemand(%)
94 50 50 50 50 50 50 50 load seen by ondemand(%)
/tools/perf/
Dbuiltin-top.c752 static struct intlist *seen; in perf_event__process_sample() local
754 if (!seen) in perf_event__process_sample()
755 seen = intlist__new(NULL); in perf_event__process_sample()
757 if (!intlist__has_entry(seen, sample->pid)) { in perf_event__process_sample()
760 intlist__add(seen, sample->pid); in perf_event__process_sample()
/tools/testing/selftests/net/forwarding/
Dlib.sh1396 local seen=0
1419 seen=1
1425 return $seen
/tools/memory-model/Documentation/
Drecipes.txt66 has acquired a given lock sees any changes previously seen or made by any
126 locking will be seen as ordered by CPUs not holding that lock.
208 In the absence of any ordering, this goal may not be met, as can be seen
358 can be seen in the LB+poonceonces.litmus litmus test.
Dsimple.txt208 to a given access to that variable will be seen by all CPUs has having
Dlitmus-tests.txt139 Each process's code is similar to Linux-kernel C, as can be seen on lines
684 can be done within these confines, as can be seen in the litmus test
Dexplanation.txt1173 the same CPU). As we have already seen, the operational model allows
/tools/lib/traceevent/Documentation/
Dlibtraceevent-reg_print_func.txt40 of the helper function, as seen in the print format arguments. The _..._ is a
/tools/testing/selftests/bpf/
DREADME.rst58 // the instructions below will not be seen in the verifier log
/tools/perf/Documentation/
Dperf-script-perl.txt105 seen in the example above.
Dperf-script-python.txt497 seen in the example above.
Dperf-intel-pt.txt1111 pay attention to PSB packets, but just decodes the bytes - so the packets seen