Lines Matching defs:perf_session
29 struct perf_session { struct
30 struct perf_header header;
31 struct machines machines;
32 struct evlist *evlist;
33 struct auxtrace *auxtrace;
34 struct itrace_synth_opts *itrace_synth_opts;
35 struct list_head auxtrace_index;
36 struct trace_event tevent;
37 struct perf_record_time_conv time_conv;
38 bool repipe;
39 bool one_mmap;
63 struct perf_session *__perf_session__new(struct perf_data *data, argument