Skip to content

Commit c2afe85

Browse files
authored
Update 3_agent.md
1 parent 7532bad commit c2afe85

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/servers-and-cloud-computing/java-perf-flamegraph

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/java-perf-flamegraph/3_agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 4
77
layout: learningpathall
88
---
99

10-
## Java Flame Graph Generation via Java agent and perf
10+
## Java Flame Graph Generation using Java agent and perf
1111
To profile a Java application with perf and ensure proper symbol resolution, you must include `libperf-jvmti.so` when launching the Java application.
1212
- `libperf-jvmti.so` is a JVM TI agent library enabling perf to resolve Java symbols, facilitating accurate profiling of Java applications.
1313
- A specialized shared library, `libperf-jvmti.so` bridges perf and the JVM, enabling proper translation of memory addresses to Java method names during profiling.

0 commit comments

Comments
 (0)