Home
last modified time | relevance | path

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

/tools/perf/util/
A Ddata.h32 bool is_pipe; member
58 return data->is_pipe; in perf_data__is_pipe()
A Ddata.c164 bool is_pipe = false; in check_pipe() local
170 is_pipe = true; in check_pipe()
173 is_pipe = true; in check_pipe()
176 if (is_pipe) { in check_pipe()
197 return data->is_pipe = is_pipe; in check_pipe()
A Dsynthetic-events.h73 …st struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
A Dheader.c2520 if (session->data->is_pipe) { in process_event_desc()
2529 if (!session->data->is_pipe) in process_event_desc()
3530 if (session->data->is_pipe) in perf_header__fprintf_info()
3958 bool is_pipe, struct perf_header *ph) in check_magic_endian() argument
3967 if (is_pipe) in check_magic_endian()
4259 data->is_pipe = true; in perf_session__read_header()
A Dsynthetic-events.c2109 perf_event__handler_t process, bool is_pipe) in perf_event__synthesize_extra_attr() argument
2153 if (is_pipe) { in perf_event__synthesize_extra_attr()
A Dcs-etm.c2893 bool is_pipe = perf_data__is_pipe(session->data); in cs_etm__process_auxtrace_event() local
2897 if (is_pipe) in cs_etm__process_auxtrace_event()
A Dsession.c176 if (!data->is_pipe) { in __perf_session__new()
217 if ((!data || !data->is_pipe) && tool && tool->ordering_requires_timestamps && in __perf_session__new()
/tools/perf/
A Dbuiltin-evlist.c49 if (data.is_pipe) in __cmd_evlist()
A Dbuiltin-stat.c696 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat() local
703 …if (evlist__prepare_workload(evsel_list, &target, argv, is_pipe, workload_exec_failed_signal) < 0)… in __run_perf_stat()
851 if (is_pipe) { in __run_perf_stat()
862 process_synthesized_event, is_pipe); in __run_perf_stat()
1002 if (STAT_RECORD && perf_stat.data.is_pipe) in print_counters()
2150 if (perf_stat.data.is_pipe) in process_stat_config_event()
2839 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe); in cmd_stat()
2914 if (!perf_stat.data.is_pipe) { in cmd_stat()
A Dbuiltin-report.c374 bool is_pipe = perf_data__is_pipe(session->data); in report__setup_sample_type() local
379 (!is_pipe && in report__setup_sample_type()
388 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
421 if (!is_pipe && in report__setup_sample_type()
443 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
1806 if (data.is_pipe) { in cmd_report()
A Dbuiltin-inject.c227 if (!inject->output.is_pipe) in perf_event__repipe_attr()
271 if (!inject->output.is_pipe) { in perf_event__repipe_auxtrace()
2180 bool write_attrs_after_data = !inject->output.is_pipe && inject->session->data->is_pipe; in __cmd_inject()
2288 if (!inject->output.is_pipe && !inject->in_place_update) in __cmd_inject()
2307 if (!inject->output.is_pipe && !inject->in_place_update) { in __cmd_inject()
2542 /*trace_event_repipe=*/inject.output.is_pipe, in cmd_inject()
2558 if (inject.output.is_pipe) { in cmd_inject()
2570 if (!data.is_pipe) { in cmd_inject()
A Dbuiltin-record.c1806 if (data->is_pipe) { in record__finish_output()
2062 if (data->is_pipe) { in record__synthesize()
2112 data->is_pipe); in record__synthesize()
2495 err = evlist__prepare_workload(rec->evlist, &opts->target, argv, data->is_pipe, in __cmd_record()
2510 if (data->is_pipe && rec->evlist->core.nr_entries == 1) in __cmd_record()
2556 if (data->is_pipe) { in __cmd_record()
A Dbuiltin-lock.c1881 if (!data.is_pipe) { in __cmd_report()
2083 } else if (!data.is_pipe) { in __cmd_contention()
A Dbuiltin-script.c4127 if (data.is_pipe) { /* Assume pipe_mode indicates native_arch */ in cmd_script()

Completed in 58 milliseconds