Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Ddata.c158 bool is_pipe = false; in check_pipe() local
164 is_pipe = true; in check_pipe()
167 is_pipe = true; in check_pipe()
170 if (is_pipe) in check_pipe()
173 return data->is_pipe = is_pipe; in check_pipe()
Ddata.h21 bool is_pipe; member
45 return data->is_pipe; in perf_data__is_pipe()
Dsynthetic-events.h40 …tr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
Dheader.c2151 if (session->data->is_pipe) { in process_event_desc()
2160 if (!session->data->is_pipe) in process_event_desc()
2945 if (session->data->is_pipe) in perf_header__fprintf_info()
3270 bool is_pipe, struct perf_header *ph) in check_magic_endian() argument
3279 if (is_pipe) in check_magic_endian()
Dsynthetic-events.c1620 perf_event__handler_t process, bool is_pipe) in perf_event__synthesize_extra_attr() argument
1664 if (is_pipe) { in perf_event__synthesize_extra_attr()
Dcs-etm.c2306 bool is_pipe = perf_data__is_pipe(session->data); in cs_etm__process_auxtrace_event() local
2309 if (is_pipe) in cs_etm__process_auxtrace_event()
Dsession.c220 if (!data->is_pipe) { in perf_session__new()
254 if ((!data || !data->is_pipe) && tool && tool->ordering_requires_timestamps && in perf_session__new()
/Linux-v5.4/tools/perf/
Dbuiltin-stat.c435 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat() local
449 if (perf_evlist__prepare_workload(evsel_list, &target, argv, is_pipe, in __run_perf_stat()
535 if (is_pipe) { in __run_perf_stat()
546 process_synthesized_event, is_pipe); in __run_perf_stat()
654 if (STAT_RECORD && perf_stat.data.is_pipe) in print_counters()
1496 if (perf_stat.data.is_pipe) in process_stat_config_event()
1935 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe); in cmd_stat()
1996 if (!perf_stat.data.is_pipe) { in cmd_stat()
Dbuiltin-inject.c111 if (!inject->output.is_pipe) in perf_event__repipe_attr()
148 if (!inject->output.is_pipe) { in perf_event__repipe_auxtrace()
693 if (!data_out->is_pipe) in __cmd_inject()
700 if (!data_out->is_pipe) { in __cmd_inject()
Dbuiltin-report.c334 bool is_pipe = perf_data__is_pipe(session->data); in report__setup_sample_type() local
337 (!is_pipe && in report__setup_sample_type()
345 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
378 if (!is_pipe && in report__setup_sample_type()
Dbuiltin-record.c1069 if (data->is_pipe) in record__finish_output()
1232 if (data->is_pipe) { in record__synthesize()
1304 data->is_pipe); in record__synthesize()
1393 argv, data->is_pipe, in __cmd_record()
1408 if (data->is_pipe && rec->evlist->core.nr_entries == 1) in __cmd_record()
1439 if (data->is_pipe) { in __cmd_record()
Dbuiltin-script.c3781 if (data.is_pipe || /* assume pipe_mode indicates native_arch */ in cmd_script()
/Linux-v5.4/fs/
Dpipe.c901 bool is_pipe = inode->i_sb->s_magic == PIPEFS_MAGIC; in fifo_open() local
947 if (!is_pipe && !pipe->writers) { in fifo_open()
966 if (!is_pipe && (filp->f_flags & O_NONBLOCK) && !pipe->readers) in fifo_open()
973 if (!is_pipe && !pipe->readers) { in fifo_open()