]> git.baikalelectronics.ru Git - kernel.git/commit
perf db-export: No need to have ->thread twice in struct export_sample
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 2 Apr 2015 14:16:05 +0000 (11:16 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 2 Apr 2015 16:18:43 +0000 (13:18 -0300)
commitb8cdefbc953b97445e2d5c19cbb643258e5cf6f7
tree4232690080dcd313cf7db43f8ad1f265720715a2
parentddf650abbeffa00bb1e8bd1ef72c656b133678cc
perf db-export: No need to have ->thread twice in struct export_sample

As it comes from address_location->thread, that is already stored as
export_sample->al, where the thread can be obtained.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/20150402141542.GA9630@kernel.org
Link: http://lkml.kernel.org/n/tip-bzotbl4epoztw0jd6sm2stpf@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/db-export.c
tools/perf/util/db-export.h
tools/perf/util/scripting-engines/trace-event-python.c