• Al Grant's avatar
    perf cs-etm: Fix corrupt data after perf inject from · f5f8e7e5
    Al Grant authored
    Commit 42bbabed ("perf tools: Add hw_idx in struct branch_stack")
    changed the format of branch stacks in perf samples. When samples use
    this new format, a flag must be set in the corresponding event.
    
    Synthesized branch stacks generated from CoreSight ETM trace were using
    the new format, but not setting the event attribute, leading to
    consumers seeing corrupt data. This patch fixes the issue by setting the
    event attribute to indicate use of the new format.
    
    Fixes: 42bbabed ("perf tools: Add hw_idx in struct branch_stack")
    Signed-off-by: default avatarAl Grant <al.grant@arm.com>
    Reviewed-by: default avatarAndrea Brunato <andrea.brunato@arm.com>
    Cc: Adrian Hunter <adrian.hunter@intel.com>
    Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
    Cc: Andi Kleen <ak@linux.intel.com>
    Cc: Jiri Olsa <jolsa@redhat.com>
    Cc: Kan Liang <kan.liang@linux.intel.com>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
    Cc: Mike Leach <mike.leach@linaro.org>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Suzuki Poulouse <suzuki.poulose@arm.com>
    Cc: linux-arm-kernel@lists.infradead.org
    Signed-off-by: default avatarLeo Yan <leo.yan@linaro.org>
    Link: http://lore.kernel.org/lkml/20200819084751.17686-1-leo.yan@linaro.orgSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
    f5f8e7e5
cs-etm.c 71.4 KB