Searched refs:repipe (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | trace-event-read.c | 26 static bool repipe; variable 38 if (repipe) { in __do_read() 121 if (repipe) { in read_string() 391 repipe = __repipe; in trace_report() 465 repipe = false; in trace_report()
|
H A D | session.h | 40 bool repipe; member 67 bool repipe, int repipe_fd,
|
H A D | trace-event.h | 58 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
|
H A D | header.c | 4046 bool repipe, int repipe_fd) in perf_file_header__read_pipe() argument 4066 if (repipe && do_write(&ff, header, sizeof(*header)) < 0) in perf_file_header__read_pipe() 4078 session->repipe, repipe_fd) < 0) { in perf_header__read_pipe() 4494 session->repipe); in perf_event__process_tracing_data() 4501 if (session->repipe) { in perf_event__process_tracing_data()
|
H A D | session.c | 199 bool repipe, int repipe_fd, in __perf_session__new() argument 208 session->repipe = repipe; in __perf_session__new()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-inject.c | 760 goto repipe; in perf_event__inject_buildid() 774 repipe: in perf_event__inject_buildid() 2218 bool repipe = true; in cmd_inject() local 2331 repipe = false; in cmd_inject() 2334 inject.session = __perf_session__new(&data, repipe, in cmd_inject()
|