Searched refs:repipe (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
H A D | trace-event-read.c | 43 static bool repipe; variable 55 if (repipe) { __do_read() 138 if (repipe) { read_string() 360 repipe = __repipe; trace_report() 428 repipe = false; trace_report()
|
H A D | session.h | 29 bool repipe; member in struct:perf_session 48 bool repipe, struct perf_tool *tool);
|
H A D | trace-event.h | 44 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
|
H A D | header.c | 2425 bool repipe) perf_file_header__read_pipe() 2441 if (repipe && do_write(STDOUT_FILENO, header, sizeof(*header)) < 0) perf_file_header__read_pipe() 2454 session->repipe) < 0) { perf_header__read_pipe() 2808 session->repipe); perf_event__process_tracing_data() 2815 if (session->repipe) { perf_event__process_tracing_data() 2423 perf_file_header__read_pipe(struct perf_pipe_file_header *header, struct perf_header *ph, int fd, bool repipe) perf_file_header__read_pipe() argument
|
H A D | session.c | 115 bool repipe, struct perf_tool *tool) perf_session__new() 122 session->repipe = repipe; perf_session__new() 114 perf_session__new(struct perf_data_file *file, bool repipe, struct perf_tool *tool) perf_session__new() argument
|
/linux-4.4.14/tools/perf/ |
H A D | builtin-inject.c | 5 * and repipe it to stdout while optionally injecting additional 367 goto repipe; perf_event__inject_buildid() 392 repipe: perf_event__inject_buildid()
|
Completed in 183 milliseconds