Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: trunk/src/tools/deep_memory_profiler/policy.l2.json

Issue 402603002: Revert 283725 "deep_memory_profiler: Replace 'WebCore' with 'bli..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "stacktrace": ".*SkTypeface::openStream.*", 195 "stacktrace": ".*SkTypeface::openStream.*",
196 "allocator": "mmap" 196 "allocator": "mmap"
197 }, 197 },
198 { 198 {
199 "name": "mmap-catch-all", 199 "name": "mmap-catch-all",
200 "stacktrace": ".*", 200 "stacktrace": ".*",
201 "allocator": "mmap" 201 "allocator": "mmap"
202 }, 202 },
203 { 203 {
204 "name": "tc-webcore-cachedmatchedproperties", 204 "name": "tc-webcore-cachedmatchedproperties",
205 "stacktrace": ".*blink::CachedMatchedProperties::(set|add).*", 205 "stacktrace": ".*WebCore::CachedMatchedProperties::(set|add).*",
206 "allocator": "malloc" 206 "allocator": "malloc"
207 }, 207 },
208 { 208 {
209 "name": "tc-webcore-fontcache", 209 "name": "tc-webcore-fontcache",
210 "stacktrace": ".*blink::FontCache::getFontData.*", 210 "stacktrace": ".*WebCore::FontCache::getFontData.*",
211 "allocator": "malloc" 211 "allocator": "malloc"
212 }, 212 },
213 { 213 {
214 "name": "tc-skia", 214 "name": "tc-skia",
215 "stacktrace": ".* Sk[A-Za-z_]+::.*", 215 "stacktrace": ".* Sk[A-Za-z_]+::.*",
216 "allocator": "malloc" 216 "allocator": "malloc"
217 }, 217 },
218 { 218 {
219 "name": "tc-renderstyle", 219 "name": "tc-renderstyle",
220 "stacktrace": ".*blink::RenderStyle::create.*", 220 "stacktrace": ".*WebCore::RenderStyle::create.*",
221 "allocator": "malloc" 221 "allocator": "malloc"
222 }, 222 },
223 { 223 {
224 "name": "tc-renderstyle", 224 "name": "tc-renderstyle",
225 "stacktrace": ".*blink::RenderStyle::clone.*", 225 "stacktrace": ".*WebCore::RenderStyle::clone.*",
226 "allocator": "malloc" 226 "allocator": "malloc"
227 }, 227 },
228 { 228 {
229 "name": "tc-webcore-sharedbuf", 229 "name": "tc-webcore-sharedbuf",
230 "stacktrace": ".*blink::SharedBuffer::create.*", 230 "stacktrace": ".*WebCore::SharedBuffer::create.*",
231 "allocator": "malloc" 231 "allocator": "malloc"
232 }, 232 },
233 { 233 {
234 "name": "tc-webcore-sharedbuf", 234 "name": "tc-webcore-sharedbuf",
235 "stacktrace": ".*blink::SharedBuffer::buffer.*", 235 "stacktrace": ".*WebCore::SharedBuffer::buffer.*",
236 "allocator": "malloc" 236 "allocator": "malloc"
237 }, 237 },
238 { 238 {
239 "name": "tc-webcore-sharedbuf", 239 "name": "tc-webcore-sharedbuf",
240 "stacktrace": ".*blink::SharedBuffer::append.*", 240 "stacktrace": ".*WebCore::SharedBuffer::append.*",
241 "allocator": "malloc" 241 "allocator": "malloc"
242 }, 242 },
243 { 243 {
244 "name": "tc-webcore-XHRcreate", 244 "name": "tc-webcore-XHRcreate",
245 "stacktrace": ".*blink::XMLHttpRequest::create .*", 245 "stacktrace": ".*WebCore::XMLHttpRequest::create .*",
246 "allocator": "malloc" 246 "allocator": "malloc"
247 }, 247 },
248 { 248 {
249 "name": "tc-webcore-XHRreceived", 249 "name": "tc-webcore-XHRreceived",
250 "stacktrace": ".*blink::XMLHttpRequest::didReceiveData.*", 250 "stacktrace": ".*WebCore::XMLHttpRequest::didReceiveData.*",
251 "allocator": "malloc" 251 "allocator": "malloc"
252 }, 252 },
253 { 253 {
254 "name": "tc-webcore-docwriter-add", 254 "name": "tc-webcore-docwriter-add",
255 "stacktrace": ".*blink::DocumentWriter::addData.*", 255 "stacktrace": ".*WebCore::DocumentWriter::addData.*",
256 "allocator": "malloc" 256 "allocator": "malloc"
257 }, 257 },
258 { 258 {
259 "name": "tc-webcore-node-and-doc", 259 "name": "tc-webcore-node-and-doc",
260 "stacktrace": ".*blink::HTML[a-zA-Z0-9_]*Element::create .*", 260 "stacktrace": ".*WebCore::HTML[a-zA-Z0-9_]*Element::create .*",
261 "allocator": "malloc" 261 "allocator": "malloc"
262 }, 262 },
263 { 263 {
264 "name": "tc-webcore-node-and-doc", 264 "name": "tc-webcore-node-and-doc",
265 "stacktrace": ".*blink::Text::create .*", 265 "stacktrace": ".*WebCore::Text::create .*",
266 "allocator": "malloc" 266 "allocator": "malloc"
267 }, 267 },
268 { 268 {
269 "name": "tc-webcore-node-and-doc", 269 "name": "tc-webcore-node-and-doc",
270 "stacktrace": ".*blink::Comment::create .*", 270 "stacktrace": ".*WebCore::Comment::create .*",
271 "allocator": "malloc" 271 "allocator": "malloc"
272 }, 272 },
273 { 273 {
274 "name": "tc-webcore-node-and-doc", 274 "name": "tc-webcore-node-and-doc",
275 "stacktrace": ".*blink::HTMLDocument::create .*", 275 "stacktrace": ".*WebCore::HTMLDocument::create .*",
276 "allocator": "malloc" 276 "allocator": "malloc"
277 }, 277 },
278 { 278 {
279 "name": "tc-webcore-node-and-doc", 279 "name": "tc-webcore-node-and-doc",
280 "stacktrace": ".*blink::CSSStyleRule::create .*", 280 "stacktrace": ".*WebCore::CSSStyleRule::create .*",
281 "allocator": "malloc" 281 "allocator": "malloc"
282 }, 282 },
283 { 283 {
284 "name": "tc-webcore-node-and-doc", 284 "name": "tc-webcore-node-and-doc",
285 "stacktrace": ".*blink::Attribute::create .*", 285 "stacktrace": ".*WebCore::Attribute::create .*",
286 "allocator": "malloc" 286 "allocator": "malloc"
287 }, 287 },
288 { 288 {
289 "name": "tc-webcore-node-and-doc", 289 "name": "tc-webcore-node-and-doc",
290 "stacktrace": ".*blink::DOMWindow::create .*", 290 "stacktrace": ".*WebCore::DOMWindow::create .*",
291 "allocator": "malloc" 291 "allocator": "malloc"
292 }, 292 },
293 { 293 {
294 "name": "tc-webcore-node-factory", 294 "name": "tc-webcore-node-factory",
295 "stacktrace": ".*blink::HTML[a-zA-Z0-9_]*Factory::create[a-zA-Z0-9_]*Eleme nt.*", 295 "stacktrace": ".*WebCore::HTML[a-zA-Z0-9_]*Factory::create[a-zA-Z0-9_]*Ele ment.*",
296 "allocator": "malloc" 296 "allocator": "malloc"
297 }, 297 },
298 { 298 {
299 "name": "tc-webcore-element-wrapper", 299 "name": "tc-webcore-element-wrapper",
300 "stacktrace": ".*blink::createHTML[a-zA-Z0-9_]*ElementWrapper.*", 300 "stacktrace": ".*WebCore::createHTML[a-zA-Z0-9_]*ElementWrapper.*",
301 "allocator": "malloc" 301 "allocator": "malloc"
302 }, 302 },
303 { 303 {
304 "name": "tc-webcore-stylepropertyset", 304 "name": "tc-webcore-stylepropertyset",
305 "stacktrace": ".*blink::ImmutableStylePropertySet::create .*", 305 "stacktrace": ".*WebCore::ImmutableStylePropertySet::create .*",
306 "allocator": "malloc" 306 "allocator": "malloc"
307 }, 307 },
308 { 308 {
309 "name": "tc-webcore-stylepropertyset", 309 "name": "tc-webcore-stylepropertyset",
310 "stacktrace": ".*blink::MutableStylePropertySet::create .*", 310 "stacktrace": ".*WebCore::MutableStylePropertySet::create .*",
311 "allocator": "malloc" 311 "allocator": "malloc"
312 }, 312 },
313 { 313 {
314 "name": "tc-webcore-style-createsheet", 314 "name": "tc-webcore-style-createsheet",
315 "stacktrace": ".*blink::StyleElement::createSheet.*", 315 "stacktrace": ".*WebCore::StyleElement::createSheet.*",
316 "allocator": "malloc" 316 "allocator": "malloc"
317 }, 317 },
318 { 318 {
319 "name": "tc-webcore-resource", 319 "name": "tc-webcore-resource",
320 "stacktrace": ".*blink::ResourceFetcher::requestResource .*", 320 "stacktrace": ".*WebCore::ResourceFetcher::requestResource .*",
321 "allocator": "malloc" 321 "allocator": "malloc"
322 }, 322 },
323 { 323 {
324 "name": "tc-webcore-script-execute", 324 "name": "tc-webcore-script-execute",
325 "stacktrace": ".*blink::ScriptLoader::execute.*", 325 "stacktrace": ".*WebCore::ScriptLoader::execute.*",
326 "allocator": "malloc" 326 "allocator": "malloc"
327 }, 327 },
328 { 328 {
329 "name": "tc-webcore-events-related", 329 "name": "tc-webcore-events-related",
330 "stacktrace": ".*blink::createAttributeEventListener.*", 330 "stacktrace": ".*WebCore::createAttributeEventListener.*",
331 "allocator": "malloc" 331 "allocator": "malloc"
332 }, 332 },
333 { 333 {
334 "name": "tc-webcore-events-related", 334 "name": "tc-webcore-events-related",
335 "stacktrace": ".*blink::V8LazyEventListener::create.*", 335 "stacktrace": ".*WebCore::V8LazyEventListener::create.*",
336 "allocator": "malloc" 336 "allocator": "malloc"
337 }, 337 },
338 { 338 {
339 "name": "tc-webcore-events-related", 339 "name": "tc-webcore-events-related",
340 "stacktrace": ".*blink::V8EventListener::create.*", 340 "stacktrace": ".*WebCore::V8EventListener::create.*",
341 "allocator": "malloc" 341 "allocator": "malloc"
342 }, 342 },
343 { 343 {
344 "name": "tc-webcore-events-related", 344 "name": "tc-webcore-events-related",
345 "stacktrace": ".*blink::Event::create .*", 345 "stacktrace": ".*WebCore::Event::create .*",
346 "allocator": "malloc" 346 "allocator": "malloc"
347 }, 347 },
348 { 348 {
349 "name": "tc-webcore-events-related", 349 "name": "tc-webcore-events-related",
350 "stacktrace": ".*blink::EventListener::create .*", 350 "stacktrace": ".*WebCore::EventListener::create .*",
351 "allocator": "malloc" 351 "allocator": "malloc"
352 }, 352 },
353 { 353 {
354 "name": "tc-webcore-document-write", 354 "name": "tc-webcore-document-write",
355 "stacktrace": ".*blink::Document::write.*", 355 "stacktrace": ".*WebCore::Document::write.*",
356 "allocator": "malloc" 356 "allocator": "malloc"
357 }, 357 },
358 { 358 {
359 "name": "tc-webcore-element-create-renderer", 359 "name": "tc-webcore-element-create-renderer",
360 "stacktrace": ".*blink::[a-zA-Z0-9_]*Element::createRenderer .*", 360 "stacktrace": ".*WebCore::[a-zA-Z0-9_]*Element::createRenderer .*",
361 "allocator": "malloc" 361 "allocator": "malloc"
362 }, 362 },
363 { 363 {
364 "name": "tc-webcore-render-catch-all", 364 "name": "tc-webcore-render-catch-all",
365 "stacktrace": ".*blink::RenderLayer.*", 365 "stacktrace": ".*WebCore::RenderLayer.*",
366 "allocator": "malloc" 366 "allocator": "malloc"
367 }, 367 },
368 { 368 {
369 "name": "tc-webcore-render-catch-all", 369 "name": "tc-webcore-render-catch-all",
370 "stacktrace": ".*blink::RenderBlock.*", 370 "stacktrace": ".*WebCore::RenderBlock.*",
371 "allocator": "malloc" 371 "allocator": "malloc"
372 }, 372 },
373 { 373 {
374 "name": "tc-webcore-render-catch-all", 374 "name": "tc-webcore-render-catch-all",
375 "stacktrace": ".*blink::RenderWidget.*", 375 "stacktrace": ".*WebCore::RenderWidget.*",
376 "allocator": "malloc" 376 "allocator": "malloc"
377 }, 377 },
378 { 378 {
379 "name": "tc-webcore-render-catch-all", 379 "name": "tc-webcore-render-catch-all",
380 "stacktrace": ".*blink::RenderView.*", 380 "stacktrace": ".*WebCore::RenderView.*",
381 "allocator": "malloc" 381 "allocator": "malloc"
382 }, 382 },
383 { 383 {
384 "name": "tc-webcore-render-catch-all", 384 "name": "tc-webcore-render-catch-all",
385 "stacktrace": ".*blink::RenderViewImpl.*", 385 "stacktrace": ".*WebCore::RenderViewImpl.*",
386 "allocator": "malloc" 386 "allocator": "malloc"
387 }, 387 },
388 { 388 {
389 "name": "tc-webcore-render-catch-all", 389 "name": "tc-webcore-render-catch-all",
390 "stacktrace": ".*blink::RenderStyle.*", 390 "stacktrace": ".*WebCore::RenderStyle.*",
391 "allocator": "malloc" 391 "allocator": "malloc"
392 }, 392 },
393 { 393 {
394 "name": "tc-webcore-render-catch-all", 394 "name": "tc-webcore-render-catch-all",
395 "stacktrace": ".*blink::RenderText.*", 395 "stacktrace": ".*WebCore::RenderText.*",
396 "allocator": "malloc" 396 "allocator": "malloc"
397 }, 397 },
398 { 398 {
399 "name": "tc-webcore-render-catch-all", 399 "name": "tc-webcore-render-catch-all",
400 "stacktrace": ".* RendererMain .*", 400 "stacktrace": ".* RendererMain .*",
401 "allocator": "malloc" 401 "allocator": "malloc"
402 }, 402 },
403 { 403 {
404 "name": "tc-webcore-setInnerHTML-except-node", 404 "name": "tc-webcore-setInnerHTML-except-node",
405 "stacktrace": ".*blink::Element::setInnerHTML.*", 405 "stacktrace": ".*WebCore::Element::setInnerHTML.*",
406 "allocator": "malloc" 406 "allocator": "malloc"
407 }, 407 },
408 { 408 {
409 "name": "tc-wtf-StringImpl-user-catch-all", 409 "name": "tc-wtf-StringImpl-user-catch-all",
410 "stacktrace": ".*WTF::StringImpl::create .*", 410 "stacktrace": ".*WTF::StringImpl::create .*",
411 "allocator": "malloc" 411 "allocator": "malloc"
412 }, 412 },
413 { 413 {
414 "name": "tc-wtf-StringImpl-user-catch-all", 414 "name": "tc-wtf-StringImpl-user-catch-all",
415 "stacktrace": ".*WTF::StringImpl::createUninitialized.*", 415 "stacktrace": ".*WTF::StringImpl::createUninitialized.*",
416 "allocator": "malloc" 416 "allocator": "malloc"
417 }, 417 },
418 { 418 {
419 "name": "tc-wtf-HashTable-user-catch-all", 419 "name": "tc-wtf-HashTable-user-catch-all",
420 "stacktrace": ".*WTF::HashTable::allocateTable.*", 420 "stacktrace": ".*WTF::HashTable::allocateTable.*",
421 "allocator": "malloc" 421 "allocator": "malloc"
422 }, 422 },
423 { 423 {
424 "name": "tc-webcore-everything-create", 424 "name": "tc-webcore-everything-create",
425 "stacktrace": ".*blink::[a-zA-Z0-9_]*::create .*", 425 "stacktrace": ".*WebCore::[a-zA-Z0-9_]*::create .*",
426 "allocator": "malloc" 426 "allocator": "malloc"
427 }, 427 },
428 { 428 {
429 "name": "tc-webkit-from-v8-catch-all", 429 "name": "tc-webkit-from-v8-catch-all",
430 "stacktrace": ".*(WTF::|blink::|WebKit::).*v8::.*", 430 "stacktrace": ".*(WTF::|WebCore::|WebKit::).*v8::.*",
431 "allocator": "malloc" 431 "allocator": "malloc"
432 }, 432 },
433 { 433 {
434 "name": "tc-webkit-catch-all", 434 "name": "tc-webkit-catch-all",
435 "stacktrace": ".*(WTF::|blink::|WebKit::).*", 435 "stacktrace": ".*(WTF::|WebCore::|WebKit::).*",
436 "allocator": "malloc" 436 "allocator": "malloc"
437 }, 437 },
438 { 438 {
439 "name": "tc-v8-catch-all", 439 "name": "tc-v8-catch-all",
440 "stacktrace": ".*v8::.*", 440 "stacktrace": ".*v8::.*",
441 "allocator": "malloc" 441 "allocator": "malloc"
442 }, 442 },
443 { 443 {
444 "name": "tc-toplevel-string", 444 "name": "tc-toplevel-string",
445 "stacktrace": "std::basic_string::_Rep::_S_create", 445 "stacktrace": "std::basic_string::_Rep::_S_create",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 "allocator": "optional" 511 "allocator": "optional"
512 }, 512 },
513 { 513 {
514 "name": "other", 514 "name": "other",
515 "stacktrace": "optional", 515 "stacktrace": "optional",
516 "allocator": "optional" 516 "allocator": "optional"
517 } 517 }
518 ], 518 ],
519 "version": "POLICY_DEEP_3" 519 "version": "POLICY_DEEP_3"
520 } 520 }
OLDNEW
« no previous file with comments | « trunk/src/tools/deep_memory_profiler/policy.l1.json ('k') | trunk/src/tools/deep_memory_profiler/policy.linux.browser.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698