Searched refs:repipe (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dtrace-event-read.c43 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 Dsession.h29 bool repipe; member in struct:perf_session
48 bool repipe, struct perf_tool *tool);
H A Dtrace-event.h44 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
H A Dheader.c2425 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 Dsession.c115 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 Dbuiltin-inject.c5 * and repipe it to stdout while optionally injecting additional
367 goto repipe; perf_event__inject_buildid()
392 repipe: perf_event__inject_buildid()

Completed in 166 milliseconds