Home
last modified time | relevance | path

Searched refs:is_pipe (Results 1 – 14 of 14) sorted by relevance

/linux/tools/perf/util/
H A Ddata.c184 bool is_pipe = false; in check_pipe()
190 is_pipe = true; in check_pipe()
193 is_pipe = true; in check_pipe()
196 if (is_pipe) { in check_pipe()
209 * When is_pipe and data->file.fd is given, use given fd in check_backup()
217 return data->is_pipe = is_pipe; in check_backup()
164 bool is_pipe = false; check_pipe() local
H A Ddata.h55 /** @is_pipe: Underlying file is a pipe. */
56 bool is_pipe; in perf_data__is_pipe()
98 return data->is_pipe;
32 bool is_pipe; global() member
H A Dsynthetic-events.h71 int perf_event__synthesize_extra_attr(const struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
H A Dheader.c2993 if (session->data->is_pipe) { in process_pmu_mappings()
3002 if (!session->data->is_pipe)
4344 if (session->data->is_pipe) in perf_file_header__read()
4800 bool is_pipe, struct perf_header *ph) in perf_event__process_event_update()
4809 if (is_pipe) in perf_event__process_event_update()
5123 data->is_pipe = true;
4261 check_magic_endian(u64 magic,uint64_t hdr_sz,bool is_pipe,struct perf_header * ph) check_magic_endian() argument
H A Dcs-etm.c3045 bool is_pipe = perf_data__is_pipe(session->data); in cs_etm__queue_aux_fragment()
3049 if (is_pipe) in cs_etm__queue_aux_fragment()
2889 bool is_pipe = perf_data__is_pipe(session->data); cs_etm__process_auxtrace_event() local
H A Dsynthetic-events.c2242 perf_event__handler_t process, bool is_pipe) in perf_event__synthesize_tracing_data()
2286 if (is_pipe) { in perf_event__synthesize_build_id()
2114 perf_event__synthesize_extra_attr(const struct perf_tool * tool,struct evlist * evsel_list,perf_event__handler_t process,bool is_pipe) perf_event__synthesize_extra_attr() argument
H A Dsession.c185 if (!data->is_pipe) { in __perf_session__new()
226 if ((!data || !data->is_pipe) && tool && tool->ordering_requires_timestamps && in __perf_session__new()
/linux/tools/perf/
H A Dbuiltin-evlist.c50 if (data.is_pipe) in __cmd_evlist()
H A Dbuiltin-inject.c256 if (!inject->output.is_pipe) { in copy_bytes()
347 if (!inject->output.is_pipe) { in perf_inject__cut_auxtrace_sample()
2429 bool write_attrs_after_data = !inject->output.is_pipe && inject->session->data->is_pipe; in __cmd_inject()
2546 if (!inject->output.is_pipe && !inject->in_place_update) in cmd_inject()
2565 if (!inject->output.is_pipe && !inject->in_place_update) { in cmd_inject()
2873 /*trace_event_repipe=*/inject.output.is_pipe,
2903 if (inject.output.is_pipe) {
2915 if (!data.is_pipe) {
2955 if (inject.output.is_pipe || injec
[all...]
H A Dbuiltin-stat.c786 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat()
792 if (evlist__prepare_workload(evsel_list, &target, argv, is_pipe, in __run_perf_stat()
932 if (is_pipe) { in __run_perf_stat()
943 process_synthesized_event, is_pipe); in __run_perf_stat()
1092 if (STAT_RECORD && perf_stat.data.is_pipe) in print_counters()
2263 if (perf_stat.data.is_pipe) in process_thread_map_event()
3001 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe); in cmd_stat()
3076 if (!perf_stat.data.is_pipe) {
784 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; __run_perf_stat() local
H A Dbuiltin-report.c370 bool is_pipe = perf_data__is_pipe(session->data);
375 (!is_pipe && in report__setup_sample_type() local
384 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
417 if (!is_pipe && in report__setup_sample_type()
439 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
1818 if (data.is_pipe) { in cmd_report()
H A Dbuiltin-record.c1854 if (data->is_pipe) { in record__finish_output()
2111 if (data->is_pipe) { in record__synthesize()
2161 data->is_pipe); in record__synthesize()
2546 err = evlist__prepare_workload(rec->evlist, &opts->target, argv, data->is_pipe, in __cmd_record()
2561 if (data->is_pipe && evlist__nr_entries(rec->evlist) == 1) in __cmd_record()
2607 if (data->is_pipe) { in __cmd_record()
H A Dbuiltin-lock.c1879 if (!data.is_pipe) { in __cmd_report()
2090 } else if (!data.is_pipe) { in __cmd_contention()
/linux/fs/
H A Dpipe.c1204 bool is_pipe = inode->i_fop == &pipeanon_fops; in fifo_open() local
1251 if (!is_pipe && !pipe->writers) { in fifo_open()
1270 if (!is_pipe && (filp->f_flags & O_NONBLOCK) && !pipe->readers) in fifo_open()
1277 if (!is_pipe && !pipe->readers) { in fifo_open()