OLD | NEW |
1 { | 1 { |
2 "components": [ | 2 "components": [ |
3 "second", | 3 "second", |
4 "mmap-profiler", | 4 "mmap-profiler", |
5 "mmap-type-profiler", | 5 "mmap-type-profiler", |
6 "mmap-tcmalloc", | 6 "mmap-tcmalloc", |
7 "FROM_HERE_FOR_TOTAL", | 7 "FROM_HERE_FOR_TOTAL", |
8 "mustbezero", | 8 "mustbezero", |
9 "unhooked-absent", | 9 "unhooked-absent", |
10 "unhooked-anonymous", | 10 "unhooked-anonymous", |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 "stacktrace": ".*SkTypeface::openStream.*", | 214 "stacktrace": ".*SkTypeface::openStream.*", |
215 "allocator": "mmap" | 215 "allocator": "mmap" |
216 }, | 216 }, |
217 { | 217 { |
218 "name": "mmap-catch-all", | 218 "name": "mmap-catch-all", |
219 "stacktrace": ".*", | 219 "stacktrace": ".*", |
220 "allocator": "mmap" | 220 "allocator": "mmap" |
221 }, | 221 }, |
222 { | 222 { |
223 "name": "tc-webcore-cachedmatchedproperties", | 223 "name": "tc-webcore-cachedmatchedproperties", |
224 "stacktrace": ".*WebCore::CachedMatchedProperties::(set|add).*", | 224 "stacktrace": ".*(WebCore|blink)::CachedMatchedProperties::(set|add).*", |
225 "allocator": "malloc" | 225 "allocator": "malloc" |
226 }, | 226 }, |
227 { | 227 { |
228 "name": "tc-webcore-fontcache", | 228 "name": "tc-webcore-fontcache", |
229 "stacktrace": ".*WebCore::FontCache::getFontData.*", | 229 "stacktrace": ".*(WebCore|blink)::FontCache::getFontData.*", |
230 "allocator": "malloc" | 230 "allocator": "malloc" |
231 }, | 231 }, |
232 { | 232 { |
233 "name": "tc-skia", | 233 "name": "tc-skia", |
234 "stacktrace": ".* Sk[A-Za-z_]+::.*", | 234 "stacktrace": ".* Sk[A-Za-z_]+::.*", |
235 "allocator": "malloc" | 235 "allocator": "malloc" |
236 }, | 236 }, |
237 { | 237 { |
238 "name": "tc-renderstyle", | 238 "name": "tc-renderstyle", |
239 "stacktrace": ".*WebCore::RenderStyle::create.*", | 239 "stacktrace": ".*(WebCore|blink)::RenderStyle::create.*", |
240 "allocator": "malloc" | 240 "allocator": "malloc" |
241 }, | 241 }, |
242 { | 242 { |
243 "name": "tc-renderstyle", | 243 "name": "tc-renderstyle", |
244 "stacktrace": ".*WebCore::RenderStyle::clone.*", | 244 "stacktrace": ".*(WebCore|blink)::RenderStyle::clone.*", |
245 "allocator": "malloc" | 245 "allocator": "malloc" |
246 }, | 246 }, |
247 { | 247 { |
248 "name": "tc-webcore-sharedbuf", | 248 "name": "tc-webcore-sharedbuf", |
249 "stacktrace": ".*WebCore::SharedBuffer::create.*", | 249 "stacktrace": ".*(WebCore|blink)::SharedBuffer::create.*", |
250 "allocator": "malloc" | 250 "allocator": "malloc" |
251 }, | 251 }, |
252 { | 252 { |
253 "name": "tc-webcore-sharedbuf", | 253 "name": "tc-webcore-sharedbuf", |
254 "stacktrace": ".*WebCore::SharedBuffer::buffer.*", | 254 "stacktrace": ".*(WebCore|blink)::SharedBuffer::buffer.*", |
255 "allocator": "malloc" | 255 "allocator": "malloc" |
256 }, | 256 }, |
257 { | 257 { |
258 "name": "tc-webcore-sharedbuf", | 258 "name": "tc-webcore-sharedbuf", |
259 "stacktrace": ".*WebCore::SharedBuffer::append.*", | 259 "stacktrace": ".*(WebCore|blink)::SharedBuffer::append.*", |
260 "allocator": "malloc" | 260 "allocator": "malloc" |
261 }, | 261 }, |
262 { | 262 { |
263 "name": "tc-webcore-XHRcreate", | 263 "name": "tc-webcore-XHRcreate", |
264 "stacktrace": ".*WebCore::XMLHttpRequest::create .*", | 264 "stacktrace": ".*(WebCore|blink)::XMLHttpRequest::create .*", |
265 "allocator": "malloc" | 265 "allocator": "malloc" |
266 }, | 266 }, |
267 { | 267 { |
268 "name": "tc-webcore-XHRreceived", | 268 "name": "tc-webcore-XHRreceived", |
269 "stacktrace": ".*WebCore::XMLHttpRequest::didReceiveData.*", | 269 "stacktrace": ".*(WebCore|blink)::XMLHttpRequest::didReceiveData.*", |
270 "allocator": "malloc" | 270 "allocator": "malloc" |
271 }, | 271 }, |
272 { | 272 { |
273 "name": "tc-webcore-docwriter-add", | 273 "name": "tc-webcore-docwriter-add", |
274 "stacktrace": ".*WebCore::DocumentWriter::addData.*", | 274 "stacktrace": ".*(WebCore|blink)::DocumentWriter::addData.*", |
275 "allocator": "malloc" | 275 "allocator": "malloc" |
276 }, | 276 }, |
277 { | 277 { |
278 "name": "tc-webcore-node-and-doc", | 278 "name": "tc-webcore-node-and-doc", |
279 "stacktrace": ".*WebCore::HTML[a-zA-Z0-9_]*Element::create .*", | 279 "stacktrace": ".*(WebCore|blink)::HTML[a-zA-Z0-9_]*Element::create .*", |
280 "allocator": "malloc" | 280 "allocator": "malloc" |
281 }, | 281 }, |
282 { | 282 { |
283 "name": "tc-webcore-node-and-doc", | 283 "name": "tc-webcore-node-and-doc", |
284 "stacktrace": ".*WebCore::Text::create .*", | 284 "stacktrace": ".*(WebCore|blink)::Text::create .*", |
285 "allocator": "malloc" | 285 "allocator": "malloc" |
286 }, | 286 }, |
287 { | 287 { |
288 "name": "tc-webcore-node-and-doc", | 288 "name": "tc-webcore-node-and-doc", |
289 "stacktrace": ".*WebCore::Comment::create .*", | 289 "stacktrace": ".*(WebCore|blink)::Comment::create .*", |
290 "allocator": "malloc" | 290 "allocator": "malloc" |
291 }, | 291 }, |
292 { | 292 { |
293 "name": "tc-webcore-node-and-doc", | 293 "name": "tc-webcore-node-and-doc", |
294 "stacktrace": ".*WebCore::HTMLDocument::create .*", | 294 "stacktrace": ".*(WebCore|blink)::HTMLDocument::create .*", |
295 "allocator": "malloc" | 295 "allocator": "malloc" |
296 }, | 296 }, |
297 { | 297 { |
298 "name": "tc-webcore-node-and-doc", | 298 "name": "tc-webcore-node-and-doc", |
299 "stacktrace": ".*WebCore::CSSStyleRule::create .*", | 299 "stacktrace": ".*(WebCore|blink)::CSSStyleRule::create .*", |
300 "allocator": "malloc" | 300 "allocator": "malloc" |
301 }, | 301 }, |
302 { | 302 { |
303 "name": "tc-webcore-node-and-doc", | 303 "name": "tc-webcore-node-and-doc", |
304 "stacktrace": ".*WebCore::Attribute::create .*", | 304 "stacktrace": ".*(WebCore|blink)::Attribute::create .*", |
305 "allocator": "malloc" | 305 "allocator": "malloc" |
306 }, | 306 }, |
307 { | 307 { |
308 "name": "tc-webcore-node-and-doc", | 308 "name": "tc-webcore-node-and-doc", |
309 "stacktrace": ".*WebCore::DOMWindow::create .*", | 309 "stacktrace": ".*(WebCore|blink)::DOMWindow::create .*", |
310 "allocator": "malloc" | 310 "allocator": "malloc" |
311 }, | 311 }, |
312 { | 312 { |
313 "name": "tc-webcore-node-factory", | 313 "name": "tc-webcore-node-factory", |
314 "stacktrace": ".*WebCore::HTML[a-zA-Z0-9_]*Factory::create[a-zA-Z0-9_]*Ele
ment.*", | 314 "stacktrace": ".*(WebCore|blink)::HTML[a-zA-Z0-9_]*Factory::create[a-zA-Z0
-9_]*Element.*", |
315 "allocator": "malloc" | 315 "allocator": "malloc" |
316 }, | 316 }, |
317 { | 317 { |
318 "name": "tc-webcore-element-wrapper", | 318 "name": "tc-webcore-element-wrapper", |
319 "stacktrace": ".*WebCore::createHTML[a-zA-Z0-9_]*ElementWrapper.*", | 319 "stacktrace": ".*(WebCore|blink)::createHTML[a-zA-Z0-9_]*ElementWrapper.*"
, |
320 "allocator": "malloc" | 320 "allocator": "malloc" |
321 }, | 321 }, |
322 { | 322 { |
323 "name": "tc-webcore-stylepropertyset", | 323 "name": "tc-webcore-stylepropertyset", |
324 "stacktrace": ".*WebCore::ImmutableStylePropertySet::create .*", | 324 "stacktrace": ".*(WebCore|blink)::ImmutableStylePropertySet::create .*", |
325 "allocator": "malloc" | 325 "allocator": "malloc" |
326 }, | 326 }, |
327 { | 327 { |
328 "name": "tc-webcore-stylepropertyset", | 328 "name": "tc-webcore-stylepropertyset", |
329 "stacktrace": ".*WebCore::MutableStylePropertySet::create .*", | 329 "stacktrace": ".*(WebCore|blink)::MutableStylePropertySet::create .*", |
330 "allocator": "malloc" | 330 "allocator": "malloc" |
331 }, | 331 }, |
332 { | 332 { |
333 "name": "tc-webcore-style-createsheet", | 333 "name": "tc-webcore-style-createsheet", |
334 "stacktrace": ".*WebCore::StyleElement::createSheet.*", | 334 "stacktrace": ".*(WebCore|blink)::StyleElement::createSheet.*", |
335 "allocator": "malloc" | 335 "allocator": "malloc" |
336 }, | 336 }, |
337 { | 337 { |
338 "name": "tc-webcore-resource", | 338 "name": "tc-webcore-resource", |
339 "stacktrace": ".*WebCore::ResourceFetcher::requestResource .*", | 339 "stacktrace": ".*(WebCore|blink)::ResourceFetcher::requestResource .*", |
340 "allocator": "malloc" | 340 "allocator": "malloc" |
341 }, | 341 }, |
342 { | 342 { |
343 "name": "tc-webcore-script-execute", | 343 "name": "tc-webcore-script-execute", |
344 "stacktrace": ".*WebCore::ScriptLoader::execute.*", | 344 "stacktrace": ".*(WebCore|blink)::ScriptLoader::execute.*", |
345 "allocator": "malloc" | 345 "allocator": "malloc" |
346 }, | 346 }, |
347 { | 347 { |
348 "name": "tc-webcore-events-related", | 348 "name": "tc-webcore-events-related", |
349 "stacktrace": ".*WebCore::createAttributeEventListener.*", | 349 "stacktrace": ".*(WebCore|blink)::createAttributeEventListener.*", |
350 "allocator": "malloc" | 350 "allocator": "malloc" |
351 }, | 351 }, |
352 { | 352 { |
353 "name": "tc-webcore-events-related", | 353 "name": "tc-webcore-events-related", |
354 "stacktrace": ".*WebCore::V8LazyEventListener::create.*", | 354 "stacktrace": ".*(WebCore|blink)::V8LazyEventListener::create.*", |
355 "allocator": "malloc" | 355 "allocator": "malloc" |
356 }, | 356 }, |
357 { | 357 { |
358 "name": "tc-webcore-events-related", | 358 "name": "tc-webcore-events-related", |
359 "stacktrace": ".*WebCore::V8EventListener::create.*", | 359 "stacktrace": ".*(WebCore|blink)::V8EventListener::create.*", |
360 "allocator": "malloc" | 360 "allocator": "malloc" |
361 }, | 361 }, |
362 { | 362 { |
363 "name": "tc-webcore-events-related", | 363 "name": "tc-webcore-events-related", |
364 "stacktrace": ".*WebCore::Event::create .*", | 364 "stacktrace": ".*(WebCore|blink)::Event::create .*", |
365 "allocator": "malloc" | 365 "allocator": "malloc" |
366 }, | 366 }, |
367 { | 367 { |
368 "name": "tc-webcore-events-related", | 368 "name": "tc-webcore-events-related", |
369 "stacktrace": ".*WebCore::EventListener::create .*", | 369 "stacktrace": ".*(WebCore|blink)::EventListener::create .*", |
370 "allocator": "malloc" | 370 "allocator": "malloc" |
371 }, | 371 }, |
372 { | 372 { |
373 "name": "tc-webcore-document-write", | 373 "name": "tc-webcore-document-write", |
374 "stacktrace": ".*WebCore::Document::write.*", | 374 "stacktrace": ".*(WebCore|blink)::Document::write.*", |
375 "allocator": "malloc" | 375 "allocator": "malloc" |
376 }, | 376 }, |
377 { | 377 { |
378 "name": "tc-webcore-element-create-renderer", | 378 "name": "tc-webcore-element-create-renderer", |
379 "stacktrace": ".*WebCore::[a-zA-Z0-9_]*Element::createRenderer .*", | 379 "stacktrace": ".*(WebCore|blink)::[a-zA-Z0-9_]*Element::createRenderer .*"
, |
380 "allocator": "malloc" | 380 "allocator": "malloc" |
381 }, | 381 }, |
382 { | 382 { |
383 "name": "tc-webcore-render-catch-all", | 383 "name": "tc-webcore-render-catch-all", |
384 "stacktrace": ".*WebCore::RenderLayer.*", | 384 "stacktrace": ".*(WebCore|blink)::RenderLayer.*", |
385 "allocator": "malloc" | 385 "allocator": "malloc" |
386 }, | 386 }, |
387 { | 387 { |
388 "name": "tc-webcore-render-catch-all", | 388 "name": "tc-webcore-render-catch-all", |
389 "stacktrace": ".*WebCore::RenderBlock.*", | 389 "stacktrace": ".*(WebCore|blink)::RenderBlock.*", |
390 "allocator": "malloc" | 390 "allocator": "malloc" |
391 }, | 391 }, |
392 { | 392 { |
393 "name": "tc-webcore-render-catch-all", | 393 "name": "tc-webcore-render-catch-all", |
394 "stacktrace": ".*WebCore::RenderWidget.*", | 394 "stacktrace": ".*(WebCore|blink)::RenderWidget.*", |
395 "allocator": "malloc" | 395 "allocator": "malloc" |
396 }, | 396 }, |
397 { | 397 { |
398 "name": "tc-webcore-render-catch-all", | 398 "name": "tc-webcore-render-catch-all", |
399 "stacktrace": ".*WebCore::RenderView.*", | 399 "stacktrace": ".*(WebCore|blink)::RenderView.*", |
400 "allocator": "malloc" | 400 "allocator": "malloc" |
401 }, | 401 }, |
402 { | 402 { |
403 "name": "tc-webcore-render-catch-all", | 403 "name": "tc-webcore-render-catch-all", |
404 "stacktrace": ".*WebCore::RenderViewImpl.*", | 404 "stacktrace": ".*(WebCore|blink)::RenderViewImpl.*", |
405 "allocator": "malloc" | 405 "allocator": "malloc" |
406 }, | 406 }, |
407 { | 407 { |
408 "name": "tc-webcore-render-catch-all", | 408 "name": "tc-webcore-render-catch-all", |
409 "stacktrace": ".*WebCore::RenderStyle.*", | 409 "stacktrace": ".*(WebCore|blink)::RenderStyle.*", |
410 "allocator": "malloc" | 410 "allocator": "malloc" |
411 }, | 411 }, |
412 { | 412 { |
413 "name": "tc-webcore-render-catch-all", | 413 "name": "tc-webcore-render-catch-all", |
414 "stacktrace": ".*WebCore::RenderText.*", | 414 "stacktrace": ".*(WebCore|blink)::RenderText.*", |
415 "allocator": "malloc" | 415 "allocator": "malloc" |
416 }, | 416 }, |
417 { | 417 { |
418 "name": "tc-webcore-render-catch-all", | 418 "name": "tc-webcore-render-catch-all", |
419 "stacktrace": ".* RendererMain .*", | 419 "stacktrace": ".* RendererMain .*", |
420 "allocator": "malloc" | 420 "allocator": "malloc" |
421 }, | 421 }, |
422 { | 422 { |
423 "name": "tc-webcore-setInnerHTML-except-node", | 423 "name": "tc-webcore-setInnerHTML-except-node", |
424 "stacktrace": ".*WebCore::Element::setInnerHTML.*", | 424 "stacktrace": ".*(WebCore|blink)::Element::setInnerHTML.*", |
425 "allocator": "malloc" | 425 "allocator": "malloc" |
426 }, | 426 }, |
427 { | 427 { |
428 "name": "tc-wtf-StringImpl-user-catch-all", | 428 "name": "tc-wtf-StringImpl-user-catch-all", |
429 "stacktrace": ".*WTF::StringImpl::create .*", | 429 "stacktrace": ".*WTF::StringImpl::create .*", |
430 "allocator": "malloc" | 430 "allocator": "malloc" |
431 }, | 431 }, |
432 { | 432 { |
433 "name": "tc-wtf-StringImpl-user-catch-all", | 433 "name": "tc-wtf-StringImpl-user-catch-all", |
434 "stacktrace": ".*WTF::StringImpl::createUninitialized.*", | 434 "stacktrace": ".*WTF::StringImpl::createUninitialized.*", |
435 "allocator": "malloc" | 435 "allocator": "malloc" |
436 }, | 436 }, |
437 { | 437 { |
438 "name": "tc-wtf-HashTable-user-catch-all", | 438 "name": "tc-wtf-HashTable-user-catch-all", |
439 "stacktrace": ".*WTF::HashTable::allocateTable.*", | 439 "stacktrace": ".*WTF::HashTable::allocateTable.*", |
440 "allocator": "malloc" | 440 "allocator": "malloc" |
441 }, | 441 }, |
442 { | 442 { |
443 "name": "tc-webcore-everything-create", | 443 "name": "tc-webcore-everything-create", |
444 "stacktrace": ".*WebCore::[a-zA-Z0-9_]*::create .*", | 444 "stacktrace": ".*(WebCore|blink)::[a-zA-Z0-9_]*::create .*", |
445 "allocator": "malloc" | 445 "allocator": "malloc" |
446 }, | 446 }, |
447 { | 447 { |
448 "name": "tc-webkit-from-v8-catch-all", | 448 "name": "tc-webkit-from-v8-catch-all", |
449 "stacktrace": ".*(WTF::|WebCore::|WebKit::).*v8::.*", | 449 "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*v8::.*", |
450 "allocator": "malloc" | 450 "allocator": "malloc" |
451 }, | 451 }, |
452 { | 452 { |
453 "name": "tc-webkit-catch-all", | 453 "name": "tc-webkit-catch-all", |
454 "stacktrace": ".*(WTF::|WebCore::|WebKit::).*", | 454 "stacktrace": ".*(WTF::|WebCore::|blink::|WebKit::).*", |
455 "allocator": "malloc" | 455 "allocator": "malloc" |
456 }, | 456 }, |
457 { | 457 { |
458 "name": "tc-v8-catch-all", | 458 "name": "tc-v8-catch-all", |
459 "stacktrace": ".*v8::.*", | 459 "stacktrace": ".*v8::.*", |
460 "allocator": "malloc" | 460 "allocator": "malloc" |
461 }, | 461 }, |
462 { | 462 { |
463 "name": "tc-toplevel-string", | 463 "name": "tc-toplevel-string", |
464 "stacktrace": "std::basic_string::_Rep::_S_create", | 464 "stacktrace": "std::basic_string::_Rep::_S_create", |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 "allocator": "optional" | 530 "allocator": "optional" |
531 }, | 531 }, |
532 { | 532 { |
533 "name": "other", | 533 "name": "other", |
534 "stacktrace": "optional", | 534 "stacktrace": "optional", |
535 "allocator": "optional" | 535 "allocator": "optional" |
536 } | 536 } |
537 ], | 537 ], |
538 "version": "POLICY_DEEP_3" | 538 "version": "POLICY_DEEP_3" |
539 } | 539 } |
OLD | NEW |