Searched defs:repipe (Results 1 - 4 of 4) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsession.h39 bool repipe; member in struct:perf_session
53 bool force, bool repipe,
H A Dtrace-event-read.c43 static bool repipe; variable
55 if (repipe) {
138 if (repipe) {
364 repipe = __repipe;
427 repipe = false;
H A Dsession.c110 bool force, bool repipe,
131 self->repipe = repipe;
109 perf_session__new(const char *filename, int mode, bool force, bool repipe, struct perf_tool *tool) argument
H A Dheader.c2626 bool repipe)
2642 if (repipe && do_write(STDOUT_FILENO, header, sizeof(*header)) < 0)
2654 session->repipe) < 0) {
3001 session->repipe);
3008 if (session->repipe) {
2624 perf_file_header__read_pipe(struct perf_pipe_file_header *header, struct perf_header *ph, int fd, bool repipe) argument

Completed in 276 milliseconds