Home
last modified time | relevance | path

Searched refs:ITIMER_PROF (Results 1 – 25 of 28) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/timers/
Dposix_timers.c90 else if (which == ITIMER_PROF) in check_itimer()
101 else if (which == ITIMER_PROF) in check_itimer()
120 else if (which == ITIMER_PROF) in check_itimer()
200 if (check_itimer(ITIMER_PROF) < 0) in main()
/external/strace/xlat/
Ditimer_which.h17 #if defined(ITIMER_PROF) || (defined(HAVE_DECL_ITIMER_PROF) && HAVE_DECL_ITIMER_PROF)
18 XLAT(ITIMER_PROF),
Ditimer_which.in3 ITIMER_PROF
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D13-1.c88 ret = setitimer(ITIMER_PROF, &it, NULL); in main()
131 ret = getitimer(ITIMER_PROF, &it); in main()
/external/compiler-rt/test/msan/
Dsignal_stress_test.cc45 setitimer(ITIMER_PROF, &itv, NULL); in main()
67 setitimer(ITIMER_PROF, &itv, NULL); in main()
/external/compiler-rt/test/tsan/
Dsignal_thread.cc36 if (setitimer(ITIMER_PROF, &t, 0)) { in main()
Dsignal_sync.cc42 if (setitimer(ITIMER_PROF, &t, 0)) { in main()
Dsignal_reset.cc56 if (setitimer(ITIMER_PROF, &t, 0)) { in main()
Dsignal_sync2.cc55 if (setitimer(ITIMER_PROF, &t, 0)) { in main()
/external/kernel-headers/original/uapi/linux/
Dtime.h32 #define ITIMER_PROF 2 macro
/external/ltp/testcases/kernel/syscalls/getitimer/
Dgetitimer01.c41 ITIMER_PROF,
Dgetitimer03.c101 TEST(getitimer(-ITIMER_PROF, value)); in main()
/external/ltp/testcases/kernel/syscalls/setitimer/
Dsetitimer03.c106 TEST(setitimer(-ITIMER_PROF, value, ovalue)); in main()
/external/valgrind/none/tests/darwin/
Dbug228343.c29 if (setitimer(ITIMER_PROF, &timer, 0) != 0) { in EnableSigprof()
/external/compiler-rt/test/asan/TestCases/Linux/
Duar_signals.cc36 if (setitimer(ITIMER_PROF, &timer, 0) != 0) { in EnableSigprof()
Dswapcontext_annotation.cc152 if (setitimer(ITIMER_PROF, &t, 0)) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-6.c120 if (setitimer(ITIMER_PROF, &it, NULL)) { in run_hp_threads()
/external/python/cpython2/Lib/test/
Dtest_signal.py424 signal.setitimer(signal.ITIMER_PROF, 0)
474 self.itimer = signal.ITIMER_PROF
/external/python/cpython2/Doc/library/
Dsignal.rst114 .. data:: ITIMER_PROF
167 :const:`signal.ITIMER_VIRTUAL` or :const:`signal.ITIMER_PROF`) specified
176 and :const:`signal.ITIMER_PROF` will deliver :const:`SIGPROF`.
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py246 ITIMER_PROF = 2 variable
/external/python/cpython2/Modules/
Dsignalmodule.c829 #ifdef ITIMER_PROF in initsignal()
830 x = PyLong_FromLong(ITIMER_PROF); in initsignal()
/external/v8/testing/gtest/test/
Dgtest-death-test_test.cc382 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL)); in SetSigprofActionAndTimer()
397 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL)); in DisableSigprofActionAndTimer()
/external/googletest/googletest/test/
Dgtest-death-test_test.cc382 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL)); in SetSigprofActionAndTimer()
397 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL)); in DisableSigprofActionAndTimer()
/external/google-breakpad/src/testing/gtest/test/
Dgtest-death-test_test.cc389 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL)); in SetSigprofActionAndTimer()
404 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL)); in DisableSigprofActionAndTimer()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-death-test_test.cc387 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL)); in SetSigprofActionAndTimer()
402 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL)); in DisableSigprofActionAndTimer()

12