diff options
author | 2019-08-08 07:39:37 -0700 | |
---|---|---|
committer | 2019-09-05 08:13:40 -0700 | |
commit | d27525ec1fdd01740edb7d4f3dc801256d543393 (patch) | |
tree | 1f8b617df7d9f6c32a1fd3a3de3c1bf8269b373e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ice: move code closer together (diff) | |
download | linux-dev-d27525ec1fdd01740edb7d4f3dc801256d543393.tar.xz linux-dev-d27525ec1fdd01740edb7d4f3dc801256d543393.zip |
ice: small efficiency fixes
Add a small bit of efficiency to the code by adding a
prefetch of the port_info structure in order to help
avoid a cache miss a little later on in execution.
Also add an unlikely statement to a branch which
generally will never happen in normal operation.
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions