You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ProfilerOptions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The below options are `action`s for async-profiler and common for both `asprof`
51
51
| N/A |`server=ADDRESS`| Start insecure HTTP server with the given IP address/port to control the profiler. This option can be specified as `-agentpath` argument only. Be careful not to expose async-profiler server in a public network. |
52
52
|`--all-user`|`alluser`| Include only user-mode events. This option is helpful when kernel profiling is restricted by `perf_event_paranoid` settings. |
53
53
|`--sched`|`sched`| Group threads by Linux-specific scheduling policy: BATCH/IDLE/OTHER. |
54
-
|`--cstack MODE`|`cstack=MODE`| How to walk native frames (C stack). Possible modes are `fp` (Frame Pointer), `dwarf` (DWARF unwind info), `lbr` (Last Branch Record, available on Haswell since Linux 4.1), `vm`, `vmx` (HotSpot VM Structs) and `no` (do not collect C stack).<br><br>By default, C stack is shown in cpu, ctimer, wall-clock and perf-events profiles. Java-level events like `alloc` and `lock` collect only Java stack. |
54
+
|`--cstack MODE`|`cstack=MODE`| How to walk native frames (C stack). Possible modes are `fp` (Frame Pointer), `dwarf` (DWARF unwind info), `vm`, `vmx` (HotSpot VM Structs) and `no` (do not collect C stack).<br><br>By default, C stack is shown in cpu, ctimer, wall-clock and perf-events profiles. Java-level events like `alloc` and `lock` collect only Java stack.|
55
55
|`--signal NUM`|`signal=NUM`| Use alternative signal for cpu or wall clock profiling. To change both signals, specify two numbers separated by a slash: `--signal SIGCPU/SIGWALL`. |
56
56
|`--clock SOURCE`|`clock=SOURCE`| Clock source for JFR timestamps: `tsc` (default) or `monotonic` (equivalent for `CLOCK_MONOTONIC`). |
57
57
|`--begin function`|`begin=FUNCTION`| Automatically start profiling when the specified native function is executed. |
0 commit comments