• Leo Yan's avatar
    perf arm-spe: Save clock parameters from TIME_CONV event · c210c306
    Leo Yan authored
    During the recording phase, "perf record" tool synthesizes event
    PERF_RECORD_TIME_CONV for the hardware clock parameters and saves the
    event into the data file.
    
    Afterwards, when processing the data file, the event TIME_CONV will be
    processed at the very early time and is stored into session context.
    
    This patch extracts these parameters from the session context and saves
    into the structure "spe->tc" with the type perf_tsc_conversion, so that
    the parameters are ready for conversion between clock counter and time
    stamp.
    Signed-off-by: default avatarLeo Yan <leo.yan@linaro.org>
    Reviewed-by: default avatarJames Clark <james.clark@arm.com>
    Tested-by: default avatarJames Clark <james.clark@arm.com>
    Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
    Cc: Al Grant <Al.Grant@arm.com>
    Cc: Dave Martin <Dave.Martin@arm.com>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: Jiri Olsa <jolsa@redhat.com>
    Cc: John Garry <john.garry@huawei.com>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Will Deacon <will@kernel.org>
    Cc: linux-arm-kernel@lists.infradead.org
    Link: https://lore.kernel.org/r/20210519071939.1598923-2-leo.yan@linaro.orgSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
    c210c306
arm-spe.c 24.7 KB