aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
diff options
context:
space:
mode:
authorGraham Woodward <[email protected]>2024-10-25 14:30:08 +0000
committerNamhyung Kim <[email protected]>2024-10-29 23:10:14 +0000
commitedff8dad3f9a483259140fb814586b39da430a38 (patch)
tree01c8e3ed064fa52347c94da83ed5abb6ae4533ac /tools/perf/builtin-script.c
parentperf arm-spe: Use ARM_SPE_OP_BRANCH_ERET when synthesizing branches (diff)
downloadkernel-edff8dad3f9a483259140fb814586b39da430a38.tar.gz
kernel-edff8dad3f9a483259140fb814586b39da430a38.zip
perf arm-spe: Correctly set sample flags
Set flags on all synthesized instruction and branch samples. Signed-off-by: Graham Woodward <[email protected]> Reviewed-by: James Clark <[email protected]> Tested-by: Leo Yan <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Namhyung Kim <[email protected]>
Diffstat (limited to 'tools/perf/builtin-script.c')
-rw-r--r--tools/perf/builtin-script.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c
index 8c5d5cecfba4..6b6d4472db6e 100644
--- a/tools/perf/builtin-script.c
+++ b/tools/perf/builtin-script.c
@@ -1728,6 +1728,7 @@ static struct {
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_TRACE_END, "tr end"},
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMENTRY, "vmentry"},
{PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | PERF_IP_FLAG_VMEXIT, "vmexit"},
+ {PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_BRANCH_MISS, "br miss"},
{0, NULL}
};