Home
last modified time | relevance | path

Searched refs:is_pipe (Results 1 - 25 of 56) sorted by relevance

123

/kernel/linux/linux-5.10/tools/perf/util/
H A Ddata.c167 bool is_pipe = false; in check_pipe() local
173 is_pipe = true; in check_pipe()
176 is_pipe = true; in check_pipe()
179 if (is_pipe) in check_pipe()
182 return data->is_pipe = is_pipe; in check_pipe()
H A Ddata.h27 bool is_pipe; member
51 return data->is_pipe; in perf_data__is_pipe()
H A Dsynthetic-events.h40 int perf_event__synthesize_extra_attr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddata.c172 bool is_pipe = false; in check_pipe() local
178 is_pipe = true; in check_pipe()
181 is_pipe = true; in check_pipe()
184 if (is_pipe) { in check_pipe()
200 return data->is_pipe = is_pipe; in check_pipe()
H A Ddata.h32 bool is_pipe; member
58 return data->is_pipe; in perf_data__is_pipe()
H A Dsynthetic-events.h54 int perf_event__synthesize_extra_attr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
/third_party/ffmpeg/libavformat/
H A Dimg2dec.c213 s->is_pipe = 0; in ff_img_read_header()
215 s->is_pipe = 1; in ff_img_read_header()
237 if (!s->is_pipe) { in ff_img_read_header()
419 if (!s->is_pipe) { in ff_img_read_packet()
483 if (avio_feof(f[0]) && s->loop && s->is_pipe) in ff_img_read_packet()
514 } else if (!s->is_pipe) { in ff_img_read_packet()
518 if (s->is_pipe) in ff_img_read_packet()
526 if (!s->is_pipe && s->export_path_metadata == 1) { in ff_img_read_packet()
536 if (s->loop && s->is_pipe && ret[i] == AVERROR_EOF) { in ff_img_read_packet()
542 if (!s->is_pipe in ff_img_read_packet()
[all...]
H A Dimg2.h48 int is_pipe; member
/third_party/libsnd/src/
H A Dfile_io.c312 if (psf->is_pipe) in psf_fseek()
378 if (psf->is_pipe) in psf_fread()
422 if (psf->is_pipe) in psf_fwrite()
435 if (psf->is_pipe) in psf_ftell()
1012 if (psf->is_pipe) in psf_fread()
1051 if (psf->is_pipe) in psf_fwrite()
1067 if (psf->is_pipe) in psf_ftell()
H A Dhtk.c55 if (psf->is_pipe) in htk_open()
H A Dmpc2k.c129 if (psf->is_pipe == SF_FALSE) in mpc2k_write_header()
H A Dpvf.c112 if (psf->is_pipe == SF_FALSE) in pvf_write_header()
H A Dwve.c58 if (psf->is_pipe) in wve_open()
H A Davr.c209 if (psf->is_pipe == SF_FALSE) in avr_write_header()
H A Dmat4.c90 { if (psf->is_pipe) in mat4_open()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-inject.c126 if (!inject->output.is_pipe) in perf_event__repipe_attr()
170 if (!inject->output.is_pipe) { in perf_event__repipe_auxtrace()
763 if (!data_out->is_pipe) in __cmd_inject()
770 if (!data_out->is_pipe) { in __cmd_inject()
908 inject.session = perf_session__new(&data, inject.output.is_pipe, &inject.tool); in cmd_inject()
H A Dbuiltin-stat.c721 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat() local
727 if (perf_evlist__prepare_workload(evsel_list, &target, argv, is_pipe, in __run_perf_stat()
856 if (is_pipe) { in __run_perf_stat()
867 process_synthesized_event, is_pipe); in __run_perf_stat()
973 if (STAT_RECORD && perf_stat.data.is_pipe) in print_counters()
1889 if (perf_stat.data.is_pipe) in process_stat_config_event()
2321 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe); in cmd_stat()
2387 if (!perf_stat.data.is_pipe) { in cmd_stat()
H A Dbuiltin-report.c342 bool is_pipe = perf_data__is_pipe(session->data); in report__setup_sample_type() local
347 (!is_pipe && in report__setup_sample_type()
356 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
389 if (!is_pipe && in report__setup_sample_type()
411 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
H A Dbuiltin-record.c1224 if (data->is_pipe) in record__finish_output()
1388 if (data->is_pipe) { in record__synthesize()
1469 data->is_pipe); in record__synthesize()
1693 argv, data->is_pipe, in __cmd_record()
1708 if (data->is_pipe && rec->evlist->core.nr_entries == 1) in __cmd_record()
1747 if (data->is_pipe) { in __cmd_record()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-evlist.c49 if (data.is_pipe) in __cmd_evlist()
H A Dbuiltin-stat.c700 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat() local
707 if (evlist__prepare_workload(evsel_list, &target, argv, is_pipe, workload_exec_failed_signal) < 0) { in __run_perf_stat()
846 if (is_pipe) { in __run_perf_stat()
857 process_synthesized_event, is_pipe); in __run_perf_stat()
976 if (STAT_RECORD && perf_stat.data.is_pipe) in print_counters()
2299 if (perf_stat.data.is_pipe) in process_stat_config_event()
2802 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe); in cmd_stat()
2874 if (!perf_stat.data.is_pipe) { in cmd_stat()
H A Dbuiltin-inject.c117 bool is_pipe; member
203 if (!inject->is_pipe) in perf_event__repipe_attr()
247 if (!inject->output.is_pipe) { in perf_event__repipe_auxtrace()
2091 if (!inject->is_pipe && !inject->in_place_update) in __cmd_inject()
2110 if (!inject->is_pipe && !inject->in_place_update) { in __cmd_inject()
2316 if (!strcmp(inject.input_name, "-") || inject.output.is_pipe) { in cmd_inject()
2317 inject.is_pipe = true; in cmd_inject()
2343 if (!data.is_pipe && inject.output.is_pipe) { in cmd_inject()
H A Dbuiltin-report.c368 bool is_pipe = perf_data__is_pipe(session->data); in report__setup_sample_type() local
373 (!is_pipe && in report__setup_sample_type()
382 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
415 if (!is_pipe && in report__setup_sample_type()
437 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
1640 if (data.is_pipe) { in cmd_report()
/kernel/linux/linux-5.10/fs/
H A Dpipe.c1093 bool is_pipe = inode->i_sb->s_magic == PIPEFS_MAGIC; in fifo_open() local
1139 if (!is_pipe && !pipe->writers) { in fifo_open()
1158 if (!is_pipe && (filp->f_flags & O_NONBLOCK) && !pipe->readers) in fifo_open()
1165 if (!is_pipe && !pipe->readers) { in fifo_open()
/kernel/linux/linux-6.6/fs/
H A Dpipe.c1098 bool is_pipe = inode->i_sb->s_magic == PIPEFS_MAGIC; in fifo_open() local
1144 if (!is_pipe && !pipe->writers) { in fifo_open()
1163 if (!is_pipe && (filp->f_flags & O_NONBLOCK) && !pipe->readers) in fifo_open()
1170 if (!is_pipe && !pipe->readers) { in fifo_open()

Completed in 34 milliseconds

123