Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dtrace-event-read.c24 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()
A Dsession.h38 bool repipe; member
64 bool repipe, int repipe_fd,
A Dtrace-event.h49 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
A Dheader.c3870 bool repipe, int repipe_fd) in perf_file_header__read_pipe() argument
3890 if (repipe && do_write(&ff, header, sizeof(*header)) < 0) in perf_file_header__read_pipe()
3902 session->repipe, repipe_fd) < 0) { in perf_header__read_pipe()
4314 session->repipe); in perf_event__process_tracing_data()
4321 if (session->repipe) { in perf_event__process_tracing_data()
A Dsession.c188 bool repipe, int repipe_fd, in __perf_session__new() argument
197 session->repipe = repipe; in __perf_session__new()
/linux/tools/perf/
A Dbuiltin-inject.c598 goto repipe; in perf_event__inject_buildid()
610 repipe: in perf_event__inject_buildid()
928 bool repipe = true; in cmd_inject() local
1018 repipe = false; in cmd_inject()
1021 inject.session = __perf_session__new(&data, repipe, in cmd_inject()

Completed in 42 milliseconds