]> Git Repo - linux.git/commit - tools/perf/builtin-script.c
perf session: Separating data file properties from session
authorJiri Olsa <[email protected]>
Tue, 15 Oct 2013 14:27:34 +0000 (16:27 +0200)
committerArnaldo Carvalho de Melo <[email protected]>
Mon, 21 Oct 2013 20:33:25 +0000 (17:33 -0300)
commitcc9784bd9fa9d8e27fdea61142398cb85ce401a8
tree920d1a84d2f4a4aef2b1b858546d723891158d23
parent6a4d98d787b38a130a67e78b64182b419899623a
perf session: Separating data file properties from session

Removing 'fd, fd_pipe, filename, size' from struct perf_session and
replacing them with struct perf_data_file object.

Signed-off-by: Jiri Olsa <[email protected]>
Acked-by: Namhyung Kim <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-annotate.c
tools/perf/builtin-buildid-list.c
tools/perf/builtin-record.c
tools/perf/builtin-report.c
tools/perf/builtin-script.c
tools/perf/util/data.h
tools/perf/util/header.c
tools/perf/util/session.c
tools/perf/util/session.h
This page took 0.05623 seconds and 4 git commands to generate.