MCPcopy Create free account

hub / github.com/X-Profiler/xprofiler / functions

Functions873 in github.com/X-Profiler/xprofiler

↓ 2 callersFunctionlittle_endianness
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
src/library/json.hpp:9127
↓ 2 callersFunctionlocal_itoa
itoa() is not a standard function, and we cannot safely call printf() * after suspending threads. So, we just implement our own copy. A * recursive
src/platform/unix/core/linux/linuxthreads.cc:68
↓ 2 callersMethodmalloced_memory
src/logbypass/heap.h:33
↓ 2 callersMethodmemory_statistics
src/environment_data.h:64
↓ 2 callersFunctionoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/library/json.hpp:13152
↓ 2 callersFunctionoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/library/json.hpp:13203
↓ 2 callersFunctionparse
src/library/json.hpp:23213
↓ 2 callersFunctionparseLog
(component, content, patt, alinode)
test/fixtures/cases/logbypass.js:9
↓ 2 callersFunctionpop_back
@brief remove last reference token @sa https://json.nlohmann.me/api/json_pointer/pop_back/
src/library/json.hpp:13840
↓ 2 callersFunctionreportEndpoint
src/commands/report/uv_statistics.cc:177
↓ 2 callersFunctionreportEndpoints
src/commands/report/uv_statistics.cc:195
↓ 2 callersFunctionreportPath
src/commands/report/uv_statistics.cc:138
↓ 2 callersFunctionreset
reset token_buffer; current character is beginning of token
src/library/json.hpp:8621
↓ 2 callersFunctionsendRequest
(abort)
test/fixtures/scripts/process_normal.js:38
↓ 2 callersMethodset_current_gc_type
src/commands/gcprofiler/gc_profiler.h:22
↓ 2 callersFunctionsize
@brief returns the number of elements @sa https://json.nlohmann.me/api/basic_json/size/
src/library/json.hpp:22114
↓ 2 callersFunctionskip_whitespace
src/library/json.hpp:8801
↓ 2 callersFunctionsubscribeHttpServerRequestStart
(options)
patch/http.js:15
↓ 2 callersFunctionswap
@brief exchanges the values @sa https://json.nlohmann.me/api/basic_json/swap/
src/library/json.hpp:22632
↓ 2 callersFunctionteardown
(key)
lib/xctl.js:146
↓ 2 callersFunctiontest
()
test/patch/shimmer.test.js:15
↓ 2 callersFunctiontimeout
(time, key)
lib/xctl.js:167
↓ 2 callersMethodtotal_heap_size_executable
src/logbypass/heap.h:27
↓ 2 callersMethoduv_handle_statistics
src/environment_data.h:65
↓ 2 callersMethodwhat
returns the explanatory string
src/library/json.hpp:4304
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
src/library/json.hpp:14975
↓ 2 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
src/library/json.hpp:15004
↓ 2 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
src/library/json.hpp:15328
↓ 2 callersFunctionwrite_space_data
src/commands/gcprofiler/gc_profiler.cc:15
↓ 1 callersFunctionAtExit
src/xpf_node.h:12
↓ 1 callersFunctionAutoIncreaseHeapLimit
src/hooks/heap_limit.cc:32
↓ 1 callersFunctionAvoidRssLeak
src/platform/win/mallopt_win.cc:4
↓ 1 callersMethodBroadcast
src/xpf_mutex-inl.h:27
↓ 1 callersFunctionCheckedUvLoopClose
src/xpf_thread.cc:37
↓ 1 callersFunctionCollectLibuvHandleStatistics
src/logbypass/libuv.cc:64
↓ 1 callersFunctionCollectMemoryStatistics
src/logbypass/heap.cc:73
↓ 1 callersMethodCollectStatistics
src/logbypass/log.cc:66
↓ 1 callersFunctionCountAUXV
Read /proc/self/auxv (if it exists), count number of entries. * Since we are already reading all entries, it is convenient * to also return the addr
src/platform/unix/core/linux/elfcore.cc:659
↓ 1 callersFunctionCreateIpcServer
src/platform/unix/ipc.cc:57
↓ 1 callersMethodDescribeConfig
src/configure.h:34
↓ 1 callersFunctionDirtyStack
Try to dirty the stack, and hope that the compiler is not smart enough * to optimize this function away. Or worse, the compiler could inline the * f
src/platform/unix/core/linux/linuxthreads.cc:218
↓ 1 callersFunctionDisableHttpDetailProfiling
src/logbypass/http.cc:44
↓ 1 callersFunctionEnableHttpDetailProfiling
src/logbypass/http.cc:40
↓ 1 callersFunctionEscapeJsonChars
from node-v12.13.0 src/node_report_utils.cc
src/library/writer.cc:7
↓ 1 callersFunctionFlushPipe
Flush the remaining data (if any) from the pipe. */
src/platform/unix/core/linux/elfcore.cc:484
↓ 1 callersFunctionGetGlobalNodeVersion
src/library/common.cc:26
↓ 1 callersFunctionGetHexWithInitChar
src/platform/unix/core/linux/elfcore.cc:560
↓ 1 callersMethodGetMainThread
src/environment_registry.cc:51
↓ 1 callersFunctionGetNowCpuUsage
src/platform/unix/cpu.cc:6
↓ 1 callersFunctionGetOsVersion
src/platform/unix/report.cc:201
↓ 1 callersFunctionGetRss
src/logbypass/heap.cc:45
↓ 1 callersFunctionGetStartTime
src/library/common.cc:17
↓ 1 callersFunctionGetStopAction
src/commands/dump.cc:358
↓ 1 callersFunctionInitGcStatusHooks
src/logbypass/gc.cc:81
↓ 1 callersFunctionInitOnceLoadTime
src/library/common.cc:15
↓ 1 callersMethodJoin
src/xpf_thread.cc:59
↓ 1 callersFunctionLeadingZeros
Computes the amount of leading zeros in a memory region. */
src/platform/unix/core/linux/elfcore.cc:566
↓ 1 callersFunctionNotifyJsThread
src/commands/dump.cc:295
↓ 1 callersFunctionOffsetOf
src/util.h:95
↓ 1 callersFunctionOnFatalError
src/hooks/fatal_error.cc:78
↓ 1 callersFunctionPrintLoadedLibraries
src/platform/unix/report.cc:183
↓ 1 callersFunctionPrintNativeStack
src/platform/unix/report.cc:61
↓ 1 callersFunctionPrintResourceLimits
src/platform/unix/report.cc:109
↓ 1 callersFunctionPrintSystemEnv
src/platform/unix/report.cc:96
↓ 1 callersFunctionPrintUvHandleInformation
src/xpf_thread.cc:5
↓ 1 callersMethodRegister
src/environment_registry.cc:14
↓ 1 callersMethodRemoveGCEpilogueCallback
src/environment_data.cc:111
↓ 1 callersMethodRemoveGCPrologueCallback
src/environment_data.cc:125
↓ 1 callersFunctionSPrintFImpl
src/library/printf-inl.h:56
↓ 1 callersFunctionSanitizeVDSO
Verify that alleged vdso and its internals are sane (properly * aligned, within readable memory etc. Returns NULL if not. */
src/platform/unix/core/linux/elfcore.cc:684
↓ 1 callersMethodSendCollectStatistics
src/logbypass/log.cc:57
↓ 1 callersFunctionSetCoreDumpLimitedByPriority
src/platform/unix/core/linux/coredumper.cc:273
↓ 1 callersFunctionSetFatalErrorHandler
src/hooks/fatal_error.cc:83
↓ 1 callersFunctionSetHeapSpaceStatistics
src/logbypass/heap.cc:54
↓ 1 callersFunctionSetNowCpuUsage
src/logbypass/cpu.cc:60
↓ 1 callersFunctionSignoString
src/commands/report/uv_statistics.cc:12
↓ 1 callersFunctionSleepCrossPlatform
src/platform/unix/utils.cc:8
↓ 1 callersFunctionStartCommandsListener
src/commands/listener.cc:21
↓ 1 callersMethodStartIfNeeded
src/xpf_thread.cc:51
↓ 1 callersFunctionStartLogThread
src/logbypass/log.cc:101
↓ 1 callersMethodThreadAtExit
src/logbypass/log.cc:29
↓ 1 callersMethodThreadEntry
src/commands/dump.cc:322
↓ 1 callersMethodThreadEntry
src/logbypass/log.cc:19
↓ 1 callersFunctionToString
src/library/printf-inl.h:47
↓ 1 callersFunctionTotalGcDuration
src/logbypass/gc.cc:21
↓ 1 callersFunctionTotalGcTimes
src/logbypass/gc.cc:11
↓ 1 callersFunctionTranslateAllocationProfile
src/commands/heapprofiler/sampling_heap_profiler.cc:14
↓ 1 callersMethodTraverseConfig
src/configure.h:41
↓ 1 callersFunctionTryGetCurrentIsolate
src/xpf_v8.h:30
↓ 1 callersMethodUnregister
src/environment_registry.cc:20
↓ 1 callersMethodWait
src/xpf_mutex-inl.h:33
↓ 1 callersFunctionWaitForProfile
src/commands/dump.cc:282
↓ 1 callersFunctionWriteCore
src/platform/win/core_win.cc:9
↓ 1 callersFunctionWriteCoreDump
Writes the core file to disk. This is a convenience method wrapping * GetCoreDump(). If a core file could not be generated for any reason, * -1 is r
src/platform/unix/core/linux/coredumper.cc:189
↓ 1 callersFunctionWriteCpuUsageInPeriod
src/logbypass/cpu.cc:70
↓ 1 callersFunctionWriteGcStatusToLog
src/logbypass/gc.cc:86
↓ 1 callersFunctionWriteHttpStatus
src/logbypass/http.cc:48
↓ 1 callersFunctionWriteLibuvHandleInfoToLog
src/logbypass/libuv.cc:75
↓ 1 callersFunctionWriteMemoryInfoToLog
src/logbypass/heap.cc:79
↓ 1 callersMethodWriteNodeReport
src/commands/report/node_report.cc:18
← previousnext →201–300 of 873, ranked by callers