Searched refs:is_pipe (Results 1 – 7 of 7) sorted by relevance
15 bool is_pipe = false; in check_pipe() local21 is_pipe = true; in check_pipe()24 is_pipe = true; in check_pipe()27 if (is_pipe) in check_pipe()30 return file->is_pipe = is_pipe; in check_pipe()
14 bool is_pipe; member32 return file->is_pipe; in perf_data_file__is_pipe()
2209 bool is_pipe, struct perf_header *ph) in check_magic_endian() argument2218 if (is_pipe) in check_magic_endian()
83 if (!inject->output.is_pipe) in perf_event__repipe_attr()384 if (!file_out->is_pipe) in __cmd_inject()389 if (!file_out->is_pipe) { in __cmd_inject()
360 argv, file->is_pipe, in __cmd_record()377 if (file->is_pipe) { in __cmd_record()397 if (file->is_pipe) { in __cmd_record()545 if (!err && !file->is_pipe) { in __cmd_record()
206 bool is_pipe = perf_data_file__is_pipe(session->file); in report__setup_sample_type() local208 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()240 if (!is_pipe && in report__setup_sample_type()
824 bool is_pipe = inode->i_sb->s_magic == PIPEFS_MAGIC; in fifo_open() local870 if (!is_pipe && !pipe->writers) { in fifo_open()889 if (!is_pipe && (filp->f_flags & O_NONBLOCK) && !pipe->readers) in fifo_open()896 if (!is_pipe && !pipe->readers) { in fifo_open()