Searched defs:is_pipe (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/util/ | ||
| H A D | data.h | 32 bool is_pipe; global() member |
| H A D | data.c | 164 bool is_pipe = false; check_pipe() local |
| H A D | synthetic-events.c | 2114 perf_event__synthesize_extra_attr(const 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 | cs-etm.c | 2889 bool is_pipe = perf_data__is_pipe(session->data); cs_etm__process_auxtrace_event() local |
| H A D | header.c | 4261 check_magic_endian(u64 magic,uint64_t hdr_sz,bool is_pipe,struct perf_header * ph) check_magic_endian() argument |
| /linux/tools/perf/ | ||
| H A D | builtin-report.c | 375 (!is_pipe && in report__setup_sample_type() local |
| H A D | builtin-stat.c | 784 bool is_pipe = STAT_RECORD ? perf_stat.data.is_pipe : false; in __run_perf_stat() local |