diff --git a/doc/guides/diagnostic-tooling-support-tiers.md b/doc/guides/diagnostic-tooling-support-tiers.md index 96d3a4a20c30c2..6f5e9e1494832e 100644 --- a/doc/guides/diagnostic-tooling-support-tiers.md +++ b/doc/guides/diagnostic-tooling-support-tiers.md @@ -137,7 +137,9 @@ The tools are currently assigned to Tiers as follows: | Tracing | ETW | No | Partial | 3 | | Tracing | Systemtap | No | Partial | ? | | Profiling | V8 CPU profiler (--prof) | No | Yes | 1 | - | Profiling | Linux perf | No | Partial | ? | + | Profiling | V8 CodeEventHandler API | No | Yes | ? | + | Profiling | V8 --interpreted-frames-native-stack | Yes | Yes | ? | + | Profiling | Linux perf | Yes | Partial | ? | | Profiling | DTrace | No | Partial | 3 | | Profiling | Windows Xperf | No | ? | ? | | Profiling | 0x | No | No | 4 |