Searched refs:repipe (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | trace-event-read.c | 24 static bool repipe; variable 36 if (repipe) { in __do_read() 119 if (repipe) { in read_string() 389 repipe = __repipe; in trace_report() 463 repipe = false; in trace_report()
|
D | session.h | 38 bool repipe; member 65 bool repipe, int repipe_fd,
|
D | trace-event.h | 49 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
|
D | header.c | 3999 bool repipe, int repipe_fd) in perf_file_header__read_pipe() argument 4019 if (repipe && do_write(&ff, header, sizeof(*header)) < 0) in perf_file_header__read_pipe() 4031 session->repipe, repipe_fd) < 0) { in perf_header__read_pipe() 4438 session->repipe); in perf_event__process_tracing_data() 4445 if (session->repipe) { in perf_event__process_tracing_data()
|
D | session.c | 193 bool repipe, int repipe_fd, in __perf_session__new() argument 202 session->repipe = repipe; in __perf_session__new()
|
/linux-6.1.9/tools/perf/ |
D | builtin-inject.c | 749 goto repipe; in perf_event__inject_buildid() 761 repipe: in perf_event__inject_buildid() 2189 bool repipe = true; in cmd_inject() local 2296 repipe = false; in cmd_inject() 2299 inject.session = __perf_session__new(&data, repipe, in cmd_inject()
|