Searched refs:stitch_lbr (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | top.h | 39 bool stitch_lbr; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | top.h | 43 bool stitch_lbr; member
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-report.c | 86 bool stitch_lbr; member 270 if (rep->stitch_lbr) in process_sample_event() 420 if (rep->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) { in report__setup_sample_type() 423 rep->stitch_lbr = false; in report__setup_sample_type() 1296 OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr, in cmd_report()
|
H A D | builtin-c2c.c | 98 bool stitch_lbr; member 277 if (c2c.stitch_lbr) in process_sample_event() 2559 if (c2c.stitch_lbr && (mode != CALLCHAIN_LBR)) { in setup_callchain() 2562 c2c.stitch_lbr = false; in setup_callchain() 2714 OPT_BOOLEAN(0, "stitch-lbr", &c2c.stitch_lbr, in perf_c2c__report()
|
H A D | builtin-top.c | 779 if (top->stitch_lbr) in perf_event__process_sample() 1577 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()
|
H A D | builtin-script.c | 134 bool stitch_lbr; member 1977 if (script->stitch_lbr) in process_event() 3274 if (script->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) { in script__setup_sample_type() 3277 script->stitch_lbr = false; in script__setup_sample_type() 3595 OPT_BOOLEAN('\0', "stitch-lbr", &script.stitch_lbr, in cmd_script()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-report.c | 96 bool stitch_lbr; member 296 if (rep->stitch_lbr) in process_sample_event() 446 if (rep->stitch_lbr && (callchain_param.record_mode != CALLCHAIN_LBR)) { in report__setup_sample_type() 449 rep->stitch_lbr = false; in report__setup_sample_type() 1374 OPT_BOOLEAN(0, "stitch-lbr", &report.stitch_lbr, in cmd_report()
|
H A D | builtin-c2c.c | 102 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 D | builtin-top.c | 780 if (top->stitch_lbr) in perf_event__process_sample() 1594 OPT_BOOLEAN(0, "stitch-lbr", &top.stitch_lbr, in cmd_top() 1693 if (top.stitch_lbr && !(callchain_param.record_mode == CALLCHAIN_LBR)) { in cmd_top()
|
H A D | builtin-script.c | 153 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() 3995 OPT_BOOLEAN('\0', "stitch-lbr", &script.stitch_lbr, in cmd_script()
|
Completed in 27 milliseconds