Lines Matching refs:T_QUIET

61 	T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "got rusage information");  in start_kpc()
64 T_QUIET; in start_kpc()
90 T_QUIET; in prepare_kpc()
92 T_QUIET; in prepare_kpc()
96 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_force_all_ctrs_set(1)"); in prepare_kpc()
100 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_force_all_ctrs_get"); in prepare_kpc()
101 T_QUIET; T_ASSERT_EQ(forcing, 1, "counters must be forced"); in prepare_kpc()
113 T_QUIET; T_ASSERT_NOTNULL(configs, "allocated config words"); in prepare_kpc()
120 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_set_config"); in prepare_kpc()
132 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(periods, "allocate periods array"); in kpc_reset_atend()
135 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_set_period"); in kpc_reset_atend()
156 T_QUIET; T_ASSERT_NOTNULL(threads, "allocated array of threads"); in start_threads()
159 T_QUIET; T_ASSERT_POSIX_ZERO(error, "pthread_create"); in start_threads()
172 T_QUIET; T_ASSERT_POSIX_ZERO(error, "joined thread %d", i); in end_threads()
264 T_QUIET; T_ASSERT_NOTNULL(counts, "allocated space for counter values");
267 T_QUIET; T_ASSERT_NOTNULL(tly, "allocated space for tallies");
275 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_get_cpu_counters");
310 T_QUIET; T_ASSERT_POSIX_SUCCESS(kpc_force_all_ctrs_set(1), NULL);
319 T_QUIET; T_ASSERT_NOTNULL(ctrs_a, NULL);
326 T_QUIET;
331 T_QUIET; T_ASSERT_NOTNULL(ctrs_b, NULL);
339 T_QUIET;
341 T_QUIET; T_EXPECT_LT(ctrs_a[i], ctrs_b[i],
374 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(periods, "allocate periods array");
378 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_set_period");
384 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_set_actionid");
390 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kperf_action_samplers_set");
393 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(ktconfig, "create current config");
395 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "print config description");
398 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(cpus, "allocate CPUs array");
407 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(sess, "ktrace_session_create");
417 T_QUIET; T_ASSERT_POSIX_ZERO(cret, "convert timestamp");
421 T_QUIET; T_EXPECT_EQ(config & UINT8_MAX,
458 T_QUIET; T_ASSERT_POSIX_ZERO(cret, "convert timestamp");
488 T_QUIET; T_ASSERT_POSIX_ZERO(cret, "convert timestamp");
494 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(counts,
499 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(tly, "allocated tallies array");
516 T_QUIET; T_ASSERT_POSIX_SUCCESS(cret, "kpc_get_cpu_counters");
538 T_QUIET; T_ASSERT_POSIX_SUCCESS(ruret, "got rusage information");
609 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "set kperf debug level");
641 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret,
646 T_QUIET; T_ASSERT_NOTNULL(configs, "allocated config words");
665 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(periods, "allocate periods array");
676 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_set_period");
684 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kpc_set_actionid");
689 T_QUIET; T_ASSERT_POSIX_SUCCESS(ret, "kperf_action_samplers_set");
692 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(sess, "ktrace_session_create");