]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - tools/perf/builtin-diff.c
perf diff: Introducing diff_data object to hold files
authorJiri Olsa <jolsa@redhat.com>
Sun, 24 Mar 2013 23:02:01 +0000 (00:02 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 12 Jul 2013 16:54:00 +0000 (13:54 -0300)
commitec308426ea743469ec6c2b0e06e20b3671546e8f
tree7964124a269d822441142e79aa67d6ade0c77619
parent2b8bfa6bb8a7d26935207710397386759b42125c
perf diff: Introducing diff_data object to hold files

Introducing struct diff_data to hold data file specifics.  It will be
handy when dealing with more than 2 data files.

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Reviewed-by: Namhyung Kim <namhyung@kernel.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
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/n/tip-981q265sf6h05zuu8fnvw842@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-diff.c