Searched refs:pipe_output (Results 1 - 5 of 5) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-inject.c28 int pipe_output, member in struct:perf_inject
384 if (!inject->pipe_output)
389 if (!inject->pipe_output) {
450 inject.pipe_output = 1;
H A Dperf.h226 bool pipe_output; member in struct:perf_record_opts
H A Dbuiltin-record.c274 if (!rec->opts.pipe_output) {
374 opts->pipe_output = true;
380 opts->pipe_output = true;
392 if (opts->pipe_output)
426 argv, opts->pipe_output,
447 if (opts->pipe_output) {
470 if (opts->pipe_output) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devlist.h104 const char *argv[], bool pipe_output,
H A Devlist.c957 const char *argv[], bool pipe_output,
980 if (pipe_output)
955 perf_evlist__prepare_workload(struct perf_evlist *evlist, struct perf_target *target, const char *argv[], bool pipe_output, bool want_signal) argument

Completed in 75 milliseconds