]> git.itanic.dy.fi Git - linux-stable/commit
perf annotate: Add more x86 mov instruction cases
authorNamhyung Kim <namhyung@kernel.org>
Fri, 8 Sep 2023 05:22:16 +0000 (22:22 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Fri, 15 Sep 2023 23:46:40 +0000 (16:46 -0700)
commit486021e04b24f8dffe54ec282ce5d4cc3e71133f
tree4310df5dbfd368b577c6e8cf1e1395f6ae9776bb
parent70360fad919b06100748764eb82fa399a9f37e1c
perf annotate: Add more x86 mov instruction cases

Instructions with sign- and zero- extention like movsbl and movzwq were
not handled properly.  As it can check different size suffix (-b, -w, -l
or -q) we can omit that and add the common parts even though some
combinations are not possible.

Reviewed-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20230908052216.566148-1-namhyung@kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/arch/x86/annotate/instructions.c