Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Ddata.c184 bool is_pipe = false; in check_pipe() local
190 is_pipe = true; in check_pipe()
193 is_pipe = true; in check_pipe()
196 if (is_pipe) { in check_pipe()
217 return data->is_pipe = is_pipe; in check_pipe()
Ddata.h32 bool is_pipe; member
58 return data->is_pipe; in perf_data__is_pipe()
Dsynthetic-events.h73 …st struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
Dheader.c2530 if (session->data->is_pipe) { in process_event_desc()
2539 if (!session->data->is_pipe) in process_event_desc()
3535 if (session->data->is_pipe) in perf_header__fprintf_info()
3962 bool is_pipe, struct perf_header *ph) in check_magic_endian() argument
3971 if (is_pipe) in check_magic_endian()
4263 data->is_pipe = true; in perf_session__read_header()
Dsynthetic-events.c2091 perf_event__handler_t process, bool is_pipe) in perf_event__synthesize_extra_attr() argument
2135 if (is_pipe) { in perf_event__synthesize_extra_attr()
Dsession.c173 if (!data->is_pipe) { in __perf_session__new()
211 if ((!data || !data->is_pipe) && tool && tool->ordering_requires_timestamps && in __perf_session__new()
Dcs-etm.c2873 bool is_pipe = perf_data__is_pipe(session->data); in cs_etm__process_auxtrace_event() local
2877 if (is_pipe) in cs_etm__process_auxtrace_event()
/linux-6.12.1/tools/perf/
Dbuiltin-evlist.c49 if (data.is_pipe) in __cmd_evlist()
Dbuiltin-stat.c704 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat() local
711 …if (evlist__prepare_workload(evsel_list, &target, argv, is_pipe, workload_exec_failed_signal) < 0)… in __run_perf_stat()
850 if (is_pipe) { in __run_perf_stat()
861 process_synthesized_event, is_pipe); in __run_perf_stat()
980 if (STAT_RECORD && perf_stat.data.is_pipe) in print_counters()
2199 if (perf_stat.data.is_pipe) in process_stat_config_event()
2852 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe); in cmd_stat()
2924 if (!perf_stat.data.is_pipe) { in cmd_stat()
Dbuiltin-report.c370 bool is_pipe = perf_data__is_pipe(session->data); in report__setup_sample_type() local
375 (!is_pipe && in report__setup_sample_type()
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()
1752 if (data.is_pipe) { in cmd_report()
Dbuiltin-inject.c227 if (!inject->output.is_pipe) in perf_event__repipe_attr()
271 if (!inject->output.is_pipe) { in perf_event__repipe_auxtrace()
2174 bool write_attrs_after_data = !inject->output.is_pipe && inject->session->data->is_pipe; in __cmd_inject()
2282 if (!inject->output.is_pipe && !inject->in_place_update) in __cmd_inject()
2301 if (!inject->output.is_pipe && !inject->in_place_update) { in __cmd_inject()
2535 /*trace_event_repipe=*/inject.output.is_pipe); in cmd_inject()
2550 if (inject.output.is_pipe) { in cmd_inject()
2562 if (!data.is_pipe) { in cmd_inject()
Dbuiltin-record.c1784 if (data->is_pipe) { in record__finish_output()
2037 if (data->is_pipe) { in record__synthesize()
2087 data->is_pipe); in record__synthesize()
2460 err = evlist__prepare_workload(rec->evlist, &opts->target, argv, data->is_pipe, in __cmd_record()
2475 if (data->is_pipe && rec->evlist->core.nr_entries == 1) in __cmd_record()
2517 if (data->is_pipe) { in __cmd_record()
Dbuiltin-lock.c1960 if (!data.is_pipe) { in __cmd_report()
2157 } else if (!data.is_pipe) { in __cmd_contention()
Dbuiltin-script.c4371 if (data.is_pipe) { /* Assume pipe_mode indicates native_arch */ in cmd_script()
/linux-6.12.1/fs/
Dpipe.c1110 bool is_pipe = inode->i_sb->s_magic == PIPEFS_MAGIC; in fifo_open() local
1156 if (!is_pipe && !pipe->writers) { in fifo_open()
1175 if (!is_pipe && (filp->f_flags & O_NONBLOCK) && !pipe->readers) in fifo_open()
1182 if (!is_pipe && !pipe->readers) { in fifo_open()