Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ functions
Functions
2,212 in github.com/async-profiler/async-profiler
⨍
Functions
2,212
◇
Types & classes
466
↓ 4 callers
Method
convertFlameToCollapsed
()
test/one/profiler/test/Output.java:67
↓ 4 callers
Method
covers
src/trap.h:37
↓ 4 callers
Method
debug
(String text)
src/converter/one/heatmap/Heatmap.java:366
↓ 4 callers
Method
enabled
src/tsc.h:89
↓ 4 callers
Method
eventTimeToNanos
(long time)
src/converter/one/jfr/JfrReader.java:762
↓ 4 callers
Method
excludeTrace
src/frameName.cpp:384
↓ 4 callers
Function
fail
test/test/c/native_api.c:21
↓ 4 callers
Method
file
src/symbols_linux.cpp:131
↓ 4 callers
Method
findImport
src/codeCache.cpp:244
↓ 4 callers
Method
flush
()
src/converter/one/heatmap/HuffmanEncoder.java:99
↓ 4 callers
Method
frameCount
(String stack)
test/test/depth/DepthTests.java:18
↓ 4 callers
Method
free
(long addr)
test/test/nativemem/Native.java:19
↓ 4 callers
Method
get
(int id)
src/converter/one/heatmap/StackStorage.java:31
↓ 4 callers
Method
getChild
(int titleIndex, byte type)
src/converter/one/convert/Frame.java:36
↓ 4 callers
Method
getLocation
()
src/converter/one/heatmap/Heatmap.java:535
↓ 4 callers
Method
getType
()
src/converter/one/heatmap/Heatmap.java:539
↓ 4 callers
Method
getType
()
src/converter/one/convert/Frame.java:44
↓ 4 callers
Method
hasOutputFile
src/arguments.h:296
↓ 4 callers
Method
hashCode
(long key)
src/converter/one/jfr/DictionaryInt.java:117
↓ 4 callers
Method
id
src/vmStructs.cpp:658
↓ 4 callers
Method
index
src/os.h:71
↓ 4 callers
Method
inputs
()
test/one/profiler/test/TestProcess.java:108
↓ 4 callers
Method
is_open
src/writer.h:49
↓ 4 callers
Function
loadJvmLib
test/test/nonjava/non_java_app.cpp:87
↓ 4 callers
Method
loadLibrary
(TestProcess p)
test/test/smoke/SmokeTests.java:36
↓ 4 callers
Function
loadProfiler
test/test/nonjava/non_java_app.cpp:55
↓ 4 callers
Method
method
()
test/one/profiler/test/RunnableTest.java:19
↓ 4 callers
Method
method1
()
test/test/api/BusyLoops.java:13
↓ 4 callers
Method
method2
()
test/test/api/BusyLoops.java:21
↓ 4 callers
Method
method3
()
test/test/api/BusyLoops.java:30
↓ 4 callers
Method
open
src/log.cpp:28
↓ 4 callers
Function
print_file
src/main/main.cpp:291
↓ 4 callers
Method
profilesDataFromJfr
(String jfrPath, Arguments args)
test/test/otlp/OtlpTests.java:134
↓ 4 callers
Method
readChunk
(int pos)
src/converter/one/jfr/JfrReader.java:324
↓ 4 callers
Method
recordEvent
src/flightRecorder.cpp:1421
↓ 4 callers
Function
startJvm
test/test/nonjava/non_java_app.cpp:131
↓ 4 callers
Method
status
()
test/one/profiler/test/TestResult.java:21
↓ 4 callers
Method
stop
Stop profiling (without dumping results) @throws IllegalStateException If profiler is not running
src/api/one/profiler/AsyncProfiler.java:151
↓ 4 callers
Method
substituteFiles
(String s)
test/one/profiler/test/TestProcess.java:189
↓ 4 callers
Method
thousands
src/flameGraph.cpp:46
↓ 4 callers
Method
timerLoop
src/profiler.cpp:1482
↓ 4 callers
Method
toString
src/instrument.cpp:96
↓ 4 callers
Function
try_parse_uint
src/rustDemangle.cpp:450
↓ 4 callers
Method
waitAndGetProfilesData
(TestProcess p)
test/test/otlp/OtlpTests.java:127
↓ 3 callers
Method
active
src/flightRecorder.h:35
↓ 3 callers
Method
add
src/symbols_macos.cpp:36
↓ 3 callers
Method
add
src/profiler.cpp:75
↓ 3 callers
Method
addArgs
(List<String> cmd, String args)
test/one/profiler/test/TestProcess.java:180
↓ 3 callers
Method
addChild
(Frame frame, String title, byte type, long ticks)
src/converter/one/convert/FlameGraph.java:386
↓ 3 callers
Method
addImport
src/codeCache.cpp:190
↓ 3 callers
Method
addSample
(CallStack stack, long ticks)
src/converter/one/convert/FlameGraph.java:157
↓ 3 callers
Function
asprof_init
src/asprof.cpp:18
↓ 3 callers
Method
assertCloseTo
(long value, long target, String message)
test/test/cpu/CpuTests.java:20
↓ 3 callers
Method
beforeChunk
()
src/converter/one/jfr/event/EventCollector.java:12
↓ 3 callers
Method
binarySearch
src/codeCache.cpp:133
↓ 3 callers
Method
classId
()
src/converter/one/jfr/event/Event.java:51
↓ 3 callers
Method
convert
(String input, String output, Arguments args)
src/converter/one/convert/JfrToHeatmap.java:102
↓ 3 callers
Method
count
src/main/main.cpp:136
↓ 3 callers
Method
data
src/flightRecorder.cpp:87
↓ 3 callers
Method
digest
(byte[] input, String algorithm)
test/test/recovery/CodingIntrinsics.java:89
↓ 3 callers
Function
doCpuTask
test/native/libs/jninativestacks.c:21
↓ 3 callers
Method
doStuff
()
test/test/api/MetricsTest.java:12
↓ 3 callers
Method
dump
src/flameGraph.cpp:114
↓ 3 callers
Method
dump
(OutputStream out)
src/converter/one/convert/FlameGraph.java:204
↓ 3 callers
Method
dumpAndGetProfile
(AsyncProfiler profiler)
test/test/otlp/OtlpProfileTimeTest.java:41
↓ 3 callers
Method
findLibraryByName
src/profiler.cpp:259
↓ 3 callers
Method
forName
src/perfEvents_linux.cpp:398
↓ 3 callers
Method
getFirstInStack
()
src/converter/one/heatmap/Heatmap.java:543
↓ 3 callers
Method
getFrame
src/vmStructs.h:344
↓ 3 callers
Method
getMethodIndex
(MethodKey key)
src/converter/one/heatmap/Heatmap.java:511
↓ 3 callers
Function
getSymbol
test/test/nativemem/preload_malloc.c:25
↓ 3 callers
Method
hasDebugSymbols
src/codeCache.h:172
↓ 3 callers
Method
hashCode
(long key)
src/converter/one/jfr/Dictionary.java:119
↓ 3 callers
Method
imageBase
src/codeCache.h:155
↓ 3 callers
Method
info
src/instrument.cpp:87
↓ 3 callers
Function
isDigit
src/frameName.cpp:16
↓ 3 callers
Method
isLessOrEqual
(double left, double right)
test/one/profiler/test/Assert.java:83
↓ 3 callers
Function
jattach
src/jattach/jattach.c:20
↓ 3 callers
Method
load
src/safeAccess.cpp:25
↓ 3 callers
Method
malloc
(long size)
test/test/nativemem/Native.java:13
↓ 3 callers
Method
matches
(Method m, List<Pattern> patterns)
test/one/profiler/test/TestDeclaration.java:93
↓ 3 callers
Method
maxAddress
src/codeCache.h:151
↓ 3 callers
Method
method
src/stackFrame_arm.cpp:54
↓ 3 callers
Method
moveLog
(File file, String name, boolean autoExtension)
test/one/profiler/test/TestProcess.java:237
↓ 3 callers
Method
nameIndex
src/flameGraph.h:45
↓ 3 callers
Method
nativeLibs
src/profiler.h:187
↓ 3 callers
Method
next
src/perfEvents_linux.cpp:541
↓ 3 callers
Function
notify_semaphore
src/jattach/jattach_openj9.c:282
↓ 3 callers
Method
parse
(String input, Arguments args)
src/converter/one/convert/FlameGraph.java:460
↓ 3 callers
Method
parse
(String input, Arguments args)
src/converter/one/convert/JfrToFlame.java:78
↓ 3 callers
Function
parser_peek
src/rustDemangle.cpp:673
↓ 3 callers
Method
pinCpu
(TestProcess p, int cpu)
test/test/cpu/CpuTests.java:25
↓ 3 callers
Method
pos
()
src/converter/one/heatmap/HtmlOut.java:20
↓ 3 callers
Function
printer_pop_depth
src/rustDemangle.cpp:1000
↓ 3 callers
Method
putByteString
src/flightRecorder.cpp:177
↓ 3 callers
Method
readFields
(boolean[] numeric)
src/converter/one/jfr/JfrReader.java:586
↓ 3 callers
Function
readVarInt
test/native/protobufBufferTest.cpp:10
↓ 3 callers
Function
release_lock
src/jattach/jattach_openj9.c:212
↓ 3 callers
Method
reset
src/flightRecorder.cpp:101
↓ 3 callers
Method
resize
(int newCapacity)
src/converter/one/jfr/Dictionary.java:98
← previous
next →
201–300 of 2,212, ranked by callers