Home
last modified time | relevance | path

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

/tools/testing/selftests/
Dkselftest_harness.h332 #define ASSERT_EQ(expected, seen) \ argument
333 __EXPECT(expected, #expected, seen, #seen, ==, 1)
343 #define ASSERT_NE(expected, seen) \ argument
344 __EXPECT(expected, #expected, seen, #seen, !=, 1)
354 #define ASSERT_LT(expected, seen) \ argument
355 __EXPECT(expected, #expected, seen, #seen, <, 1)
365 #define ASSERT_LE(expected, seen) \ argument
366 __EXPECT(expected, #expected, seen, #seen, <=, 1)
376 #define ASSERT_GT(expected, seen) \ argument
377 __EXPECT(expected, #expected, seen, #seen, >, 1)
[all …]
/tools/perf/util/
Ddemangle-rust.c104 bool seen[16]; in is_prefixed_hash() local
112 memset(seen, false, sizeof(seen)); in is_prefixed_hash()
115 seen[*str - '0'] = true; in is_prefixed_hash()
117 seen[*str - 'a' + 10] = true; in is_prefixed_hash()
124 if (seen[i]) in is_prefixed_hash()
Dmachine.c274 static struct strlist *seen; in machines__findnew() local
276 if (!seen) in machines__findnew()
277 seen = strlist__new(NULL, NULL); in machines__findnew()
279 if (!strlist__has_entry(seen, path)) { in machines__findnew()
281 strlist__add(seen, path); in machines__findnew()
/tools/testing/selftests/powerpc/scripts/
Dhmi.sh84 echo "Haven't seen expected $expected_hmis recoveries after 1 min. Aborting."
/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.c711 static struct intlist *seen; in perf_event__process_sample() local
713 if (!seen) in perf_event__process_sample()
714 seen = intlist__new(NULL); in perf_event__process_sample()
716 if (!intlist__has_entry(seen, sample->pid)) { in perf_event__process_sample()
719 intlist__add(seen, sample->pid); in perf_event__process_sample()
/tools/perf/Documentation/
Dperf-script-perl.txt105 seen in the example above.
Dperf-script-python.txt497 seen in the example above.
Dintel-pt.txt837 pay attention to PSB packets, but just decodes the bytes - so the packets seen