]> Pileus Git - ~andy/linux/commitdiff
perf tools: Remove cwd from perf_session struct
authorJiri Olsa <jolsa@redhat.com>
Fri, 7 Jun 2013 13:37:01 +0000 (15:37 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 12 Jul 2013 16:45:48 +0000 (13:45 -0300)
Removing 'cwd' from perf_session struct as it's no longer needed.

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1370612223-19188-1-git-send-email-jolsa@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/session.h

index f3b235ec7bf445f4beb3f8481255c6786c2d3e35..ad8d3d4ef14ea83eaf13f0f2c56ad21bb2ab1660 100644 (file)
@@ -37,7 +37,6 @@ struct perf_session {
        int                     fd;
        bool                    fd_pipe;
        bool                    repipe;
-       char                    *cwd;
        struct ordered_samples  ordered_samples;
        char                    filename[1];
 };