Searched refs:is_pipe (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/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() 181 return data->is_pipe = is_pipe; in check_pipe()
|
D | data.h | 26 bool is_pipe; member 50 return data->is_pipe; in perf_data__is_pipe()
|
D | synthetic-events.h | 40 …tr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
|
D | header.c | 2311 if (session->data->is_pipe) { in process_event_desc() 2320 if (!session->data->is_pipe) in process_event_desc() 3195 if (session->data->is_pipe) in perf_header__fprintf_info() 3520 bool is_pipe, struct perf_header *ph) in check_magic_endian() argument 3529 if (is_pipe) in check_magic_endian() 3812 data->is_pipe = true; in perf_session__read_header()
|
D | cs-etm.c | 2393 bool is_pipe = perf_data__is_pipe(session->data); in cs_etm__process_auxtrace_event() local 2396 if (is_pipe) in cs_etm__process_auxtrace_event()
|
D | synthetic-events.c | 1820 perf_event__handler_t process, bool is_pipe) in perf_event__synthesize_extra_attr() argument 1864 if (is_pipe) { in perf_event__synthesize_extra_attr()
|
D | session.c | 219 if (!data->is_pipe) { in perf_session__new() 257 if ((!data || !data->is_pipe) && tool && tool->ordering_requires_timestamps && in perf_session__new()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-inject.c | 126 if (!inject->output.is_pipe) in perf_event__repipe_attr() 170 if (!inject->output.is_pipe) { in perf_event__repipe_auxtrace() 763 if (!data_out->is_pipe) in __cmd_inject() 770 if (!data_out->is_pipe) { in __cmd_inject() 908 inject.session = perf_session__new(&data, inject.output.is_pipe, &inject.tool); in cmd_inject()
|
D | builtin-stat.c | 721 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat() local 727 if (perf_evlist__prepare_workload(evsel_list, &target, argv, is_pipe, in __run_perf_stat() 856 if (is_pipe) { in __run_perf_stat() 867 process_synthesized_event, is_pipe); in __run_perf_stat() 973 if (STAT_RECORD && perf_stat.data.is_pipe) in print_counters() 1889 if (perf_stat.data.is_pipe) in process_stat_config_event() 2321 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe); in cmd_stat() 2387 if (!perf_stat.data.is_pipe) { in cmd_stat()
|
D | builtin-report.c | 342 bool is_pipe = perf_data__is_pipe(session->data); in report__setup_sample_type() local 346 (!is_pipe && in report__setup_sample_type() 355 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type() 388 if (!is_pipe && in report__setup_sample_type() 397 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
|
D | builtin-record.c | 1224 if (data->is_pipe) in record__finish_output() 1388 if (data->is_pipe) { in record__synthesize() 1469 data->is_pipe); in record__synthesize() 1693 argv, data->is_pipe, in __cmd_record() 1708 if (data->is_pipe && rec->evlist->core.nr_entries == 1) in __cmd_record() 1747 if (data->is_pipe) { in __cmd_record()
|
D | builtin-script.c | 3823 if (data.is_pipe) { /* Assume pipe_mode indicates native_arch */ in cmd_script()
|
/kernel/linux/linux-5.10/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()
|