diff options
| author | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2017-10-12 10:35:36 -0400 |
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2017-10-12 10:35:36 -0400 |
| commit | 36452b8ba02a62445847a29779dc581eb4cfeddd (patch) | |
| tree | 06a25eb6c561cde1f469913a334a828aeb5e5e14 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 23e9f4ef99dd313fc8d19c326f6518459a402d71 (diff) | |
| parent | 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f (diff) | |
Merge tag 'v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next
Linux 4.14-rc4
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
| -rw-r--r-- | tools/perf/scripts/python/export-to-postgresql.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/perf/scripts/python/export-to-postgresql.py b/tools/perf/scripts/python/export-to-postgresql.py index 7656ff8aa066..efcaf6cac2eb 100644 --- a/tools/perf/scripts/python/export-to-postgresql.py +++ b/tools/perf/scripts/python/export-to-postgresql.py | |||
| @@ -59,7 +59,7 @@ import datetime | |||
| 59 | # pt_example=# \q | 59 | # pt_example=# \q |
| 60 | # | 60 | # |
| 61 | # An example of using the database is provided by the script | 61 | # An example of using the database is provided by the script |
| 62 | # call-graph-from-postgresql.py. Refer to that script for details. | 62 | # call-graph-from-sql.py. Refer to that script for details. |
| 63 | # | 63 | # |
| 64 | # Tables: | 64 | # Tables: |
| 65 | # | 65 | # |
| @@ -340,7 +340,8 @@ if branches: | |||
| 340 | 'to_sym_offset bigint,' | 340 | 'to_sym_offset bigint,' |
| 341 | 'to_ip bigint,' | 341 | 'to_ip bigint,' |
| 342 | 'branch_type integer,' | 342 | 'branch_type integer,' |
| 343 | 'in_tx boolean)') | 343 | 'in_tx boolean,' |
| 344 | 'call_path_id bigint)') | ||
| 344 | else: | 345 | else: |
| 345 | do_query(query, 'CREATE TABLE samples (' | 346 | do_query(query, 'CREATE TABLE samples (' |
| 346 | 'id bigint NOT NULL,' | 347 | 'id bigint NOT NULL,' |
