Re: [PATCH 0/2] perf script python: Database export fixes

From: Arnaldo Carvalho de Melo
Date: Tue Sep 25 2018 - 10:36:58 EST


Em Tue, Sep 25, 2018 at 02:08:06PM +0300, Adrian Hunter escreveu:
> On 11/09/18 14:45, Adrian Hunter wrote:
> > Hi
> >
> > Here are a couple of database export fixes.
> >
> >
> > Adrian Hunter (2):
> > perf script python: Fix export-to-postgresql.py occasional failure
> > perf script python: Fix export-to-sqlite.py sample columns
> >
> > tools/perf/scripts/python/export-to-postgresql.py | 9 +++++++++
> > tools/perf/scripts/python/export-to-sqlite.py | 6 +++++-
> > 2 files changed, 14 insertions(+), 1 deletion(-)
>
> Please consider these

Applied to perf/urgent, please consider using the Fixes: tag, so that
the stable guys have a easier time (automatically even) figuring out how
far back the patch should be applied.

Thanks!

- Arnaldo