Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Ddata.c18 bool is_pipe = false; in check_pipe() local
24 is_pipe = true; in check_pipe()
27 is_pipe = true; in check_pipe()
30 if (is_pipe) in check_pipe()
33 return data->is_pipe = is_pipe; in check_pipe()
Ddata.h19 bool is_pipe; member
37 return data->is_pipe; in perf_data__is_pipe()
Dheader.h117 bool is_pipe);
Dheader.c2068 if (session->data->is_pipe) { in process_event_desc()
2077 if (!session->data->is_pipe) in process_event_desc()
2658 if (session->data->is_pipe) in perf_header__fprintf_info()
2983 bool is_pipe, struct perf_header *ph) in check_magic_endian() argument
2992 if (is_pipe) in check_magic_endian()
3671 bool is_pipe) in perf_event__synthesize_extra_attr() argument
3715 if (is_pipe) { in perf_event__synthesize_extra_attr()
Dcs-etm.c1160 bool is_pipe = perf_data__is_pipe(session->data); in cs_etm__process_auxtrace_event() local
1163 if (is_pipe) in cs_etm__process_auxtrace_event()
Dsession.c144 if (!data->is_pipe) { in perf_session__new()
166 if ((!data || !data->is_pipe) && tool && tool->ordering_requires_timestamps && in perf_session__new()
/Linux-v4.19/tools/perf/
Dbuiltin-stat.c274 if (!(STAT_RECORD && perf_stat.data.is_pipe)) in create_perf_stat_counter()
467 static int perf_stat_synthesize_config(bool is_pipe) in perf_stat_synthesize_config() argument
471 if (is_pipe) { in perf_stat_synthesize_config()
483 is_pipe); in perf_stat_synthesize_config()
584 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat() local
599 if (perf_evlist__prepare_workload(evsel_list, &target, argv, is_pipe, in __run_perf_stat()
692 if (is_pipe) { in __run_perf_stat()
702 err = perf_stat_synthesize_config(is_pipe); in __run_perf_stat()
1837 if (STAT_RECORD && perf_stat.data.is_pipe) in print_counters()
2646 if (perf_stat.data.is_pipe) in process_stat_config_event()
[all …]
Dbuiltin-inject.c109 if (!inject->output.is_pipe) in perf_event__repipe_attr()
146 if (!inject->output.is_pipe) { in perf_event__repipe_auxtrace()
694 if (!data_out->is_pipe) in __cmd_inject()
701 if (!data_out->is_pipe) { in __cmd_inject()
Dbuiltin-record.c601 if (data->is_pipe) in record__finish_output()
756 if (data->is_pipe) { in record__synthesize()
828 data->is_pipe); in record__synthesize()
899 argv, data->is_pipe, in __cmd_record()
914 if (data->is_pipe && rec->evlist->nr_entries == 1) in __cmd_record()
944 if (data->is_pipe) { in __cmd_record()
Dbuiltin-report.c318 bool is_pipe = perf_data__is_pipe(session->data); in report__setup_sample_type() local
321 (!is_pipe && in report__setup_sample_type()
329 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
362 if (!is_pipe && in report__setup_sample_type()
/Linux-v4.19/fs/
Dpipe.c875 bool is_pipe = inode->i_sb->s_magic == PIPEFS_MAGIC; in fifo_open() local
921 if (!is_pipe && !pipe->writers) { in fifo_open()
940 if (!is_pipe && (filp->f_flags & O_NONBLOCK) && !pipe->readers) in fifo_open()
947 if (!is_pipe && !pipe->readers) { in fifo_open()