Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtop.h42 bool stitch_lbr; member
/linux/tools/perf/
H A Dbuiltin-report.c100 bool stitch_lbr;
295 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()
1477 OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr, in cmd_report()
98 bool stitch_lbr; global() member
H A Dbuiltin-top.c780 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 Dbuiltin-c2c.c77 bool stitch_lbr;
319 if (c2c.stitch_lbr) in process_sample_event()
2924 if (c2c.stitch_lbr && (mode != CALLCHAIN_LBR)) { in setup_callchain()
2927 c2c.stitch_lbr = false; in setup_callchain()
3098 OPT_BOOLEAN(0, "stitch-lbr", &c2c.stitch_lbr, in perf_c2c__report()
106 bool stitch_lbr; global() member
H A Dbuiltin-script.c162 bool stitch_lbr;
2515 if (script->stitch_lbr) in process_event()
3866 if (script->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) { in process_stat_config_event()
3869 script->stitch_lbr = false; in process_stat_config_event()
4198 OPT_BOOLEAN('\0', "stitch-lbr", &script.stitch_lbr, in cmd_script()
158 bool stitch_lbr; global() member