Searched refs:do_fork (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/tools/concurrencytest/ |
| H A D | concurrencytest.py | 51 def do_fork(suite): function 99 return do_fork
|
| /openbmc/openbmc/poky/documentation/profile-manual/ |
| H A D | usage.rst | 1032 tracepoint on ``do_fork()``. We can do that using the ``perf probe`` perf 1035 root@crownbay:~# perf probe do_fork 1037 probe:do_fork (on do_fork) 1041 perf record -e probe:do_fork -aR sleep 1 1049 root@crownbay:/sys/kernel/debug/tracing/events/probe/do_fork# ls -al 1057 root@crownbay:/sys/kernel/debug/tracing/events/probe/do_fork# cat format 1058 name: do_fork 1075 probe:do_fork (on do_fork) 1082 root@crownbay:~# perf record -g -a -e probe:do_fork sleep 30 1086 Using ``perf script`` we can see each ``do_fork`` event that fired:: [all …]
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 6599 static int do_fork(CPUArchState *env, unsigned int flags, abi_ulong newsp, in do_fork() function 9403 return get_errno(do_fork(cpu_env, TARGET_SIGCHLD, 0, 0, 0, 0)); in _syscall2() 11190 ret = get_errno(do_fork(cpu_env, arg1, arg2, arg4, arg6, arg5)); in _syscall2() 11192 ret = get_errno(do_fork(cpu_env, arg1, arg2, arg3, arg4, arg5)); in _syscall2() 11194 ret = get_errno(do_fork(cpu_env, arg2, arg1, arg3, arg5, arg4)); in _syscall2() 11196 ret = get_errno(do_fork(cpu_env, arg1, arg2, arg3, arg5, arg4)); in _syscall2() 11830 return get_errno(do_fork(cpu_env, in _syscall2()
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |