Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Ddata.c169 bool is_pipe = false; in check_pipe() local
175 is_pipe = true; in check_pipe()
178 is_pipe = true; in check_pipe()
181 if (is_pipe) { in check_pipe()
197 return data->is_pipe = is_pipe; in check_pipe()
Ddata.h31 bool is_pipe; member
57 return data->is_pipe; in perf_data__is_pipe()
Dsynthetic-events.h54 …tr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
Dheader.c2471 if (session->data->is_pipe) { in process_event_desc()
2480 if (!session->data->is_pipe) in process_event_desc()
3452 if (session->data->is_pipe) in perf_header__fprintf_info()
3845 bool is_pipe, struct perf_header *ph) in check_magic_endian() argument
3854 if (is_pipe) in check_magic_endian()
4135 data->is_pipe = true; in perf_session__read_header()
Dsynthetic-events.c1953 perf_event__handler_t process, bool is_pipe) in perf_event__synthesize_extra_attr() argument
1997 if (is_pipe) { in perf_event__synthesize_extra_attr()
Dcs-etm.c2452 bool is_pipe = perf_data__is_pipe(session->data); in cs_etm__process_auxtrace_event() local
2456 if (is_pipe) in cs_etm__process_auxtrace_event()
Dsession.c228 if (!data->is_pipe) { in __perf_session__new()
266 if ((!data || !data->is_pipe) && tool && tool->ordering_requires_timestamps && in __perf_session__new()
/linux-5.19.10/tools/perf/
Dbuiltin-inject.c52 bool is_pipe; member
136 if (!inject->is_pipe) in perf_event__repipe_attr()
180 if (!inject->output.is_pipe) { in perf_event__repipe_auxtrace()
976 if (!inject->is_pipe && !inject->in_place_update) in __cmd_inject()
983 if (!inject->is_pipe && !inject->in_place_update) { in __cmd_inject()
1169 if (!strcmp(inject.input_name, "-") || inject.output.is_pipe) { in cmd_inject()
1170 inject.is_pipe = true; in cmd_inject()
1196 if (!data.is_pipe && inject.output.is_pipe) { in cmd_inject()
Dbuiltin-evlist.c49 if (data.is_pipe) in __cmd_evlist()
Dbuiltin-stat.c805 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat() local
812 …if (evlist__prepare_workload(evsel_list, &target, argv, is_pipe, workload_exec_failed_signal) < 0)… in __run_perf_stat()
954 if (is_pipe) { in __run_perf_stat()
965 process_synthesized_event, is_pipe); in __run_perf_stat()
1081 if (STAT_RECORD && perf_stat.data.is_pipe) in print_counters()
2086 if (perf_stat.data.is_pipe) in process_stat_config_event()
2547 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe); in cmd_stat()
2616 if (!perf_stat.data.is_pipe) { in cmd_stat()
Dbuiltin-report.c355 bool is_pipe = perf_data__is_pipe(session->data); in report__setup_sample_type() local
360 (!is_pipe && in report__setup_sample_type()
369 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
402 if (!is_pipe && in report__setup_sample_type()
424 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
1580 if (data.is_pipe) { in cmd_report()
Dbuiltin-record.c1656 if (data->is_pipe) in record__finish_output()
1822 if (data->is_pipe) { in record__synthesize()
1874 data->is_pipe); in record__synthesize()
2263 err = evlist__prepare_workload(rec->evlist, &opts->target, argv, data->is_pipe, in __cmd_record()
2278 if (data->is_pipe && rec->evlist->core.nr_entries == 1) in __cmd_record()
2319 if (data->is_pipe) { in __cmd_record()
Dbuiltin-script.c4162 if (data.is_pipe) { /* Assume pipe_mode indicates native_arch */ in cmd_script()
/linux-5.19.10/fs/
Dpipe.c1096 bool is_pipe = inode->i_sb->s_magic == PIPEFS_MAGIC; in fifo_open() local
1142 if (!is_pipe && !pipe->writers) { in fifo_open()
1161 if (!is_pipe && (filp->f_flags & O_NONBLOCK) && !pipe->readers) in fifo_open()
1168 if (!is_pipe && !pipe->readers) { in fifo_open()