/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | data.h | 27 bool is_pipe; member 51 return data->is_pipe; in perf_data__is_pipe()
|
H A D | data.c | 167 bool is_pipe = false; in check_pipe() local 173 is_pipe = true; in check_pipe() 176 is_pipe = true; in check_pipe() 179 if (is_pipe) in check_pipe() 182 return data->is_pipe = is_pipe; in check_pipe()
|
H A D | synthetic-events.h | 40 int perf_event__synthesize_extra_attr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
|
H A 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()
|
H A D | synthetic-events.c | 1820 perf_event__handler_t process, bool is_pipe) in perf_event__synthesize_extra_attr() 1864 if (is_pipe) { in perf_event__synthesize_extra_attr() 1819 perf_event__synthesize_extra_attr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe) perf_event__synthesize_extra_attr() argument
|
H A 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-6.6/tools/perf/util/ |
H A D | data.h | 32 bool is_pipe; member 58 return data->is_pipe; in perf_data__is_pipe()
|
H A 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()
|
H A D | synthetic-events.h | 54 int perf_event__synthesize_extra_attr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
|
H A 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()
|
H A D | synthetic-events.c | 2075 perf_event__handler_t process, bool is_pipe) in perf_event__synthesize_extra_attr() 2119 if (is_pipe) { in perf_event__synthesize_extra_attr() 2074 perf_event__synthesize_extra_attr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe) perf_event__synthesize_extra_attr() argument
|
H A D | session.c | 229 if (!data->is_pipe) { in __perf_session__new() 267 if ((!data || !data->is_pipe) && tool && tool->ordering_requires_timestamps && in __perf_session__new()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A 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()
|
H A 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()
|
H A D | builtin-report.c | 342 bool is_pipe = perf_data__is_pipe(session->data); in report__setup_sample_type() local 347 (!is_pipe && in report__setup_sample_type() 356 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type() 389 if (!is_pipe && in report__setup_sample_type() 411 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
|
H A 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()
|
H A D | builtin-script.c | 3821 if (data.is_pipe) { /* Assume pipe_mode indicates native_arch */ in cmd_script()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-evlist.c | 49 if (data.is_pipe) in __cmd_evlist()
|
H A 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()
|
H A 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() 2316 if (!strcmp(inject.input_name, "-") || inject.output.is_pipe) { in cmd_inject() 2317 inject.is_pipe = true; in cmd_inject() 2343 if (!data.is_pipe && inject.output.is_pipe) { in cmd_inject()
|
H A D | builtin-report.c | 368 bool is_pipe = perf_data__is_pipe(session->data); in report__setup_sample_type() local 373 (!is_pipe && in report__setup_sample_type() 382 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type() 415 if (!is_pipe && in report__setup_sample_type() 437 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type() 1640 if (data.is_pipe) { in cmd_report()
|
H A D | builtin-record.c | 1732 if (data->is_pipe) in record__finish_output() 1986 if (data->is_pipe) { in record__synthesize() 2036 data->is_pipe); in record__synthesize() 2402 err = evlist__prepare_workload(rec->evlist, &opts->target, argv, data->is_pipe, in __cmd_record() 2417 if (data->is_pipe && rec->evlist->core.nr_entries == 1) in __cmd_record() 2457 if (data->is_pipe) { in __cmd_record()
|
H A D | builtin-lock.c | 1946 if (!data.is_pipe) { in __cmd_report() 2120 } else if (!data.is_pipe) { in __cmd_contention()
|
/kernel/linux/linux-5.10/fs/ |
H A D | pipe.c | 1093 bool is_pipe = inode->i_sb->s_magic == PIPEFS_MAGIC; in fifo_open() local 1139 if (!is_pipe && !pipe->writers) { in fifo_open() 1158 if (!is_pipe && (filp->f_flags & O_NONBLOCK) && !pipe->readers) in fifo_open() 1165 if (!is_pipe && !pipe->readers) { in fifo_open()
|
/kernel/linux/linux-6.6/fs/ |
H A D | pipe.c | 1098 bool is_pipe = inode->i_sb->s_magic == PIPEFS_MAGIC; in fifo_open() local 1144 if (!is_pipe && !pipe->writers) { in fifo_open() 1163 if (!is_pipe && (filp->f_flags & O_NONBLOCK) && !pipe->readers) in fifo_open() 1170 if (!is_pipe && !pipe->readers) { in fifo_open()
|