Searched refs:use_stdout (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/virtio/virtio-trace/ |
H A D | trace-agent.c | 59 s->use_stdout = false; in agent_info_new() 164 if (!s->use_stdout) { in agent_info_init() 172 rw_thread_init(cpu, in_path, out_path, s->use_stdout, in agent_info_init() 194 s->use_stdout = true; in parse_args()
|
H A D | trace-agent.h | 13 * @use_stdout: set to true when o option is added (default false) 20 bool use_stdout; member
|
/kernel/linux/linux-6.6/tools/virtio/virtio-trace/ |
H A D | trace-agent.c | 60 s->use_stdout = false; in agent_info_new() 168 if (!s->use_stdout) { in agent_info_init() 176 rw_thread_init(cpu, in_path, out_path, s->use_stdout, in agent_info_init() 198 s->use_stdout = true; in parse_args()
|
H A D | trace-agent.h | 13 * @use_stdout: set to true when o option is added (default false) 20 bool use_stdout; member
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | probe-event.h | 174 const char *module, bool use_stdout);
|
H A D | probe-event.c | 2580 const char *module, bool use_stdout) in show_perf_probe_event() 2587 if (use_stdout) in show_perf_probe_event() 2578 show_perf_probe_event(const char *group, const char *event, struct perf_probe_event *pev, const char *module, bool use_stdout) show_perf_probe_event() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | probe-event.h | 175 const char *module, bool use_stdout);
|
H A D | probe-event.c | 2623 const char *module, bool use_stdout) in show_perf_probe_event() 2630 if (use_stdout) in show_perf_probe_event() 2621 show_perf_probe_event(const char *group, const char *event, struct perf_probe_event *pev, const char *module, bool use_stdout) show_perf_probe_event() argument
|
Completed in 11 milliseconds