Searched refs:is_pipe (Results 1 - 15 of 15) sorted by relevance

/linux-master/tools/perf/util/
H A Ddata.h32 bool is_pipe; member in struct:perf_data
58 return data->is_pipe;
H A Ddata.c184 bool is_pipe = false; local
190 is_pipe = true;
193 is_pipe = true;
196 if (is_pipe) {
212 return data->is_pipe = is_pipe;
H A Dsynthetic-events.h54 int perf_event__synthesize_extra_attr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
H A Dheader.c2530 if (session->data->is_pipe) {
2539 if (!session->data->is_pipe)
3535 if (session->data->is_pipe)
3933 bool is_pipe, struct perf_header *ph)
3942 if (is_pipe)
4225 data->is_pipe = true;
3932 check_magic_endian(u64 magic, uint64_t hdr_sz, bool is_pipe, struct perf_header *ph) argument
H A Dcs-etm.c2819 bool is_pipe = perf_data__is_pipe(session->data); local
2823 if (is_pipe)
H A Dsynthetic-events.c2091 perf_event__handler_t process, bool is_pipe)
2135 if (is_pipe) {
2090 perf_event__synthesize_extra_attr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe) argument
H A Dsession.c234 if (!data->is_pipe) {
272 if ((!data || !data->is_pipe) && tool && tool->ordering_requires_timestamps &&
/linux-master/tools/perf/
H A Dbuiltin-evlist.c49 if (data.is_pipe)
H A Dbuiltin-inject.c117 bool is_pipe; member in struct:perf_inject
203 if (!inject->is_pipe)
247 if (!inject->output.is_pipe) {
2091 if (!inject->is_pipe && !inject->in_place_update)
2110 if (!inject->is_pipe && !inject->in_place_update) {
2322 if (!strcmp(inject.input_name, "-") || inject.output.is_pipe) {
2323 inject.is_pipe = true;
2349 if (!data.is_pipe && inject.output.is_pipe) {
H A Dbuiltin-stat.c700 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; local
707 if (evlist__prepare_workload(evsel_list, &target, argv, is_pipe, workload_exec_failed_signal) < 0) {
846 if (is_pipe) {
857 process_synthesized_event, is_pipe);
976 if (STAT_RECORD && perf_stat.data.is_pipe)
2344 if (perf_stat.data.is_pipe)
2849 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe);
2921 if (!perf_stat.data.is_pipe) {
H A Dbuiltin-report.c369 bool is_pipe = perf_data__is_pipe(session->data); local
374 (!is_pipe &&
383 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) {
416 if (!is_pipe &&
438 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) {
1729 if (data.is_pipe) {
H A Dbuiltin-record.c1776 if (data->is_pipe) {
2045 if (data->is_pipe) {
2095 data->is_pipe);
2461 err = evlist__prepare_workload(rec->evlist, &opts->target, argv, data->is_pipe,
2476 if (data->is_pipe && rec->evlist->core.nr_entries == 1)
2516 if (data->is_pipe) {
H A Dbuiltin-lock.c1965 if (!data.is_pipe) {
2162 } else if (!data.is_pipe) {
H A Dbuiltin-script.c4279 if (data.is_pipe) { /* Assume pipe_mode indicates native_arch */
/linux-master/fs/
H A Dpipe.c1108 bool is_pipe = inode->i_sb->s_magic == PIPEFS_MAGIC; local
1154 if (!is_pipe && !pipe->writers) {
1173 if (!is_pipe && (filp->f_flags & O_NONBLOCK) && !pipe->readers)
1180 if (!is_pipe && !pipe->readers) {

Completed in 264 milliseconds