Searched refs:use_stdio (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | data.c | 185 if (data->use_stdio) { in check_pipe() 193 data->use_stdio = false; in check_pipe() 359 data->use_stdio = false; in perf_data__open() 381 if (data->use_stdio) in perf_data__close() 389 if (data->use_stdio) { in perf_data__read() 406 if (data->use_stdio) { in perf_data__write()
|
H A D | data.h | 35 bool use_stdio; member 73 if (data->use_stdio) in perf_data__fd()
|
H A D | top.h | 39 bool use_stdio; member
|
H A D | kvm-stat.h | 110 bool use_stdio; member
|
/openbmc/linux/tools/perf/ |
H A D | builtin-annotate.c | 51 bool use_stdio, use_stdio2; member 551 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate() 690 if (annotate.use_stdio || annotate.use_stdio2) in cmd_annotate()
|
H A D | builtin-c2c.c | 99 bool use_stdio; member 2794 if (!c2c.use_stdio) { in ui_quirks() 2942 c2c.use_stdio ? "cl_num_empty," : "", in build_cl_output() 3028 OPT_BOOLEAN(0, "stdio", &c2c.use_stdio, "Use the stdio interface"), in perf_c2c__report() 3060 c2c.use_stdio = true; in perf_c2c__report() 3064 c2c.use_stdio = true; in perf_c2c__report() 3136 if (c2c.use_stdio) in perf_c2c__report()
|
H A D | builtin-report.c | 84 bool use_stdio; member 1267 OPT_BOOLEAN(0, "stdio", &report.use_stdio, in cmd_report() 1576 if (report.use_stdio) in cmd_report()
|
H A D | builtin-kvm.c | 1677 if (kvm->use_stdio) { in kvm_events_report_vcpu() 1801 OPT_BOOLEAN(0, "stdio", &kvm->use_stdio, "use the stdio interface"), in kvm_events_report() 1820 kvm->use_stdio = true; in kvm_events_report()
|
H A D | builtin-top.c | 1507 OPT_BOOLEAN(0, "stdio", &top.use_stdio, "Use the stdio interface"), in cmd_top() 1723 if (top.use_stdio) in cmd_top()
|
H A D | builtin-inject.c | 2210 .use_stdio = true, in cmd_inject() 2215 .use_stdio = true, in cmd_inject()
|