Lines Matching refs:cur_depth
59 unsigned int cur_depth[2]; member
1494 if (pdi->cur_depth[w]) in dump_trace_pc()
1495 pdi->cur_depth[w]--; in dump_trace_pc()
1501 pdi->cur_depth[w]++; in dump_trace_pc()
1502 if (pdi->cur_depth[w] > pdi->max_depth[w]) in dump_trace_pc()
1503 pdi->max_depth[w] = pdi->cur_depth[w]; in dump_trace_pc()
1507 if (pdi->cur_depth[w]) in dump_trace_pc()
1508 pdi->cur_depth[w]--; in dump_trace_pc()
1556 if (pdi->cur_depth[w]) in dump_trace_fs()
1557 pdi->cur_depth[w]--; in dump_trace_fs()
1563 pdi->cur_depth[w]++; in dump_trace_fs()
1564 if (pdi->cur_depth[w] > pdi->max_depth[w]) in dump_trace_fs()
1565 pdi->max_depth[w] = pdi->cur_depth[w]; in dump_trace_fs()
1569 if (pdi->cur_depth[w]) in dump_trace_fs()
1570 pdi->cur_depth[w]--; in dump_trace_fs()