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

/linux-master/tools/perf/util/
H A Dtrace-event-read.c26 static bool repipe; variable
38 if (repipe) {
121 if (repipe) {
391 repipe = __repipe;
465 repipe = false;
H A Dsession.h40 bool repipe; member in struct:perf_session
67 bool repipe, int repipe_fd,
H A Dtrace-event.h61 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
H A Dheader.c4070 bool repipe, int repipe_fd)
4090 if (repipe && do_write(&ff, header, sizeof(*header)) < 0)
4102 session->repipe, repipe_fd) < 0) {
4518 session->repipe);
4525 if (session->repipe) {
4067 perf_file_header__read_pipe(struct perf_pipe_file_header *header, struct perf_header *ph, struct perf_data* data, bool repipe, int repipe_fd) argument
H A Dsession.c199 bool repipe, int repipe_fd,
208 session->repipe = repipe;
198 __perf_session__new(struct perf_data *data, bool repipe, int repipe_fd, struct perf_tool *tool) argument
/linux-master/tools/perf/
H A Dbuiltin-inject.c6 * and repipe it to stdout while optionally injecting additional
760 goto repipe;
774 repipe:
2217 bool repipe = true; local
2325 * Do not repipe header when input is a regular file
2330 repipe = false;
2333 inject.session = __perf_session__new(&data, repipe,

Completed in 150 milliseconds