Searched defs:is_pipe (Results 1 - 20 of 20) sorted by relevance
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | data.h | 27 bool is_pipe; member
|
| H A D | data.c | 167 bool is_pipe = false; in check_pipe() local
|
| H A D | cs-etm.c | 2393 bool is_pipe = perf_data__is_pipe(session->data); in cs_etm__process_auxtrace_event() local
|
| H A D | synthetic-events.c | 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 | header.c | 3519 check_magic_endian(u64 magic, uint64_t hdr_sz, bool is_pipe, struct perf_header *ph) check_magic_endian() argument
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | data.h | 32 bool is_pipe; member
|
| H A D | data.c | 172 bool is_pipe = false; in check_pipe() local
|
| H A D | cs-etm.c | 2795 bool is_pipe = perf_data__is_pipe(session->data); in cs_etm__process_auxtrace_event() local
|
| H A D | synthetic-events.c | 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 | header.c | 3904 check_magic_endian(u64 magic, uint64_t hdr_sz, bool is_pipe, struct perf_header *ph) check_magic_endian() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | img2.h | 48 int is_pipe; member
|
| /kernel/linux/linux-5.10/tools/perf/ |
| H A D | builtin-report.c | 342 bool is_pipe = perf_data__is_pipe(session->data); in report__setup_sample_type() local
|
| H A D | builtin-stat.c | 721 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat() local
|
| /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
|
| /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
|
| /kernel/linux/linux-6.6/tools/perf/ |
| H A D | builtin-inject.c | 117 bool is_pipe; member
|
| H A D | builtin-report.c | 368 bool is_pipe = perf_data__is_pipe(session->data); in report__setup_sample_type() local
|
| H A D | builtin-stat.c | 700 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat() local
|
| /third_party/ffmpeg/fftools/ |
| H A D | ffmpeg.c | 478 static int is_pipe; in read_key() local
|
| /third_party/libsnd/src/ |
| H A D | common.h | 402 int is_pipe ; /* True if file is a pipe. */ member
|
Completed in 48 milliseconds