mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/3] perf tools: Remove cwd from perf_session struct
@ 2013-06-07 13:37 Jiri Olsa
  2013-06-07 13:37 ` [PATCH 2/3] perf tests: Omit end of the symbol check failure for test 1 Jiri Olsa
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jiri Olsa @ 2013-06-07 13:37 UTC (permalink / raw)
  To: linux-kernel
  Cc: Jiri Olsa, Corey Ashford, Frederic Weisbecker, Ingo Molnar,
	Namhyung Kim, Paul Mackerras, Peter Zijlstra,
	Arnaldo Carvalho de Melo, Andi Kleen, David Ahern

Removing 'cwd' from perf_session struct as it's no
longer needed.

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.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>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
---
 tools/perf/util/session.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/perf/util/session.h b/tools/perf/util/session.h
index f3b235e..ad8d3d4 100644
--- a/tools/perf/util/session.h
+++ b/tools/perf/util/session.h
@@ -37,7 +37,6 @@ struct perf_session {
 	int			fd;
 	bool			fd_pipe;
 	bool			repipe;
-	char			*cwd;
 	struct ordered_samples	ordered_samples;
 	char			filename[1];
 };
-- 
1.7.11.7


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-07-19  7:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-07 13:37 [PATCH 1/3] perf tools: Remove cwd from perf_session struct Jiri Olsa
2013-06-07 13:37 ` [PATCH 2/3] perf tests: Omit end of the symbol check failure for test 1 Jiri Olsa
2013-07-19  7:43   ` [tip:perf/core] " tip-bot for Jiri Olsa
2013-06-07 13:37 ` [PATCH 3/3] perf tests: Make TEST_ASSERT_VAL global Jiri Olsa
2013-07-19  7:43   ` [tip:perf/core] " tip-bot for Jiri Olsa
2013-07-19  7:42 ` [tip:perf/core] perf tools: Remove cwd from perf_session struct tip-bot for Jiri Olsa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome