Lines Matching defs:perf_session
23 struct perf_session { struct
24 struct perf_header header;
25 struct machines machines;
26 struct evlist *evlist;
27 struct auxtrace *auxtrace;
28 struct itrace_synth_opts *itrace_synth_opts;
29 struct list_head auxtrace_index;
30 struct trace_event tevent;
31 struct perf_record_time_conv time_conv;
32 bool repipe;
33 bool one_mmap;
57 struct perf_session *perf_session__new(struct perf_data *data, argument