Lines Matching refs:cur_depth
59 unsigned int cur_depth[2]; member
1512 if (pdi->cur_depth[w]) in dump_trace_pc()
1513 pdi->cur_depth[w]--; in dump_trace_pc()
1519 pdi->cur_depth[w]++; in dump_trace_pc()
1520 if (pdi->cur_depth[w] > pdi->max_depth[w]) in dump_trace_pc()
1521 pdi->max_depth[w] = pdi->cur_depth[w]; in dump_trace_pc()
1525 if (pdi->cur_depth[w]) in dump_trace_pc()
1526 pdi->cur_depth[w]--; in dump_trace_pc()
1574 if (pdi->cur_depth[w]) in dump_trace_fs()
1575 pdi->cur_depth[w]--; in dump_trace_fs()
1581 pdi->cur_depth[w]++; in dump_trace_fs()
1582 if (pdi->cur_depth[w] > pdi->max_depth[w]) in dump_trace_fs()
1583 pdi->max_depth[w] = pdi->cur_depth[w]; in dump_trace_fs()
1587 if (pdi->cur_depth[w]) in dump_trace_fs()
1588 pdi->cur_depth[w]--; in dump_trace_fs()