Searched refs:is_pipe (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.15/tools/perf/util/ |
D | data.c | 166 bool is_pipe = false; in check_pipe() local 172 is_pipe = true; in check_pipe() 175 is_pipe = true; in check_pipe() 178 if (is_pipe) { in check_pipe() 194 return data->is_pipe = is_pipe; in check_pipe()
|
D | data.h | 30 bool is_pipe; member 56 return data->is_pipe; in perf_data__is_pipe()
|
D | synthetic-events.h | 41 …tr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
|
D | header.c | 2417 if (session->data->is_pipe) { in process_event_desc() 2426 if (!session->data->is_pipe) in process_event_desc() 3398 if (session->data->is_pipe) in perf_header__fprintf_info() 3731 bool is_pipe, struct perf_header *ph) in check_magic_endian() argument 3740 if (is_pipe) in check_magic_endian() 4021 data->is_pipe = true; in perf_session__read_header()
|
D | synthetic-events.c | 1926 perf_event__handler_t process, bool is_pipe) in perf_event__synthesize_extra_attr() argument 1970 if (is_pipe) { in perf_event__synthesize_extra_attr()
|
D | cs-etm.c | 2454 bool is_pipe = perf_data__is_pipe(session->data); in cs_etm__process_auxtrace_event() local 2458 if (is_pipe) in cs_etm__process_auxtrace_event()
|
D | session.c | 222 if (!data->is_pipe) { in __perf_session__new() 260 if ((!data || !data->is_pipe) && tool && tool->ordering_requires_timestamps && in __perf_session__new()
|
/Linux-v5.15/tools/perf/ |
D | builtin-inject.c | 49 bool is_pipe; member 130 if (!inject->is_pipe) in perf_event__repipe_attr() 174 if (!inject->output.is_pipe) { in perf_event__repipe_auxtrace() 830 if (!inject->is_pipe && !inject->in_place_update) in __cmd_inject() 837 if (!inject->is_pipe && !inject->in_place_update) { in __cmd_inject() 997 if (!strcmp(inject.input_name, "-") || inject.output.is_pipe) { in cmd_inject() 998 inject.is_pipe = true; in cmd_inject() 1019 if (!data.is_pipe && inject.output.is_pipe) { in cmd_inject()
|
D | builtin-evlist.c | 49 if (data.is_pipe) in __cmd_evlist()
|
D | builtin-stat.c | 790 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat() local 796 …if (evlist__prepare_workload(evsel_list, &target, argv, is_pipe, workload_exec_failed_signal) < 0)… in __run_perf_stat() 939 if (is_pipe) { in __run_perf_stat() 950 process_synthesized_event, is_pipe); in __run_perf_stat() 1064 if (STAT_RECORD && perf_stat.data.is_pipe) in print_counters() 2056 if (perf_stat.data.is_pipe) in process_stat_config_event() 2517 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe); in cmd_stat() 2584 if (!perf_stat.data.is_pipe) { in cmd_stat()
|
D | builtin-report.c | 351 bool is_pipe = perf_data__is_pipe(session->data); in report__setup_sample_type() local 355 (!is_pipe && in report__setup_sample_type() 364 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type() 397 if (!is_pipe && in report__setup_sample_type() 406 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type() 1564 if (data.is_pipe) { in cmd_report()
|
D | builtin-record.c | 1237 if (data->is_pipe) in record__finish_output() 1397 if (data->is_pipe) { in record__synthesize() 1449 data->is_pipe); in record__synthesize() 1698 err = evlist__prepare_workload(rec->evlist, &opts->target, argv, data->is_pipe, in __cmd_record() 1713 if (data->is_pipe && rec->evlist->core.nr_entries == 1) in __cmd_record() 1754 if (data->is_pipe) { in __cmd_record()
|
D | builtin-script.c | 4042 if (data.is_pipe) { /* Assume pipe_mode indicates native_arch */ in cmd_script()
|
/Linux-v5.15/fs/ |
D | pipe.c | 1092 bool is_pipe = inode->i_sb->s_magic == PIPEFS_MAGIC; in fifo_open() local 1138 if (!is_pipe && !pipe->writers) { in fifo_open() 1157 if (!is_pipe && (filp->f_flags & O_NONBLOCK) && !pipe->readers) in fifo_open() 1164 if (!is_pipe && !pipe->readers) { in fifo_open()
|