Searched refs:is_pipe (Results 1 – 14 of 14) sorted by relevance
/tools/perf/util/ |
D | data.h | 32 bool is_pipe; member 58 return data->is_pipe; in perf_data__is_pipe()
|
D | data.c | 172 bool is_pipe = false; in check_pipe() local 178 is_pipe = true; in check_pipe() 181 is_pipe = true; in check_pipe() 184 if (is_pipe) { in check_pipe() 200 return data->is_pipe = is_pipe; in check_pipe()
|
D | synthetic-events.h | 54 …tr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
|
D | header.c | 2522 if (session->data->is_pipe) { in process_event_desc() 2531 if (!session->data->is_pipe) in process_event_desc() 3512 if (session->data->is_pipe) in perf_header__fprintf_info() 3905 bool is_pipe, struct perf_header *ph) in check_magic_endian() argument 3914 if (is_pipe) in check_magic_endian() 4197 data->is_pipe = true; in perf_session__read_header()
|
D | synthetic-events.c | 2075 perf_event__handler_t process, bool is_pipe) in perf_event__synthesize_extra_attr() argument 2119 if (is_pipe) { in perf_event__synthesize_extra_attr()
|
D | cs-etm.c | 2795 bool is_pipe = perf_data__is_pipe(session->data); in cs_etm__process_auxtrace_event() local 2799 if (is_pipe) in cs_etm__process_auxtrace_event()
|
D | session.c | 234 if (!data->is_pipe) { in __perf_session__new() 272 if ((!data || !data->is_pipe) && tool && tool->ordering_requires_timestamps && in __perf_session__new()
|
/tools/perf/ |
D | builtin-evlist.c | 49 if (data.is_pipe) in __cmd_evlist()
|
D | builtin-report.c | 367 bool is_pipe = perf_data__is_pipe(session->data); in report__setup_sample_type() local 372 (!is_pipe && in report__setup_sample_type() 381 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type() 414 if (!is_pipe && in report__setup_sample_type() 436 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type() 1646 if (data.is_pipe) { in cmd_report()
|
D | builtin-stat.c | 700 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat() local 707 …if (evlist__prepare_workload(evsel_list, &target, argv, is_pipe, workload_exec_failed_signal) < 0)… in __run_perf_stat() 846 if (is_pipe) { in __run_perf_stat() 857 process_synthesized_event, is_pipe); in __run_perf_stat() 976 if (STAT_RECORD && perf_stat.data.is_pipe) in print_counters() 2299 if (perf_stat.data.is_pipe) in process_stat_config_event() 2802 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe); in cmd_stat() 2874 if (!perf_stat.data.is_pipe) { in cmd_stat()
|
D | builtin-inject.c | 117 bool is_pipe; member 203 if (!inject->is_pipe) in perf_event__repipe_attr() 247 if (!inject->output.is_pipe) { in perf_event__repipe_auxtrace() 2091 if (!inject->is_pipe && !inject->in_place_update) in __cmd_inject() 2110 if (!inject->is_pipe && !inject->in_place_update) { in __cmd_inject() 2322 if (!strcmp(inject.input_name, "-") || inject.output.is_pipe) { in cmd_inject() 2323 inject.is_pipe = true; in cmd_inject() 2349 if (!data.is_pipe && inject.output.is_pipe) { in cmd_inject()
|
D | builtin-record.c | 1734 if (data->is_pipe) in record__finish_output() 1988 if (data->is_pipe) { in record__synthesize() 2038 data->is_pipe); in record__synthesize() 2404 err = evlist__prepare_workload(rec->evlist, &opts->target, argv, data->is_pipe, in __cmd_record() 2419 if (data->is_pipe && rec->evlist->core.nr_entries == 1) in __cmd_record() 2461 if (data->is_pipe) { in __cmd_record()
|
D | builtin-lock.c | 1946 if (!data.is_pipe) { in __cmd_report() 2120 } else if (!data.is_pipe) { in __cmd_contention()
|
D | builtin-script.c | 4256 if (data.is_pipe) { /* Assume pipe_mode indicates native_arch */ in cmd_script()
|