MCPcopy Create free account

hub / github.com/dmtcp/dmtcp / functions

Functions2,659 in github.com/dmtcp/dmtcp

↓ 1 callersFunctionmsg_rcv
test/posix-mq1.c:28
↓ 1 callersFunctionmsg_snd
test/posix-mq1.c:12
↓ 1 callersFunctionmsgget
src/plugin/svipc/sysvipcwrappers.cpp:311
↓ 1 callersFunctionmsgrcv
src/plugin/svipc/sysvipcwrappers.cpp:364
↓ 1 callersFunctionmsgsnd
src/plugin/svipc/sysvipcwrappers.cpp:329
↓ 1 callersFunctionmtcp_check_vdso
Turn off randomize_va (by re-exec'ing) or warn user if vdso_enabled is on. */
src/mtcp/mtcp_check_vdso.c:277
↓ 1 callersFunctionmtcp_get_next_page_range
This function returns a range of zero or non-zero pages. If the first page * is non-zero, it searches for all contiguous non-zero pages and returns t
src/writeckpt.cpp:233
↓ 1 callersFunctionmtcp_getenv
Copied from mtcp_check_vdso.c with slight update. TODO(kapil): Consolidate with the mtcp_check_vdso.c copy.
src/mtcp/mtcp_util.c:840
↓ 1 callersFunctionmtcp_have_thread_sysinfo_offset
src/mtcp/mtcp_check_vdso.c:134
↓ 1 callersFunctionmtcp_readdec
Read decimal number, return value and terminating character */
src/mtcp/mtcp_util.c:406
↓ 1 callersFunctionmtcp_restart
src/mtcp/mtcp_restart.c:387
↓ 1 callersFunctionmtcp_restart_process_args
src/mtcp/mtcp_restart.c:193
↓ 1 callersFunctionmtcp_simulateread
Used by util/readdmtcp.sh So, we use mtcp_printf to stdout instead of MTCP_PRINTF (diagnosis for DMTCP)
src/mtcp/mtcp_restart.c:110
↓ 1 callersFunctionmtcp_strchr
See 'man strchr'
src/mtcp/mtcp_util.c:189
↓ 1 callersFunctionmtcp_strtoll
src/mtcp/mtcp_util.c:46
↓ 1 callersFunctionmtcp_ultoa
src/mtcp/mtcp_util.c:82
↓ 1 callersFunctionmtcp_write_all
NOTE: This functions is called by mtcp_printf() so do not invoke mtcp_printf() from within this function.
src/mtcp/mtcp_util.c:369
↓ 1 callersFunctionmtcp_writememoryareas
* * This routine is called from time-to-time to write a new checkpoint file. * It assumes all the threads are suspended. * * NOTE: Any memory a
src/writeckpt.cpp:97
↓ 1 callersFunctionmy_ckpt
()
contrib/python/hookexample.py:5
↓ 1 callersFunctionnumCheckpoints
()
contrib/python/dmtcp.py:47
↓ 1 callersFunctionnumProcesses
()
contrib/python/dmtcp.py:32
↓ 1 callersFunctionnumRestarts
()
contrib/python/dmtcp.py:54
↓ 1 callersMethodonBind
src/plugin/ipc/socket/socketconnection.cpp:103
↓ 1 callersMethodonCTL
src/plugin/ipc/event/eventconnection.cpp:107
↓ 1 callersMethodonError
src/plugin/ipc/socket/socketconnection.cpp:510
↓ 1 callersMethodonListen
src/plugin/ipc/socket/socketconnection.cpp:109
↓ 1 callersMethodon_mq_close
* POSIX Message Queue Connection *****************************************************************************/
src/plugin/ipc/file/fileconnection.cpp:811
↓ 1 callersMethodon_msgctl
src/plugin/svipc/sysvipc.cpp:645
↓ 1 callersMethodon_msgget
* Message Queue */
src/plugin/svipc/sysvipc.cpp:629
↓ 1 callersMethodon_msgrcv
src/plugin/svipc/sysvipc.cpp:671
↓ 1 callersMethodon_msgsnd
src/plugin/svipc/sysvipc.cpp:656
↓ 1 callersMethodon_pthread_getcpuclockid
src/plugin/timer/timerlist.cpp:321
↓ 1 callersMethodon_semctl
src/plugin/svipc/sysvipc.cpp:599
↓ 1 callersMethodon_semget
* Semaphore */
src/plugin/svipc/sysvipc.cpp:581
↓ 1 callersMethodon_shmat
src/plugin/svipc/sysvipc.cpp:527
↓ 1 callersMethodon_shmdt
src/plugin/svipc/sysvipc.cpp:545
↓ 1 callersMethodon_shmget
* Shared Memory */
src/plugin/svipc/sysvipc.cpp:509
↓ 1 callersMethodon_timer_create
src/plugin/timer/timerlist.cpp:256
↓ 1 callersMethodon_timer_delete
src/plugin/timer/timerlist.cpp:284
↓ 1 callersMethodon_timer_settime
src/plugin/timer/timerlist.cpp:294
↓ 1 callersFunctionopenCkptFileToRead
Copied from mtcp/mtcp_restart.c. Let's keep this code close to MTCP code to avoid maintenance problems. MTCP code in: mtcp/mtcp_restart.c:open_ckpt_t
src/dmtcprestartinternal.cpp:519
↓ 1 callersFunctionopenListenSocket
src/plugin/ipc/ssh/dmtcp_ssh.cpp:89
↓ 1 callersMethodopenRestoreSocket
src/plugin/ipc/socket/connectionrewirer.cpp:172
↓ 1 callersFunctionopenSharedFile
src/plugin/pid/pid.cpp:229
↓ 1 callersFunctionopen_ckpt_to_write
src/ckptserializer.cpp:286
↓ 1 callersFunctionopen_ckpt_to_write_gz
src/ckptserializer.cpp:200
↓ 1 callersFunctionopenlog
src/syslogwrappers.cpp:120
↓ 1 callersMethodoverwriteFileWithBackup
Given an open file-descriptor for a saved file, saves a copy * of its existing copy, and replaces the existing copy with the * saved file. */
src/plugin/ipc/file/fileconnection.cpp:257
↓ 1 callersFunctionparallel_test
(name)
test/autotest.py:107
↓ 1 callersFunctionparent
test/sysv-msg.c:51
↓ 1 callersFunctionparent
test/sysv-shm1.c:15
↓ 1 callersFunctionparent
test/posix-mq2.c:92
↓ 1 callersFunctionparent
test/posix-mq1.c:48
↓ 1 callersFunctionparent
test/sysv-sem.c:53
↓ 1 callersFunctionparent
test/sysv-shm2.c:14
↓ 1 callersFunctionparse_credentials
test/credentials/conf4.c:15
↓ 1 callersFunctionparse_credentials
test/credentials/conf7.c:15
↓ 1 callersFunctionparse_credentials
test/credentials/conf3.c:15
↓ 1 callersFunctionparse_credentials
test/credentials/conf5.c:15
↓ 1 callersFunctionpatchPOSIXUserMask
src/signalwrappers.cpp:129
↓ 1 callersFunctionpatchPOSIXUserMaskMT
Multi-threaded version of the above function */
src/signalwrappers.cpp:136
↓ 1 callersFunctionpatchUserEnv
src/execwrappers.cpp:575
↓ 1 callersFunctionpathTranslator_PostExec
src/plugin_pathtranslator.cpp:101
↓ 1 callersFunctionpathTranslator_PrepareForExec
src/plugin_pathtranslator.cpp:92
↓ 1 callersFunctionpathTranslator_Restart
src/plugin_pathtranslator.cpp:80
↓ 1 callersFunctionpathTranslator_VirtualToReal
src/plugin_pathtranslator.cpp:126
↓ 1 callersFunctionperform_open_ckpt_image_fd
src/ckptserializer.cpp:216
↓ 1 callersMethodpid
src/plugin/ipc/connectionidentifier.h:53
↓ 1 callersFunctionpidVirt_PostExec
src/plugin/pid/pid.cpp:150
↓ 1 callersFunctionpidVirt_PostRestart
src/plugin/pid/pid.cpp:260
↓ 1 callersFunctionpidVirt_PrepareForExec
src/plugin/pid/pid.cpp:136
↓ 1 callersFunctionpidVirt_ProcessProcSelfTask
src/plugin/pid/pid.cpp:159
↓ 1 callersFunctionpidVirt_ThreadExit
src/plugin/pid/pid.cpp:296
↓ 1 callersFunctionpidVirt_atfork_prepare
src/plugin/pid/pid_miscwrappers.cpp:50
↓ 1 callersFunctionpidVirt_vfork_prepare
src/plugin/pid/pid_miscwrappers.cpp:80
↓ 1 callersFunctionpid_initialize_wrappers
src/plugin/pid/pid_syscallsreal.c:76
↓ 1 callersFunctionpid_real_to_virtual_filepath
FIXME: This function needs third argument newpathsize, or assume PATH_MAX
src/plugin/pid/pid.cpp:207
↓ 1 callersFunctionpid_virtual_to_real_filepath
FIXME: This function needs third argument newpathsize, or assume PATH_MAX
src/plugin/pid/pid.cpp:185
↓ 1 callersFunctionpipe2
src/miscwrappers.cpp:117
↓ 1 callersFunctionposix_openpt
src/wrappers.cpp:847
↓ 1 callersMethodpostExec
src/processinfo.cpp:439
↓ 1 callersFunctionpostRestart
src/plugin/timer/timerlist.cpp:52
↓ 1 callersMethodpostRestart
src/plugin/pid/virtualpidtable.cpp:130
↓ 1 callersMethodpostRestart
src/plugin/timer/timerlist.cpp:188
↓ 1 callersMethodpostRestart
src/plugin/ipc/socket/socketconnlist.cpp:208
↓ 1 callersMethodpostRestart
src/plugin/ipc/event/eventconnection.cpp:75
↓ 1 callersFunctionpreCheckpoint
src/plugin/timer/timerlist.cpp:46
↓ 1 callersMethodpreCheckpoint
src/plugin/timer/timerlist.cpp:174
↓ 1 callersMethodpreCkpt
* This function is called after preCkpt() for all the FileConnection * objects and writes out information about the open files saved by DMTCP. */
src/plugin/ipc/file/fileconnlist.cpp:306
↓ 1 callersMethodpreCkpt
src/plugin/ipc/socket/socketconnlist.cpp:166
↓ 1 callersFunctionpreCkptDrain
src/plugin/svipc/sysvipc.cpp:113
↓ 1 callersMethodpreCkptRegisterNSData
src/plugin/ipc/socket/socketconnlist.cpp:113
↓ 1 callersMethodpreCkptSendQueries
src/plugin/ipc/socket/socketconnlist.cpp:128
↓ 1 callersFunctionpreExitCleanup
src/dmtcp_coordinator.cpp:778
↓ 1 callersFunctionpre_ckpt
* On ckpt: * - Flush a cookie down the tap/tun interface * - Do a timed wait (of MAX_READ_WAIT_TIME milliseconds) for any incoming data * - Stor
contrib/tun/tun.c:415
↓ 1 callersFunctionpre_ckpt
contrib/kvm/kvm.c:755
↓ 1 callersFunctionpre_ckpt
contrib/ckpttimer/ckpttimer.cpp:169
↓ 1 callersFunctionpre_ckpt
contrib/snooze/snooze.c:15
↓ 1 callersFunctionprecheckpoint
test/presuspend.c:38
↓ 1 callersFunctionprecheckpoint
test/plugin/presuspend/presuspend.c:141
← previousnext →1,101–1,200 of 2,659, ranked by callers