Searched refs:TEST_OK (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/tools/perf/tests/
H A Dllvm.c24 return TEST_OK; test__bpf_parsing()
31 return TEST_OK; test__bpf_parsing()
121 ret = TEST_OK; test_llvm__fetch_bpf_obj()
125 if (ret != TEST_OK) test_llvm__fetch_bpf_obj()
142 if (ret == TEST_OK) { test__llvm()
144 if (ret != TEST_OK) test__llvm()
153 case TEST_OK: test__llvm()
169 return TEST_OK; test__llvm()
H A Dbpf.c129 ret = TEST_OK; do_test()
159 if (ret != TEST_OK || !obj_buf || !obj_buf_sz) { __test__bpf()
196 if (err != TEST_OK) test__bpf()
200 return TEST_OK; test__bpf()
H A Dtests.h22 TEST_OK = 0, enumerator in enum:__anon15688
H A Dbp_signal_overflow.c133 return fails ? TEST_FAIL : TEST_OK; test__bp_signal_overflow()
H A Dbp_signal.c193 TEST_OK : TEST_FAIL; test__bp_signal()
H A Dbuiltin-test.c272 case TEST_OK: for_each_test()
H A Dhists_filter.c320 err = TEST_OK;
H A Dhists_cumulate.c120 return TEST_OK; add_hist_entries()
H A Dhists_output.c86 return TEST_OK; add_hist_entries()
/linux-4.4.14/lib/
H A Dtest-kstrtox.c45 #define TEST_OK(fn, type, fmt, test) \ macro
152 TEST_OK(kstrtoull, unsigned long long, "%llu", test_ull_ok); test_kstrtoull_ok()
268 TEST_OK(kstrtoll, long long, "%lld", test_ll_ok); test_kstrtoll_ok()
327 TEST_OK(kstrtou64, u64, "%llu", test_u64_ok); test_kstrtou64_ok()
377 TEST_OK(kstrtos64, s64, "%lld", test_s64_ok); test_kstrtos64_ok()
422 TEST_OK(kstrtou32, u32, "%u", test_u32_ok); test_kstrtou32_ok()
472 TEST_OK(kstrtos32, s32, "%d", test_s32_ok); test_kstrtos32_ok()
517 TEST_OK(kstrtou16, u16, "%hu", test_u16_ok); test_kstrtou16_ok()
569 TEST_OK(kstrtos16, s16, "%hd", test_s16_ok); test_kstrtos16_ok()
614 TEST_OK(kstrtou8, u8, "%hhu", test_u8_ok); test_kstrtou8_ok()
664 TEST_OK(kstrtos8, s8, "%hhd", test_s8_ok); test_kstrtos8_ok()
/linux-4.4.14/tools/perf/arch/x86/tests/
H A Dintel-cqm.c112 err = TEST_OK; test__intel_cqm_count_nmi_context()

Completed in 213 milliseconds