]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/perf: fix dittography 12317/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Mon, 5 Dec 2016 11:10:08 +0000 (19:10 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Mon, 5 Dec 2016 11:10:08 +0000 (19:10 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
doc/dev/perf.rst

index 6fc7d7ed476bf1edaa43c49640eb02dcb5bf6c85..5e42255a6e2823c130d3ad34efa5ab63af5611ef 100644 (file)
@@ -13,11 +13,11 @@ To view by caller (where you can see what each top function calls)::
 
   sudo perf report --call-graph caller
 
-To view by callee (where you can see who calls each each top function)::  
+To view by callee (where you can see who calls each top function)::  
 
   sudo perf report --call-graph callee
 
-:note: If the the caller/callee views look the same you may be
+:note: If the caller/callee views look the same you may be
        suffering from a kernel bug; upgrade to 4.8 or later.
 
 Flamegraphs