Searched refs:stitch_lbr (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/
H A Dtop.h42 bool stitch_lbr; member in struct:perf_top
/linux-master/tools/perf/
H A Dbuiltin-report.c97 bool stitch_lbr; member in struct:report
297 if (rep->stitch_lbr)
447 if (rep->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) {
450 rep->stitch_lbr = false;
1446 OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr,
H A Dbuiltin-top.c779 if (top->stitch_lbr)
1593 OPT_BOOLEAN(0, "stitch-lbr", &top.stitch_lbr,
1692 if (top.stitch_lbr && !(callchain_param.record_mode == CALLCHAIN_LBR)) {
H A Dbuiltin-script.c155 bool stitch_lbr; member in struct:perf_script
2232 if (script->stitch_lbr)
3663 if (script->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) {
3666 script->stitch_lbr = false;
4032 OPT_BOOLEAN('\0', "stitch-lbr", &script.stitch_lbr,
H A Dbuiltin-c2c.c102 bool stitch_lbr; member in struct:perf_c2c
298 if (c2c.stitch_lbr)
2872 if (c2c.stitch_lbr && (mode != CALLCHAIN_LBR)) {
2875 c2c.stitch_lbr = false;
3045 OPT_BOOLEAN(0, "stitch-lbr", &c2c.stitch_lbr,

Completed in 116 milliseconds