Home
last modified time | relevance | path

Searched refs:is_pipe (Results 1 – 13 of 13) 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.h53 /** @is_pipe: Underlying file is a pipe. */ in perf_data__is_write()
54 bool is_pipe; in perf_data__is_write()
96 return data->is_pipe;
32 bool is_pipe; global() member
H A Dsynthetic-events.h73 …st struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
H A Dheader.c2799 if (session->data->is_pipe) { in process_cpu_topology()
2808 if (!session->data->is_pipe) in process_cpu_topology()
4129 if (session->data->is_pipe) in perf_header__getbuffer64()
4557 bool is_pipe, struct perf_header *ph) in perf_session__read_header()
4566 if (is_pipe) in perf_session__read_header()
4861 data->is_pipe = true; in perf_event__process_tracing_data()
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.c2889 bool is_pipe = perf_data__is_pipe(session->data); in cs_etm__process_auxtrace_event() local
2893 if (is_pipe) in cs_etm__process_auxtrace_event()
H A Dsynthetic-events.c2114 perf_event__handler_t process, bool is_pipe) in perf_event__synthesize_extra_attr() argument
2158 if (is_pipe) { in perf_event__synthesize_extra_attr()
H A Dsession.c184 if (!data->is_pipe) { in __perf_session__new()
225 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.c231 if (!inject->output.is_pipe) in perf_event__repipe_attr()
272 if (!inject->output.is_pipe) { in perf_event__repipe_auxtrace()
2280 bool write_attrs_after_data = !inject->output.is_pipe && inject->session->data->is_pipe; in __cmd_inject()
2397 if (!inject->output.is_pipe && !inject->in_place_update) in __cmd_inject()
2416 if (!inject->output.is_pipe && !inject->in_place_update) { in __cmd_inject()
2688 /*trace_event_repipe=*/inject.output.is_pipe, in cmd_inject()
2704 if (inject.output.is_pipe) { in cmd_inject()
2716 if (!data.is_pipe) { in cmd_inject()
2749 if (inject.output.is_pipe || injec in cmd_inject()
[all...]
H A Dbuiltin-stat.c784 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat() local
790 if (evlist__prepare_workload(evsel_list, &target, argv, is_pipe, workload_exec_failed_signal) < 0) { in __run_perf_stat()
929 if (is_pipe) { in __run_perf_stat()
940 process_synthesized_event, is_pipe); in __run_perf_stat()
1089 if (STAT_RECORD && perf_stat.data.is_pipe) in print_counters()
2245 if (perf_stat.data.is_pipe) in set_maps()
2967 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe); in cmd_stat()
3042 if (!perf_stat.data.is_pipe) {
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()
1811 if (data.is_pipe) { in cmd_report()
H A Dbuiltin-record.c1841 if (data->is_pipe) { in record__finish_output()
2098 if (data->is_pipe) { in record__synthesize()
2148 data->is_pipe); in record__synthesize()
2531 err = evlist__prepare_workload(rec->evlist, &opts->target, argv, data->is_pipe, in __cmd_record()
2546 if (data->is_pipe && rec->evlist->core.nr_entries == 1) in __cmd_record()
2592 if (data->is_pipe) { in __cmd_record()
H A Dbuiltin-lock.c1882 if (!data.is_pipe) { in __cmd_report()
2089 } else if (!data.is_pipe) { in __cmd_contention()