Searched refs:anchor_buf (Results 1 – 1 of 1) sorted by relevance
/art/tools/dmtracedump/ |
D | tracedump.cc | 1347 char anchor_buf[80]; in printExclusiveProfile() local 1348 anchor_buf[0] = 0; in printExclusiveProfile() 1393 sprintf(anchor_buf, "<a href=\"#m%d\">", method->index); in printExclusiveProfile() 1400 method->elapsedExclusive, per, sum_per, anchor_buf, method->index, in printExclusiveProfile() 1404 method->elapsedExclusive, per, sum_per, anchor_buf, method->index, in printExclusiveProfile() 1488 char anchor_buf[80]; in printInclusiveProfile() local 1490 anchor_buf[0] = 0; in printInclusiveProfile()
|