Searched defs:perf_session (Results 1 – 1 of 1) sorted by relevance
29 struct perf_session { struct30 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;37 struct trace_event tevent;39 struct perf_record_time_conv time_conv;40 bool repipe;[all …]