perf annotate: Handle "decq", "incq", "testq", "tzcnt" instructions on x86
authorNamhyung Kim <namhyung@kernel.org>
Thu, 11 May 2023 06:27:23 +0000 (23:27 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 15 May 2023 20:50:01 +0000 (17:50 -0300)
commit983034cd0d212b23a63efb48ecc47d55d70ee301
tree52a49d5bb7d49a78a19d7f062d6de7c382ab1dd0
parent61b3d2107d2aae5dc86bbbbd0c9f6151d694cdc4
perf annotate: Handle "decq", "incq", "testq", "tzcnt" instructions on x86

I found that the "decq", "incq", "testq", "tzcnt" instructions didn't
parse the operands properly.  Add them to the "x86__instructions" table
to fix the issue.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Ian Rogers <irogers@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20230511062725.514752-1-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/x86/annotate/instructions.c