Fix: correctly fill per proc block I/O write data
authorAntoine Busque <abusque@efficios.com>
Tue, 23 Feb 2016 01:25:58 +0000 (20:25 -0500)
committerAntoine Busque <abusque@efficios.com>
Wed, 24 Feb 2016 23:24:03 +0000 (18:24 -0500)
Signed-off-by: Antoine Busque <abusque@efficios.com>
lttnganalyses/cli/io.py

index cdba86a6edc8f42a698489a654e70628e6a175b9..e3da95a85d20055e379f7286e4b8ae997c82aa47 100644 (file)
@@ -559,7 +559,7 @@ class IoAnalysisCommand(Command):
                                             per_file_write_table)
         self._fill_per_process_block_read_usage_result_table(
             per_proc_block_read_table)
-        self._fill_per_process_block_read_usage_result_table(
+        self._fill_per_process_block_write_usage_result_table(
             per_proc_block_write_table)
         self._fill_disk_sector_usage_result_table(per_disk_sector_table)
         self._fill_disk_request_usage_result_table(per_disk_request_table)
This page took 0.0243 seconds and 5 git commands to generate.