diff options
author | Michael J. Ruhl <michael.j.ruhl@intel.com> | 2017-08-22 04:26:45 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-08-29 02:12:18 +0300 |
commit | 7956371ea48bd00956219a82fd3af655dd216073 (patch) | |
tree | 7279bc238b80cb372f3d6adf3b1d2cc09247d5b4 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | de42de80d7bb4f82e30d16f5c64da90e64b6c644 (diff) | |
download | linux-7956371ea48bd00956219a82fd3af655dd216073.tar.xz |
IB/hfi1: Improve local kmem_cache_alloc performance
Performance analysis shows that the cache callback function
sdma_kmem_cache_ctor contributes to 1/2 of the kmem_cache_allocs
time.
Since all of the fields in the allocated data structure are initialized
in the code path, remove the _ctor function.
Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Michael J. Ruhl <michael.j.ruhl@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions