]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/util/session.h
perf tools: Add perf_data_file__open interface to data object
[karo-tx-linux.git] / tools / perf / util / session.h
index f2f6251fd62c0c44aa2800152c34eee43673e3a3..e1ca2d0ae541a13bd7cef2887d8ec3e0ca704793 100644 (file)
@@ -39,7 +39,7 @@ struct perf_session {
        bool                    fd_pipe;
        bool                    repipe;
        struct ordered_samples  ordered_samples;
-       char                    filename[1];
+       const char              *filename;
 };
 
 #define PRINT_IP_OPT_IP                (1<<0)