Searched refs:stitch_lbr (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | top.h | 42 bool stitch_lbr; member
|
| /linux/tools/perf/ |
| H A D | builtin-report.c | 98 bool stitch_lbr; member 296 if (rep->stitch_lbr) in process_sample_event() 448 if (rep->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) { in report__setup_sample_type() 451 rep->stitch_lbr = false; in report__setup_sample_type() 1470 OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr, in cmd_report()
|
| H A D | builtin-top.c | 782 if (top->stitch_lbr) in perf_event__process_sample() 1623 OPT_BOOLEAN(0, "stitch-lbr", &top.stitch_lbr, in cmd_top() 1744 if (top.stitch_lbr && !(callchain_param.record_mode == CALLCHAIN_LBR)) { in cmd_top()
|
| H A D | builtin-c2c.c | 106 bool stitch_lbr; member 337 if (c2c.stitch_lbr) in process_sample_event() 2942 if (c2c.stitch_lbr && (mode != CALLCHAIN_LBR)) { in setup_callchain() 2945 c2c.stitch_lbr = false; in setup_callchain() 3116 OPT_BOOLEAN(0, "stitch-lbr", &c2c.stitch_lbr, in perf_c2c__report()
|
| H A D | builtin-script.c | 158 bool stitch_lbr; member 2504 if (script->stitch_lbr) in process_event() 3850 if (script->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) { in process_stat_round_event() 3853 script->stitch_lbr = false; in process_stat_round_event() 4179 OPT_BOOLEAN('\0', "stitch-lbr", &script.stitch_lbr, in cmd_script()
|