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-ashmem-dalvik-heap", | 10 "unhooked-ashmem-dalvik-heap", |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 "stacktrace": ".*SkTypeface::openStream.*", | 271 "stacktrace": ".*SkTypeface::openStream.*", |
272 "allocator": "mmap" | 272 "allocator": "mmap" |
273 }, | 273 }, |
274 { | 274 { |
275 "name": "mmap-catch-all", | 275 "name": "mmap-catch-all", |
276 "stacktrace": ".*", | 276 "stacktrace": ".*", |
277 "allocator": "mmap" | 277 "allocator": "mmap" |
278 }, | 278 }, |
279 { | 279 { |
280 "name": "tc-webcore-fontcache", | 280 "name": "tc-webcore-fontcache", |
281 "stacktrace": ".*WebCore::FontCache::getCachedFontData.*", | 281 "stacktrace": ".*blink::FontCache::getCachedFontData.*", |
282 "allocator": "malloc" | 282 "allocator": "malloc" |
283 }, | 283 }, |
284 { | 284 { |
285 "name": "tc-skia", | 285 "name": "tc-skia", |
286 "stacktrace": ".* Sk[A-Za-z_]+::.*", | 286 "stacktrace": ".* Sk[A-Za-z_]+::.*", |
287 "allocator": "malloc" | 287 "allocator": "malloc" |
288 }, | 288 }, |
289 { | 289 { |
290 "name": "tc-renderstyle", | 290 "name": "tc-renderstyle", |
291 "stacktrace": ".*WebCore::RenderStyle::create.*", | 291 "stacktrace": ".*blink::RenderStyle::create.*", |
292 "allocator": "malloc" | 292 "allocator": "malloc" |
293 }, | 293 }, |
294 { | 294 { |
295 "name": "tc-renderstyle", | 295 "name": "tc-renderstyle", |
296 "stacktrace": ".*WebCore::RenderStyle::clone.*", | 296 "stacktrace": ".*blink::RenderStyle::clone.*", |
297 "allocator": "malloc" | 297 "allocator": "malloc" |
298 }, | 298 }, |
299 { | 299 { |
300 "name": "tc-webcore-sharedbuf", | 300 "name": "tc-webcore-sharedbuf", |
301 "stacktrace": ".*WebCore::SharedBuffer::create.*", | 301 "stacktrace": ".*blink::SharedBuffer::create.*", |
302 "allocator": "malloc" | 302 "allocator": "malloc" |
303 }, | 303 }, |
304 { | 304 { |
305 "name": "tc-webcore-sharedbuf", | 305 "name": "tc-webcore-sharedbuf", |
306 "stacktrace": ".*WebCore::SharedBuffer::buffer.*", | 306 "stacktrace": ".*blink::SharedBuffer::buffer.*", |
307 "allocator": "malloc" | 307 "allocator": "malloc" |
308 }, | 308 }, |
309 { | 309 { |
310 "name": "tc-webcore-sharedbuf", | 310 "name": "tc-webcore-sharedbuf", |
311 "stacktrace": ".*WebCore::SharedBuffer::append.*", | 311 "stacktrace": ".*blink::SharedBuffer::append.*", |
312 "allocator": "malloc" | 312 "allocator": "malloc" |
313 }, | 313 }, |
314 { | 314 { |
315 "name": "tc-webcore-XHRcreate", | 315 "name": "tc-webcore-XHRcreate", |
316 "stacktrace": ".*WebCore::XMLHttpRequest::create .*", | 316 "stacktrace": ".*blink::XMLHttpRequest::create .*", |
317 "allocator": "malloc" | 317 "allocator": "malloc" |
318 }, | 318 }, |
319 { | 319 { |
320 "name": "tc-webcore-XHRreceived", | 320 "name": "tc-webcore-XHRreceived", |
321 "stacktrace": ".*WebCore::XMLHttpRequest::didReceiveData.*", | 321 "stacktrace": ".*blink::XMLHttpRequest::didReceiveData.*", |
322 "allocator": "malloc" | 322 "allocator": "malloc" |
323 }, | 323 }, |
324 { | 324 { |
325 "name": "tc-webcore-docwriter-add", | 325 "name": "tc-webcore-docwriter-add", |
326 "stacktrace": ".*WebCore::DocumentWriter::addData.*", | 326 "stacktrace": ".*blink::DocumentWriter::addData.*", |
327 "allocator": "malloc" | 327 "allocator": "malloc" |
328 }, | 328 }, |
329 { | 329 { |
330 "name": "tc-webcore-node-and-doc", | 330 "name": "tc-webcore-node-and-doc", |
331 "stacktrace": ".*WebCore::HTML[a-zA-Z0-9_]*Element::create .*", | 331 "stacktrace": ".*blink::HTML[a-zA-Z0-9_]*Element::create .*", |
332 "allocator": "malloc" | 332 "allocator": "malloc" |
333 }, | 333 }, |
334 { | 334 { |
335 "name": "tc-webcore-node-and-doc", | 335 "name": "tc-webcore-node-and-doc", |
336 "stacktrace": ".*WebCore::Text::create .*", | 336 "stacktrace": ".*blink::Text::create .*", |
337 "allocator": "malloc" | 337 "allocator": "malloc" |
338 }, | 338 }, |
339 { | 339 { |
340 "name": "tc-webcore-node-and-doc", | 340 "name": "tc-webcore-node-and-doc", |
341 "stacktrace": ".*WebCore::Comment::create .*", | 341 "stacktrace": ".*blink::Comment::create .*", |
342 "allocator": "malloc" | 342 "allocator": "malloc" |
343 }, | 343 }, |
344 { | 344 { |
345 "name": "tc-webcore-node-and-doc", | 345 "name": "tc-webcore-node-and-doc", |
346 "stacktrace": ".*WebCore::HTMLDocument::create .*", | 346 "stacktrace": ".*blink::HTMLDocument::create .*", |
347 "allocator": "malloc" | 347 "allocator": "malloc" |
348 }, | 348 }, |
349 { | 349 { |
350 "name": "tc-webcore-node-and-doc", | 350 "name": "tc-webcore-node-and-doc", |
351 "stacktrace": ".*WebCore::CSSStyleRule::create .*", | 351 "stacktrace": ".*blink::CSSStyleRule::create .*", |
352 "allocator": "malloc" | 352 "allocator": "malloc" |
353 }, | 353 }, |
354 { | 354 { |
355 "name": "tc-webcore-node-and-doc", | 355 "name": "tc-webcore-node-and-doc", |
356 "stacktrace": ".*WebCore::Attribute::create .*", | 356 "stacktrace": ".*blink::Attribute::create .*", |
357 "allocator": "malloc" | 357 "allocator": "malloc" |
358 }, | 358 }, |
359 { | 359 { |
360 "name": "tc-webcore-node-and-doc", | 360 "name": "tc-webcore-node-and-doc", |
361 "stacktrace": ".*WebCore::DOMWindow::create .*", | 361 "stacktrace": ".*blink::DOMWindow::create .*", |
362 "allocator": "malloc" | 362 "allocator": "malloc" |
363 }, | 363 }, |
364 { | 364 { |
365 "name": "tc-webcore-node-factory", | 365 "name": "tc-webcore-node-factory", |
366 "stacktrace": ".*WebCore::HTML[a-zA-Z0-9_]*Factory::create[a-zA-Z0-9_]*Ele
ment.*", | 366 "stacktrace": ".*blink::HTML[a-zA-Z0-9_]*Factory::create[a-zA-Z0-9_]*Eleme
nt.*", |
367 "allocator": "malloc" | 367 "allocator": "malloc" |
368 }, | 368 }, |
369 { | 369 { |
370 "name": "tc-webcore-element-wrapper", | 370 "name": "tc-webcore-element-wrapper", |
371 "stacktrace": ".*WebCore::createHTML[a-zA-Z0-9_]*ElementWrapper.*", | 371 "stacktrace": ".*blink::createHTML[a-zA-Z0-9_]*ElementWrapper.*", |
372 "allocator": "malloc" | 372 "allocator": "malloc" |
373 }, | 373 }, |
374 { | 374 { |
375 "name": "tc-webcore-stylepropertyset", | 375 "name": "tc-webcore-stylepropertyset", |
376 "stacktrace": ".*WebCore::StylePropertySet::create .*", | 376 "stacktrace": ".*blink::StylePropertySet::create .*", |
377 "allocator": "malloc" | 377 "allocator": "malloc" |
378 }, | 378 }, |
379 { | 379 { |
380 "name": "tc-webcore-style-createsheet", | 380 "name": "tc-webcore-style-createsheet", |
381 "stacktrace": ".*WebCore::StyleElement::createSheet.*", | 381 "stacktrace": ".*blink::StyleElement::createSheet.*", |
382 "allocator": "malloc" | 382 "allocator": "malloc" |
383 }, | 383 }, |
384 { | 384 { |
385 "name": "tc-webcore-resource", | 385 "name": "tc-webcore-resource", |
386 "stacktrace": ".*WebCore::ResourceFetcher::requestResource .*", | 386 "stacktrace": ".*blink::ResourceFetcher::requestResource .*", |
387 "allocator": "malloc" | 387 "allocator": "malloc" |
388 }, | 388 }, |
389 { | 389 { |
390 "name": "tc-webcore-script-execute", | 390 "name": "tc-webcore-script-execute", |
391 "stacktrace": ".*WebCore::ScriptLoader::execute.*", | 391 "stacktrace": ".*blink::ScriptLoader::execute.*", |
392 "allocator": "malloc" | 392 "allocator": "malloc" |
393 }, | 393 }, |
394 { | 394 { |
395 "name": "tc-webcore-events-related", | 395 "name": "tc-webcore-events-related", |
396 "stacktrace": ".*WebCore::createAttributeEventListener.*", | 396 "stacktrace": ".*blink::createAttributeEventListener.*", |
397 "allocator": "malloc" | 397 "allocator": "malloc" |
398 }, | 398 }, |
399 { | 399 { |
400 "name": "tc-webcore-events-related", | 400 "name": "tc-webcore-events-related", |
401 "stacktrace": ".*WebCore::V8LazyEventListener::create.*", | 401 "stacktrace": ".*blink::V8LazyEventListener::create.*", |
402 "allocator": "malloc" | 402 "allocator": "malloc" |
403 }, | 403 }, |
404 { | 404 { |
405 "name": "tc-webcore-events-related", | 405 "name": "tc-webcore-events-related", |
406 "stacktrace": ".*WebCore::V8EventListener::create.*", | 406 "stacktrace": ".*blink::V8EventListener::create.*", |
407 "allocator": "malloc" | 407 "allocator": "malloc" |
408 }, | 408 }, |
409 { | 409 { |
410 "name": "tc-webcore-events-related", | 410 "name": "tc-webcore-events-related", |
411 "stacktrace": ".*WebCore::Event::create .*", | 411 "stacktrace": ".*blink::Event::create .*", |
412 "allocator": "malloc" | 412 "allocator": "malloc" |
413 }, | 413 }, |
414 { | 414 { |
415 "name": "tc-webcore-events-related", | 415 "name": "tc-webcore-events-related", |
416 "stacktrace": ".*WebCore::EventListener::create .*", | 416 "stacktrace": ".*blink::EventListener::create .*", |
417 "allocator": "malloc" | 417 "allocator": "malloc" |
418 }, | 418 }, |
419 { | 419 { |
420 "name": "tc-webcore-document-write", | 420 "name": "tc-webcore-document-write", |
421 "stacktrace": ".*WebCore::Document::write.*", | 421 "stacktrace": ".*blink::Document::write.*", |
422 "allocator": "malloc" | 422 "allocator": "malloc" |
423 }, | 423 }, |
424 { | 424 { |
425 "name": "tc-webcore-element-create-renderer", | 425 "name": "tc-webcore-element-create-renderer", |
426 "stacktrace": ".*WebCore::[a-zA-Z0-9_]*Element::createRenderer .*", | 426 "stacktrace": ".*blink::[a-zA-Z0-9_]*Element::createRenderer .*", |
427 "allocator": "malloc" | 427 "allocator": "malloc" |
428 }, | 428 }, |
429 { | 429 { |
430 "name": "tc-webcore-image-frame-generator", | 430 "name": "tc-webcore-image-frame-generator", |
431 "stacktrace": ".*WebCore::ImageFrameGenerator.*", | 431 "stacktrace": ".*blink::ImageFrameGenerator.*", |
432 "allocator": "malloc" | 432 "allocator": "malloc" |
433 }, | 433 }, |
434 { | 434 { |
435 "name": "tc-webcore-render-catch-all", | 435 "name": "tc-webcore-render-catch-all", |
436 "stacktrace": ".*WebCore::RenderLayer.*", | 436 "stacktrace": ".*blink::RenderLayer.*", |
437 "allocator": "malloc" | 437 "allocator": "malloc" |
438 }, | 438 }, |
439 { | 439 { |
440 "name": "tc-webcore-render-catch-all", | 440 "name": "tc-webcore-render-catch-all", |
441 "stacktrace": ".*WebCore::RenderBlock.*", | 441 "stacktrace": ".*blink::RenderBlock.*", |
442 "allocator": "malloc" | 442 "allocator": "malloc" |
443 }, | 443 }, |
444 { | 444 { |
445 "name": "tc-webcore-render-catch-all", | 445 "name": "tc-webcore-render-catch-all", |
446 "stacktrace": ".*WebCore::RenderWidget.*", | 446 "stacktrace": ".*blink::RenderWidget.*", |
447 "allocator": "malloc" | 447 "allocator": "malloc" |
448 }, | 448 }, |
449 { | 449 { |
450 "name": "tc-webcore-render-catch-all", | 450 "name": "tc-webcore-render-catch-all", |
451 "stacktrace": ".*WebCore::RenderView.*", | 451 "stacktrace": ".*blink::RenderView.*", |
452 "allocator": "malloc" | 452 "allocator": "malloc" |
453 }, | 453 }, |
454 { | 454 { |
455 "name": "tc-webcore-render-catch-all", | 455 "name": "tc-webcore-render-catch-all", |
456 "stacktrace": ".*WebCore::RenderViewImpl.*", | 456 "stacktrace": ".*blink::RenderViewImpl.*", |
457 "allocator": "malloc" | 457 "allocator": "malloc" |
458 }, | 458 }, |
459 { | 459 { |
460 "name": "tc-webcore-render-catch-all", | 460 "name": "tc-webcore-render-catch-all", |
461 "stacktrace": ".*WebCore::RenderStyle.*", | 461 "stacktrace": ".*blink::RenderStyle.*", |
462 "allocator": "malloc" | 462 "allocator": "malloc" |
463 }, | 463 }, |
464 { | 464 { |
465 "name": "tc-webcore-render-catch-all", | 465 "name": "tc-webcore-render-catch-all", |
466 "stacktrace": ".*WebCore::RenderText.*", | 466 "stacktrace": ".*blink::RenderText.*", |
467 "allocator": "malloc" | 467 "allocator": "malloc" |
468 }, | 468 }, |
469 { | 469 { |
470 "name": "tc-webcore-render-catch-all", | 470 "name": "tc-webcore-render-catch-all", |
471 "stacktrace": ".* RendererMain .*", | 471 "stacktrace": ".* RendererMain .*", |
472 "allocator": "malloc" | 472 "allocator": "malloc" |
473 }, | 473 }, |
474 { | 474 { |
475 "name": "tc-webcore-setInnerHTML-except-node", | 475 "name": "tc-webcore-setInnerHTML-except-node", |
476 "stacktrace": ".*WebCore::Element::setInnerHTML.*", | 476 "stacktrace": ".*blink::Element::setInnerHTML.*", |
477 "allocator": "malloc" | 477 "allocator": "malloc" |
478 }, | 478 }, |
479 { | 479 { |
480 "name": "tc-wtf-StringImpl-user-catch-all", | 480 "name": "tc-wtf-StringImpl-user-catch-all", |
481 "stacktrace": ".*WTF::StringImpl::create .*", | 481 "stacktrace": ".*WTF::StringImpl::create .*", |
482 "allocator": "malloc" | 482 "allocator": "malloc" |
483 }, | 483 }, |
484 { | 484 { |
485 "name": "tc-wtf-StringImpl-user-catch-all", | 485 "name": "tc-wtf-StringImpl-user-catch-all", |
486 "stacktrace": ".*WTF::StringImpl::createUninitialized.*", | 486 "stacktrace": ".*WTF::StringImpl::createUninitialized.*", |
487 "allocator": "malloc" | 487 "allocator": "malloc" |
488 }, | 488 }, |
489 { | 489 { |
490 "name": "tc-wtf-HashTable-user-catch-all", | 490 "name": "tc-wtf-HashTable-user-catch-all", |
491 "stacktrace": ".*WTF::HashTable::allocateTable.*", | 491 "stacktrace": ".*WTF::HashTable::allocateTable.*", |
492 "allocator": "malloc" | 492 "allocator": "malloc" |
493 }, | 493 }, |
494 { | 494 { |
495 "name": "tc-webcore-everything-create", | 495 "name": "tc-webcore-everything-create", |
496 "stacktrace": ".*WebCore::[a-zA-Z0-9_]*::create .*", | 496 "stacktrace": ".*blink::[a-zA-Z0-9_]*::create .*", |
497 "allocator": "malloc" | 497 "allocator": "malloc" |
498 }, | 498 }, |
499 { | 499 { |
500 "name": "tc-webkit-from-v8-catch-all", | 500 "name": "tc-webkit-from-v8-catch-all", |
501 "stacktrace": ".*(WTF::|WebCore::|WebKit::).*v8::.*", | 501 "stacktrace": ".*(WTF::|blink::|WebKit::).*v8::.*", |
502 "allocator": "malloc" | 502 "allocator": "malloc" |
503 }, | 503 }, |
504 { | 504 { |
505 "name": "tc-webkit-catch-all", | 505 "name": "tc-webkit-catch-all", |
506 "stacktrace": ".*(WTF::|WebCore::|WebKit::).*", | 506 "stacktrace": ".*(WTF::|blink::|WebKit::).*", |
507 "allocator": "malloc" | 507 "allocator": "malloc" |
508 }, | 508 }, |
509 { | 509 { |
510 "name": "tc-v8-catch-all", | 510 "name": "tc-v8-catch-all", |
511 "stacktrace": ".*v8::.*", | 511 "stacktrace": ".*v8::.*", |
512 "allocator": "malloc" | 512 "allocator": "malloc" |
513 }, | 513 }, |
514 { | 514 { |
515 "name": "tc-toplevel-string", | 515 "name": "tc-toplevel-string", |
516 "stacktrace": "std::basic_string::_Rep::_S_create", | 516 "stacktrace": "std::basic_string::_Rep::_S_create", |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
582 "allocator": "optional" | 582 "allocator": "optional" |
583 }, | 583 }, |
584 { | 584 { |
585 "name": "other", | 585 "name": "other", |
586 "stacktrace": "optional", | 586 "stacktrace": "optional", |
587 "allocator": "optional" | 587 "allocator": "optional" |
588 } | 588 } |
589 ], | 589 ], |
590 "version": "POLICY_DEEP_3" | 590 "version": "POLICY_DEEP_3" |
591 } | 591 } |
OLD | NEW |