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

/external/linux-tools-perf/util/
H A Dtrace-event-read.c54 static bool repipe; variable
66 if (repipe) {
140 if (repipe) {
492 repipe = __repipe;
527 repipe = false;
H A Dsession.h56 bool repipe; member in struct:perf_session
98 bool force, bool repipe,
H A Dtrace-event.h171 ssize_t trace_report(int fd, bool repipe);
H A Dheader.c848 bool repipe)
854 if (repipe && do_write(STDOUT_FILENO, header, sizeof(*header)) < 0)
875 session->repipe) < 0) {
1177 size_read = trace_report(session->fd, session->repipe);
1189 if (session->repipe) {
846 perf_file_header__read_pipe(struct perf_pipe_file_header *header, struct perf_header *ph, int fd, bool repipe) argument
H A Dsession.c137 bool force, bool repipe,
160 self->repipe = repipe;
136 perf_session__new(const char *filename, int mode, bool force, bool repipe, struct perf_event_ops *ops) argument
/external/linux-tools-perf/
H A Dbuiltin-inject.c5 * and repipe it to stdout while optionally injecting additional
148 goto repipe;
170 repipe:

Completed in 184 milliseconds