diff options
author | 2018-10-19 21:22:51 +0300 | |
---|---|---|
committer | 2018-11-13 13:46:30 +0200 | |
commit | d856c00f7d1690b976b4c048012a5f2b5a22428d (patch) | |
tree | 43a7ec501e11635bc91078e23af74d466fc51edc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c (diff) | |
download | wireguard-linux-d856c00f7d1690b976b4c048012a5f2b5a22428d.tar.xz wireguard-linux-d856c00f7d1690b976b4c048012a5f2b5a22428d.zip |
tpm: add tpm_calc_ordinal_duration() wrapper
Add convenient wrapper for ordinal duration computation
to remove boiler plate if else statement over TPM2.
if (chip->flags & TPM_CHIP_FLAG_TPM2)
tpm2_calc_ordinal_duration(chip, ordinal);
else
tpm1_calc_ordinal_duration(chip, ordinal);
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Tested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions