Searched refs:stitch_lbr (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/tools/perf/util/ |
| D | top.h | 39 bool stitch_lbr; member
|
| /Linux-v5.15/tools/perf/ |
| D | builtin-report.c | 86 bool stitch_lbr; member 279 if (rep->stitch_lbr) in process_sample_event() 415 if (rep->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) { in report__setup_sample_type() 418 rep->stitch_lbr = false; in report__setup_sample_type() 1311 OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr, in cmd_report()
|
| D | builtin-top.c | 777 if (top->stitch_lbr) in perf_event__process_sample() 1572 OPT_BOOLEAN(0, "stitch-lbr", &top.stitch_lbr, in cmd_top() 1647 if (top.stitch_lbr && !(callchain_param.record_mode == CALLCHAIN_LBR)) { in cmd_top()
|
| D | builtin-c2c.c | 100 bool stitch_lbr; member 279 if (c2c.stitch_lbr) in process_sample_event() 2592 if (c2c.stitch_lbr && (mode != CALLCHAIN_LBR)) { in setup_callchain() 2595 c2c.stitch_lbr = false; in setup_callchain() 2755 OPT_BOOLEAN(0, "stitch-lbr", &c2c.stitch_lbr, in perf_c2c__report()
|
| D | builtin-script.c | 141 bool stitch_lbr; member 2045 if (script->stitch_lbr) in process_event() 3470 if (script->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) { in script__setup_sample_type() 3473 script->stitch_lbr = false; in script__setup_sample_type() 3804 OPT_BOOLEAN('\0', "stitch-lbr", &script.stitch_lbr, in cmd_script()
|