MCPcopy Create free account

hub / github.com/dmtcp/dmtcp / types & classes

Types & classes700 in github.com/dmtcp/dmtcp

↓ 15 callersClassUniquePid
src/uniquepid.h:33
↓ 8 callersClasssigaction
src/glibcsystem.cpp:46
↓ 6 callersClassFileInfo
Provides utility functions for filenames. FileInfo provides easy access to the components of a file's path relative to the project root.
util/cpplint.py:1071
↓ 6 callersClasslist
include/dmtcpalloc.h:229
↓ 5 callersClassstat
test/stat.c:16
↓ 4 callersClassJSocket
jalib/jsocket.h:39
↓ 3 callersClassJBuffer
@author Jason Ansel <jansel@ccs.neu.edu> */
jalib/jbuffer.h:31
↓ 3 callersClasssigaction
test/dmtcp4.c:38
↓ 3 callersClassstat
src/dmtcprestartinternal.cpp:643
↓ 3 callersClassstat
src/plugin/ipc/file/fileconnection.cpp:120
↓ 2 callersClassCheckFailed
test/autotest.py:316
↓ 2 callersClassConnectionIdentifier
src/plugin/ipc/connectionidentifier.h:35
↓ 2 callersClassJClientSocket
jalib/jsocket.h:156
↓ 2 callersClassmap
include/dmtcpalloc.h:233
↓ 2 callersClasssigaction
src/miscwrappers.cpp:360
↓ 2 callersClasssigaction
src/ckptserializer.cpp:78
↓ 2 callersClassstat
test/file3.c:24
↓ 2 callersClassstat
src/util_exec.cpp:103
↓ 2 callersClassstat
jalib/jfilesystem.cpp:203
↓ 2 callersClassstatfs
test/syscall-tester.c:1741
↓ 1 callersClassAddSymbolFile
This command will load the debugging information about a dynamic library (.so file) using gdb's add-symbol-file command
util/gdb.py:60
↓ 1 callersClassAddSymbolFileAtAddress
add-symbol-file-at-address MEMORY_ADDRESS
util/gdb-dmtcp-utils.py:346
↓ 1 callersClassAddSymbolFileFromFilenameAndAddress
add-symbol-file-from-filename-and-address FILENAME ADDRESS Better version of add-symbol-file; ADDRESS is anywhere in memory range
util/gdb-dmtcp-utils.py:294
↓ 1 callersClassAddSymbolFileFromSubstring
add-symbol-file-from-substring FILENAME_SUBSTRING
util/gdb-dmtcp-utils.py:275
↓ 1 callersClassAddSymbolFilesAll
add-symbol-files-all (adds all symbols of files in /proc/self/maps)
util/gdb-dmtcp-utils.py:368
↓ 1 callersClassCallerIs
Return True if the calling function's name is equal to a string. This function takes one or two arguments. The first argument is the name of a
util/gdb.py:39
↓ 1 callersClassCleansedLines
Holds 4 copies of all lines with different preprocessing applied to them. 1) elided member contains lines without strings and comments. 2) lines
util/cpplint.py:1398
↓ 1 callersClassCppLinter
util/dmtcp-style.py:133
↓ 1 callersClassDmtcpUniqueProcessId
include/dmtcp.h:239
↓ 1 callersClassJTime
jalib/jtimer.h:59
↓ 1 callersClassLoadSymbols
load-symbols [optional: FILENAME] (load symbols from /proc/self/maps) Normally, load-symbols works with no arguments. When GDB stack does not show a
util/gdb-dmtcp-utils.py:388
↓ 1 callersClassLoadSymbolsLibrary
load-symbols-library [FILENAME-OR-ADDRESS] [ADDRESS[ (loads symbols) With no argument, it loads symbols for the newest call frame that has no name. Wi
util/gdb-dmtcp-utils.py:420
↓ 1 callersClassLs
util/gdb-dmtcp-utils.py:568
↓ 1 callersClassLsof
lsof (same as: shell shell lsof -w [for this username])
util/gdb-dmtcp-utils.py:549
↓ 1 callersClassMySubprocess
dummy class: same fields as from subprocess module
test/autotest.py:320
↓ 1 callersClassNestingState
Holds states related to parsing braces.
util/cpplint.py:2311
↓ 1 callersClassProcSelfFd
List contents of /proc/<inferior-pid>/fd
util/gdb.py:13
↓ 1 callersClassProcSelfMaps
Print contents of /proc/<inferior-pid>/maps
util/gdb.py:26
↓ 1 callersClassProcenviron
procenviron (same as: cat /proc/self/environ | tr '\\0' '\\n' | less)
util/gdb-dmtcp-utils.py:525
↓ 1 callersClassProcfd
procfd (same as: shell ls -l /proc/self/fd)
util/gdb-dmtcp-utils.py:496
↓ 1 callersClassProcfdinfo
procfdinfo (same as: shell ls -l /proc/self/fdinfo/FD)
util/gdb-dmtcp-utils.py:509
↓ 1 callersClassProcmaps
procmaps (same as: shell cat /proc/self/maps)
util/gdb-dmtcp-utils.py:480
↓ 1 callersClassPstree
pstree (same as: shell pstree -plnu <$USER>)
util/gdb-dmtcp-utils.py:539
↓ 1 callersClassRlimit
rlimit (info on rlimit/ulimit)
util/gdb-dmtcp-utils.py:577
↓ 1 callersClassShowFilenameAtAddress
show-filename-at-address/whereis-address MEMORY_ADDRESS
util/gdb-dmtcp-utils.py:313
↓ 1 callersClassSignals
signals (info from /proc/self/status: SigPnd, SigBlk, SigIgn, SigCgt)
util/gdb-dmtcp-utils.py:592
↓ 1 callersClass_BlockInfo
Stores information about a generic block of code.
util/cpplint.py:2110
↓ 1 callersClass_ClassInfo
Stores information about a class.
util/cpplint.py:2167
↓ 1 callersClass_CppLintState
Maintains module-wide state..
util/cpplint.py:851
↓ 1 callersClass_ExternCInfo
Stores information about an 'extern "C"' block.
util/cpplint.py:2160
↓ 1 callersClass_FunctionState
Tracks current function name and the number of lines in its body.
util/cpplint.py:1007
↓ 1 callersClass_IncludeState
Tracks line numbers for includes, and the order in which includes appear. include_list contains list of lists of (header, line number) pairs. It'
util/cpplint.py:686
↓ 1 callersClass_NamespaceInfo
Stores information about a namespace.
util/cpplint.py:2236
↓ 1 callersClass_PreprocessorInfo
Stores checkpoints of nesting stacks when #if/#else is seen.
util/cpplint.py:2297
↓ 1 callersClassdmtcp
dmtcp [prints list of GDB commands for DMTCP]
util/gdb-dmtcp-utils.py:256
↓ 1 callersClassflock
src/util_misc.cpp:46
↓ 1 callersClasssigaction
contrib/ckpttimer/ckpttimer.cpp:94
↓ 1 callersClasssigaction
test/timer1.c:64
↓ 1 callersClasssigaction
src/dmtcp_coordinator.cpp:1315
↓ 1 callersClasssigaction
src/posix_spawn.cpp:74
↓ 1 callersClasssigaction
src/dmtcpworker.cpp:181
↓ 1 callersClassstat
test/syscall-tester.c:1461
↓ 1 callersClassstat
src/writeckpt.cpp:546
↓ 1 callersClassstat
src/util_misc.cpp:764
↓ 1 callersClassstat
src/restartscript.cpp:599
↓ 1 callersClassstat
src/plugin/ipc/file/fileconnlist.cpp:237
ClassBarrierInfo
include/shareddata.h:95
ClassBarrierInfo
include/shareddata.h:138
ClassBuffer
src/plugin/ipc/ssh/util_ssh.cpp:15
ClassCkptIntervalManager
If dmtcp_launch/dmtcp_restart specifies '-i', theCheckpointInterval * will be reset accordingly (valid for current computation). If dmtcp_command *
src/coordinatorplugin.h:56
ClassConnMsg
src/plugin/ipc/socket/connectionmessage.h:35
ClassConnection
src/plugin/ipc/connection.h:39
ClassConnectionList
src/plugin/ipc/connectionlist.h:34
ClassConnectionRewirer
src/plugin/ipc/socket/connectionrewirer.h:37
EnumConnectionType
src/plugin/ipc/connection.h:49
ClassCoordClient
src/dmtcp_coordinator.h:32
ClassCoordFlags
src/dmtcp_coordinator.h:103
ClassCoordPluginMgr
src/coordinatorplugin.h:242
ClassCoordinatorInfo
include/shareddata.h:54
EnumCoordinatorMode
src/coordinatorapi.h:35
ClassCoordinatorPlugin
src/coordinatorplugin.h:33
ClassDescriptor
src/plugin/ipc/event/util_descriptor.h:74
ClassDmtcpAlloc
include/dmtcpalloc.h:44
ClassDmtcpCoordinator
src/dmtcp_coordinator.h:157
ClassDmtcpInfo
include/dmtcp.h:253
ClassDmtcpMessage
Make sure the struct is of same size on 32-bit and 64-bit systems.
src/dmtcpmessagetypes.h:106
EnumDmtcpMessageType
src/dmtcpmessagetypes.h:35
ClassDmtcpRestart
src/dmtcprestartinternal.h:86
EnumElfType
include/dmtcp.h:258
ClassEpollConnection
src/plugin/ipc/event/eventconnection.h:71
EnumErrorCodes
src/dmtcpmessagetypes.h:92
ClassEventConnList
src/plugin/ipc/event/eventconnlist.h:9
ClassEventFdConnection
src/plugin/ipc/event/eventconnection.h:104
ClassFifoConnection
src/plugin/ipc/file/fileconnection.h:152
ClassFileConnList
src/plugin/ipc/file/fileconnlist.h:43
ClassFileConnection
src/plugin/ipc/file/fileconnection.h:73
EnumFileType
src/plugin/ipc/file/fileconnection.h:76
ClassFreeItem
jalib/jalloc.cpp:323
ClassHeader
src/shareddata.cpp:211
ClassHeader
include/shareddata.h:112
next →1–100 of 700, ranked by callers