]> Git Repo - linux.git/blobdiff - tools/perf/util/session.h
perf session: Separating data file properties from session
[linux.git] / tools / perf / util / session.h
index e1ca2d0ae541a13bd7cef2887d8ec3e0ca704793..27c74d38b868052345609f0427d3a74cb5d9051a 100644 (file)
@@ -30,16 +30,13 @@ struct ordered_samples {
 
 struct perf_session {
        struct perf_header      header;
-       unsigned long           size;
        struct machines         machines;
        struct perf_evlist      *evlist;
        struct pevent           *pevent;
        struct events_stats     stats;
-       int                     fd;
-       bool                    fd_pipe;
        bool                    repipe;
        struct ordered_samples  ordered_samples;
-       const char              *filename;
+       struct perf_data_file   *file;
 };
 
 #define PRINT_IP_OPT_IP                (1<<0)
This page took 0.031584 seconds and 4 git commands to generate.