Home
last modified time | relevance | path

Searched refs:use_stdio (Results 1 – 10 of 10) sorted by relevance

/linux/tools/perf/util/
H A Ddata.c177 if (data->use_stdio) { in check_pipe()
185 data->use_stdio = false; in check_pipe()
347 data->use_stdio = false; in perf_data__open()
369 if (data->use_stdio) in perf_data__close()
377 if (data->use_stdio) { in perf_data__read()
394 if (data->use_stdio) { in perf_data__write()
H A Ddata.h35 bool use_stdio; member
73 if (data->use_stdio) in perf_data__fd()
H A Dtop.h39 bool use_stdio; member
H A Dkvm-stat.h109 bool use_stdio; member
/linux/tools/perf/
H A Dbuiltin-annotate.c55 bool use_stdio, use_stdio2; member
729 OPT_BOOLEAN(0, "stdio", &annotate.use_stdio, "Use the stdio interface"), in cmd_annotate()
904 if (annotate.use_stdio || annotate.use_stdio2) in cmd_annotate()
H A Dbuiltin-c2c.c103 bool use_stdio; member
2863 if (!c2c.use_stdio) { in ui_quirks()
3011 c2c.use_stdio ? "cl_num_empty," : "", in build_cl_output()
3098 OPT_BOOLEAN(0, "stdio", &c2c.use_stdio, "Use the stdio interface"), in perf_c2c__report()
3141 c2c.use_stdio = true; in perf_c2c__report()
3145 c2c.use_stdio = true; in perf_c2c__report()
3242 if (c2c.use_stdio) in perf_c2c__report()
H A Dbuiltin-report.c86 bool use_stdio; member
1366 OPT_BOOLEAN(0, "stdio", &report.use_stdio, in cmd_report()
1706 if (report.use_stdio) in cmd_report()
H A Dbuiltin-kvm.c1625 if (kvm->use_stdio) { in kvm_events_report_vcpu()
1743 OPT_BOOLEAN(0, "stdio", &kvm->use_stdio, "use the stdio interface"), in kvm_events_report()
1762 kvm->use_stdio = true; in kvm_events_report()
H A Dbuiltin-top.c1526 OPT_BOOLEAN(0, "stdio", &top.use_stdio, "Use the stdio interface"), in cmd_top()
1763 if (top.use_stdio) in cmd_top()
H A Dbuiltin-inject.c2482 .use_stdio = true, in cmd_inject()
2487 .use_stdio = true, in cmd_inject()