Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dtop.h43 bool stitch_lbr; member
/linux-6.1.9/tools/perf/
Dbuiltin-report.c92 bool stitch_lbr; member
285 if (rep->stitch_lbr) in process_sample_event()
435 if (rep->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) { in report__setup_sample_type()
438 rep->stitch_lbr = false; in report__setup_sample_type()
1355 OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr, in cmd_report()
Dbuiltin-top.c777 if (top->stitch_lbr) in perf_event__process_sample()
1573 OPT_BOOLEAN(0, "stitch-lbr", &top.stitch_lbr, in cmd_top()
1652 if (top.stitch_lbr && !(callchain_param.record_mode == CALLCHAIN_LBR)) { in cmd_top()
Dbuiltin-c2c.c103 bool stitch_lbr; member
296 if (c2c.stitch_lbr) in process_sample_event()
2865 if (c2c.stitch_lbr && (mode != CALLCHAIN_LBR)) { in setup_callchain()
2868 c2c.stitch_lbr = false; in setup_callchain()
3038 OPT_BOOLEAN(0, "stitch-lbr", &c2c.stitch_lbr, in perf_c2c__report()
Dbuiltin-script.c146 bool stitch_lbr; member
2181 if (script->stitch_lbr) in process_event()
3594 if (script->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) { in script__setup_sample_type()
3597 script->stitch_lbr = false; in script__setup_sample_type()
3940 OPT_BOOLEAN('\0', "stitch-lbr", &script.stitch_lbr, in cmd_script()