]> git.baikalelectronics.ru Git - kernel.git/commit
perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwrite events
authorAdrian Hunter <adrian.hunter@intel.com>
Sat, 22 Jun 2019 09:32:48 +0000 (12:32 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 25 Jun 2019 11:47:10 +0000 (08:47 -0300)
commitd2b01731eae67f8e1f40744494075909d69e46a0
treee127535d51890a4c2fbcdef5bf247ec1c8cd34a7
parent22f36bdec0880c4e37cbc99f673da556c04ed5e0
perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwrite events

The format of synthesized events is determined by the attribute config.
For the formats for Intel PT power and ptwrite events, create tables and
populate them when the synth_data handler is called. If the tables
remain empty, drop them at the end.

The tables and views, including a combined power_events_view, will
display automatically from the tables menu of the exported
exported-sql-viewer.py script.

Note, currently only Atoms since Gemini Lake have support for ptwrite
and mwait, pwre, exstop and pwrx, but all Intel PT implementations
support cbr.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/20190622093248.581-8-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/scripts/python/export-to-postgresql.py