Lines Matching refs:T_QUIET

63 	T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "got rusage information");  in start_kpc()
66 T_QUIET; in start_kpc()
92 T_QUIET; in prepare_kpc()
94 T_QUIET; in prepare_kpc()
98 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_force_all_ctrs_set(1)"); in prepare_kpc()
102 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_force_all_ctrs_get"); in prepare_kpc()
103 T_QUIET; T_ASSERT_EQ(forcing, 1, "counters must be forced"); in prepare_kpc()
115 T_QUIET; T_ASSERT_NOTNULL(configs, "allocated config words"); in prepare_kpc()
122 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_set_config"); in prepare_kpc()
134 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(periods, "allocate periods array"); in kpc_reset_atend()
137 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_set_period"); in kpc_reset_atend()
158 T_QUIET; T_ASSERT_NOTNULL(threads, "allocated array of threads"); in start_threads()
161 T_QUIET; T_ASSERT_POSIX_ZERO(error, "pthread_create"); in start_threads()
174 T_QUIET; T_ASSERT_POSIX_ZERO(error, "joined thread %d", i); in end_threads()
268 T_QUIET; T_ASSERT_NOTNULL(counts, "allocated space for counter values");
271 T_QUIET; T_ASSERT_NOTNULL(tly, "allocated space for tallies");
279 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_get_cpu_counters");
315 T_QUIET; T_ASSERT_POSIX_SUCCESS(kpc_force_all_ctrs_set(1), NULL);
324 T_QUIET; T_ASSERT_NOTNULL(ctrs_a, NULL);
331 T_QUIET;
336 T_QUIET; T_ASSERT_NOTNULL(ctrs_b, NULL);
344 T_QUIET;
346 T_QUIET; T_EXPECT_LT(ctrs_a[i], ctrs_b[i],
381 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(periods, "allocate periods array");
385 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_set_period");
391 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_set_actionid");
397 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kperf_action_samplers_set");
400 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(ktconfig, "create current config");
402 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "print config description");
405 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(cpus, "allocate CPUs array");
414 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(sess, "ktrace_session_create");
424 T_QUIET; T_ASSERT_POSIX_ZERO(cret, "convert timestamp");
428 T_QUIET; T_EXPECT_EQ(config & UINT8_MAX,
465 T_QUIET; T_ASSERT_POSIX_ZERO(cret, "convert timestamp");
495 T_QUIET; T_ASSERT_POSIX_ZERO(cret, "convert timestamp");
501 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(counts,
506 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(tly, "allocated tallies array");
523 T_QUIET; T_ASSERT_POSIX_SUCCESS(cret, "kpc_get_cpu_counters");
545 T_QUIET; T_ASSERT_POSIX_SUCCESS(ruret, "got rusage information");
616 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "set kperf debug level");
650 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret,
655 T_QUIET; T_ASSERT_NOTNULL(configs, "allocated config words");
675 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(periods, "allocate periods array");
686 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_set_period");
694 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_set_actionid");
699 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kperf_action_samplers_set");
702 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(sess, "ktrace_session_create");