Searched refs:is_pipe (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | data.c | 164 bool is_pipe = false; in perf_data__update_dir() 170 is_pipe = true; in perf_data__update_dir() 173 is_pipe = true; in perf_data__update_dir() 176 if (is_pipe) { in perf_data__update_dir() 189 * When is_pipe and data->file.fd is given, use given fd in check_pipe() 197 return data->is_pipe = is_pipe; in check_pipe() 184 bool is_pipe = false; check_pipe() local
|
| H A D | data.h | 32 bool is_pipe; member 58 return data->is_pipe; in perf_data__is_pipe()
|
| H A D | synthetic-events.h | 73 …st struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
|
| H A D | header.c | 2513 if (session->data->is_pipe) { in process_event_desc() 2522 if (!session->data->is_pipe) in process_event_desc() 3523 if (session->data->is_pipe) in perf_header__fprintf_info() 3951 bool is_pipe, struct perf_header *ph) in check_magic_endian() argument 3960 if (is_pipe) in check_magic_endian() 4252 data->is_pipe = true; in perf_session__read_header()
|
| H A D | synthetic-events.c | 2109 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()
|
| H A D | cs-etm.c | 2890 bool is_pipe = perf_data__is_pipe(session->data); in cs_etm__process_auxtrace_event() local 2894 if (is_pipe) in cs_etm__process_auxtrace_event()
|
| H A D | session.c | 176 if (!data->is_pipe) { in __perf_session__new() 217 if ((!data || !data->is_pipe) && tool && tool->ordering_requires_timestamps && in __perf_session__new()
|
| /linux/tools/perf/ |
| H A D | builtin-evlist.c | 50 if (data.is_pipe) in __cmd_evlist()
|
| H A D | builtin-report.c | 375 bool is_pipe = perf_data__is_pipe(session->data); in report__setup_sample_type() local 380 (!is_pipe && in report__setup_sample_type() 389 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type() 422 if (!is_pipe && in report__setup_sample_type() 444 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type() 1808 if (data.is_pipe) { in cmd_report()
|
| H A D | builtin-inject.c | 229 if (!inject->output.is_pipe) in perf_event__repipe_attr() 270 if (!inject->output.is_pipe) { in perf_event__repipe_auxtrace() 2169 bool write_attrs_after_data = !inject->output.is_pipe && inject->session->data->is_pipe; in __cmd_inject() 2277 if (!inject->output.is_pipe && !inject->in_place_update) in __cmd_inject() 2296 if (!inject->output.is_pipe && !inject->in_place_update) { in __cmd_inject() 2532 /*trace_event_repipe=*/inject.output.is_pipe, in cmd_inject() 2548 if (inject.output.is_pipe) { in cmd_inject() 2560 if (!data.is_pipe) { in cmd_inject()
|
| H A D | builtin-stat.c | 794 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat() local 801 …if (evlist__prepare_workload(evsel_list, &target, argv, is_pipe, workload_exec_failed_signal) < 0)… in __run_perf_stat() 949 if (is_pipe) { in __run_perf_stat() 960 process_synthesized_event, is_pipe); in __run_perf_stat() 1110 if (STAT_RECORD && perf_stat.data.is_pipe) in print_counters() 2243 if (perf_stat.data.is_pipe) in process_stat_config_event() 2952 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe); in cmd_stat() 3027 if (!perf_stat.data.is_pipe) { in cmd_stat()
|
| H A D | builtin-record.c | 1843 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 D | builtin-lock.c | 1882 if (!data.is_pipe) { in __cmd_report() 2089 } else if (!data.is_pipe) { in __cmd_contention()
|
| H A D | builtin-script.c | 4443 if (data.is_pipe) { /* Assume pipe_mode indicates native_arch */ in cmd_script()
|
| /linux/fs/ |
| H A D | pipe.c | 1123 bool is_pipe = inode->i_fop == &pipeanon_fops; in fifo_open() local 1170 if (!is_pipe && !pipe->writers) { in fifo_open() 1189 if (!is_pipe && (filp->f_flags & O_NONBLOCK) && !pipe->readers) in fifo_open() 1196 if (!is_pipe && !pipe->readers) { in fifo_open()
|