]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/perf/util/parse-branch-options.c
Merge remote-tracking branch 'ipsec/master'
[karo-tx-linux.git] / tools / perf / util / parse-branch-options.c
index a3b1e13a05c0dd493e5bbb8a394705bff6e73fd2..355eecf6bf598ba051dde4df6368747e55fb141a 100644 (file)
@@ -27,6 +27,7 @@ static const struct branch_mode branch_modes[] = {
        BRANCH_OPT("no_tx", PERF_SAMPLE_BRANCH_NO_TX),
        BRANCH_OPT("cond", PERF_SAMPLE_BRANCH_COND),
        BRANCH_OPT("ind_jmp", PERF_SAMPLE_BRANCH_IND_JUMP),
+       BRANCH_OPT("call", PERF_SAMPLE_BRANCH_CALL),
        BRANCH_END
 };