Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dtop.h42 bool stitch_lbr; member
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c96 bool stitch_lbr; member
295 if (rep->stitch_lbr) in process_sample_event()
445 if (rep->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) { in report__setup_sample_type()
448 rep->stitch_lbr = false; in report__setup_sample_type()
1372 OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr, in cmd_report()
H A Dbuiltin-top.c779 if (top->stitch_lbr) in perf_event__process_sample()
1593 OPT_BOOLEAN(0, "stitch-lbr", &top.stitch_lbr, in cmd_top()
1692 if (top.stitch_lbr && !(callchain_param.record_mode == CALLCHAIN_LBR)) { in cmd_top()
H A Dbuiltin-c2c.c102 bool stitch_lbr; member
298 if (c2c.stitch_lbr) in process_sample_event()
2872 if (c2c.stitch_lbr && (mode != CALLCHAIN_LBR)) { in setup_callchain()
2875 c2c.stitch_lbr = false; in setup_callchain()
3045 OPT_BOOLEAN(0, "stitch-lbr", &c2c.stitch_lbr, in perf_c2c__report()
H A Dbuiltin-script.c153 bool stitch_lbr; member
2216 if (script->stitch_lbr) in process_event()
3640 if (script->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) { in script__setup_sample_type()
3643 script->stitch_lbr = false; in script__setup_sample_type()
4009 OPT_BOOLEAN('\0', "stitch-lbr", &script.stitch_lbr, in cmd_script()