Commit 6be2cc3
Add profiling filter preset for tokio frames (#6086)
* Add tokio filter preset to hide tokio runtime frames
Adds a new profiling filter preset "Hide Tokio Frames" that filters out
Tokio runtime frames from profiles using the starts_with filter. This
helps users focus on application code by hiding frames starting with
"tokio::" and "<tokio::".
* Add Rust panic backtrace infrastructure filter preset
Adds a new profiling filter preset "Hide Rust Panic Backtrace Infrastructure"
that filters out Rust panic and backtrace infrastructure frames from profiles.
This helps users focus on application code by hiding frames starting with
"std::panic", "<core::panic", and "std::sys::backtrace".
---------
Co-authored-by: Claude <[email protected]>1 parent b86381e commit 6be2cc3
File tree
1 file changed
+44
-0
lines changed1 file changed
+44
-0
lines changedLines changed: 44 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
177 | 221 | | |
178 | 222 | | |
179 | 223 | | |
| |||
0 commit comments