@parca/profile 0.19.115 → 0.19.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.19.116](https://github.com/parca-dev/parca/compare/@parca/profile@0.19.115...@parca/profile@0.19.116) (2026-02-09)
7
+
8
+ **Note:** Version bump only for package @parca/profile
9
+
6
10
  ## [0.19.115](https://github.com/parca-dev/parca/compare/@parca/profile@0.19.114...@parca/profile@0.19.115) (2026-02-09)
7
11
 
8
12
  **Note:** Version bump only for package @parca/profile
@@ -1 +1 @@
1
- {"version":3,"file":"filterPresets.d.ts","sourceRoot":"","sources":["../../../../src/ProfileView/components/ProfileFilters/filterPresets.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAEvD,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC,CAAC;IAC1C,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;CAChC;AAED,eAAO,MAAM,aAAa,EAAE,YAAY,EA0OvC,CAAC;AAIF,eAAO,MAAM,WAAW,GAAI,KAAK,MAAM,KAAG,OAEzC,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,KAAK,MAAM,KAAG,YAAY,GAAG,SAE3D,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,cAAc,MAAM,KAAG,YAAY,EAO3E,CAAC"}
1
+ {"version":3,"file":"filterPresets.d.ts","sourceRoot":"","sources":["../../../../src/ProfileView/components/ProfileFilters/filterPresets.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAEvD,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC,CAAC;IAC1C,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;CAChC;AAED,eAAO,MAAM,aAAa,EAAE,YAAY,EA4SvC,CAAC;AAIF,eAAO,MAAM,WAAW,GAAI,KAAK,MAAM,KAAG,OAEzC,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,KAAK,MAAM,KAAG,YAAY,GAAG,SAE3D,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,cAAc,MAAM,KAAG,YAAY,EAO3E,CAAC"}
@@ -186,6 +186,12 @@ export const filterPresets = [
186
186
  matchType: 'not_starts_with',
187
187
  value: '<tokio::',
188
188
  },
189
+ {
190
+ type: 'frame',
191
+ field: 'function_name',
192
+ matchType: 'not_contains',
193
+ value: 'tokio::runtime',
194
+ },
189
195
  ],
190
196
  },
191
197
  {
@@ -217,6 +223,48 @@ export const filterPresets = [
217
223
  matchType: 'not_contains',
218
224
  value: 'core::future::future::Future',
219
225
  },
226
+ {
227
+ type: 'frame',
228
+ field: 'function_name',
229
+ matchType: 'not_starts_with',
230
+ value: 'poll',
231
+ },
232
+ {
233
+ type: 'frame',
234
+ field: 'function_name',
235
+ matchType: 'not_starts_with',
236
+ value: 'try_poll',
237
+ },
238
+ {
239
+ type: 'frame',
240
+ field: 'function_name',
241
+ matchType: 'not_starts_with',
242
+ value: '{closure#',
243
+ },
244
+ {
245
+ type: 'frame',
246
+ field: 'function_name',
247
+ matchType: 'not_starts_with',
248
+ value: '{async_block#',
249
+ },
250
+ {
251
+ type: 'frame',
252
+ field: 'function_name',
253
+ matchType: 'not_equal',
254
+ value: 'invoke',
255
+ },
256
+ {
257
+ type: 'frame',
258
+ field: 'function_name',
259
+ matchType: 'not_equal',
260
+ value: 'run',
261
+ },
262
+ {
263
+ type: 'frame',
264
+ field: 'function_name',
265
+ matchType: 'not_starts_with',
266
+ value: '{async_fn#',
267
+ },
220
268
  ],
221
269
  },
222
270
  {
@@ -242,6 +290,24 @@ export const filterPresets = [
242
290
  matchType: 'not_starts_with',
243
291
  value: 'std::sys::backtrace',
244
292
  },
293
+ {
294
+ type: 'frame',
295
+ field: 'function_name',
296
+ matchType: 'not_starts_with',
297
+ value: 'catch_unwind<',
298
+ },
299
+ {
300
+ type: 'frame',
301
+ field: 'function_name',
302
+ matchType: 'not_starts_with',
303
+ value: 'call_once<',
304
+ },
305
+ {
306
+ type: 'frame',
307
+ field: 'function_name',
308
+ matchType: 'not_starts_with',
309
+ value: 'do_call<',
310
+ },
245
311
  ],
246
312
  },
247
313
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parca/profile",
3
- "version": "0.19.115",
3
+ "version": "0.19.116",
4
4
  "description": "Profile viewing libraries",
5
5
  "dependencies": {
6
6
  "@floating-ui/react": "^0.27.12",
@@ -85,5 +85,5 @@
85
85
  "access": "public",
86
86
  "registry": "https://registry.npmjs.org/"
87
87
  },
88
- "gitHead": "c96a763865fbfaa434131442630e7019d4867cab"
88
+ "gitHead": "f4ec1362c1c0e27bf2fdb48b35436660f35a298b"
89
89
  }
@@ -197,6 +197,12 @@ export const filterPresets: FilterPreset[] = [
197
197
  matchType: 'not_starts_with',
198
198
  value: '<tokio::',
199
199
  },
200
+ {
201
+ type: 'frame',
202
+ field: 'function_name',
203
+ matchType: 'not_contains',
204
+ value: 'tokio::runtime',
205
+ },
200
206
  ],
201
207
  },
202
208
  {
@@ -228,6 +234,48 @@ export const filterPresets: FilterPreset[] = [
228
234
  matchType: 'not_contains',
229
235
  value: 'core::future::future::Future',
230
236
  },
237
+ {
238
+ type: 'frame',
239
+ field: 'function_name',
240
+ matchType: 'not_starts_with',
241
+ value: 'poll',
242
+ },
243
+ {
244
+ type: 'frame',
245
+ field: 'function_name',
246
+ matchType: 'not_starts_with',
247
+ value: 'try_poll',
248
+ },
249
+ {
250
+ type: 'frame',
251
+ field: 'function_name',
252
+ matchType: 'not_starts_with',
253
+ value: '{closure#',
254
+ },
255
+ {
256
+ type: 'frame',
257
+ field: 'function_name',
258
+ matchType: 'not_starts_with',
259
+ value: '{async_block#',
260
+ },
261
+ {
262
+ type: 'frame',
263
+ field: 'function_name',
264
+ matchType: 'not_equal',
265
+ value: 'invoke',
266
+ },
267
+ {
268
+ type: 'frame',
269
+ field: 'function_name',
270
+ matchType: 'not_equal',
271
+ value: 'run',
272
+ },
273
+ {
274
+ type: 'frame',
275
+ field: 'function_name',
276
+ matchType: 'not_starts_with',
277
+ value: '{async_fn#',
278
+ },
231
279
  ],
232
280
  },
233
281
  {
@@ -253,6 +301,24 @@ export const filterPresets: FilterPreset[] = [
253
301
  matchType: 'not_starts_with',
254
302
  value: 'std::sys::backtrace',
255
303
  },
304
+ {
305
+ type: 'frame',
306
+ field: 'function_name',
307
+ matchType: 'not_starts_with',
308
+ value: 'catch_unwind<',
309
+ },
310
+ {
311
+ type: 'frame',
312
+ field: 'function_name',
313
+ matchType: 'not_starts_with',
314
+ value: 'call_once<',
315
+ },
316
+ {
317
+ type: 'frame',
318
+ field: 'function_name',
319
+ matchType: 'not_starts_with',
320
+ value: 'do_call<',
321
+ },
256
322
  ],
257
323
  },
258
324
  ];