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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsession.h38 bool repipe; member in struct:perf_session
69 struct perf_session *perf_session__new(const char *filename, int mode, bool force, bool repipe);
H A Dtrace-event-read.c54 static bool repipe; variable
66 if (repipe) {
140 if (repipe) {
491 repipe = __repipe;
526 repipe = false;
H A Dtrace-event.h166 ssize_t trace_report(int fd, bool repipe);
H A Dheader.c808 bool repipe)
814 if (repipe && do_write(STDOUT_FILENO, self, sizeof(*self)) < 0)
835 session->repipe) < 0) {
1134 size_read = trace_report(session->fd, session->repipe);
1140 if (session->repipe) {
806 perf_file_header__read_pipe(struct perf_pipe_file_header *self, struct perf_header *ph, int fd, bool repipe) argument
H A Dsession.c88 struct perf_session *perf_session__new(const char *filename, int mode, bool force, bool repipe) argument
106 self->repipe = repipe;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-inject.c5 * and repipe it to stdout while optionally injecting additional
126 goto repipe;
148 repipe:

Completed in 121 milliseconds