Skip to content

Commit a340e11

Browse files
authored
Merge pull request #31 from qingzhongli/dev
fix error of usage demos in calltree_usage.txt and calltree.pl
2 parents af0564f + b430dd4 commit a340e11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

calltree.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@ ()
20182018
--- <cs3>1: show called tree(callee is parent node, caller is child node).<end>
20192019
---- demos
20202020
----- <cs1>calltree.pl build_hash '(?i)agg' 1 1 3<end> # StarRocks
2021-
----- <cs1>calltree.pl calltree.pl '\bpush_chunk\b' 'thread' 1 1 4 'pipeline'<end> # StarRocks
2021+
----- <cs1>calltree.pl '\bpush_chunk\b' 'thread' 1 1 4 'pipeline'<end> # StarRocks
20222022
--- 2: show all functions that matches `src_regex` and has callees.
20232023
---- demos
20242024
----- <cs1>calltree.pl '^\w*txn\w*$' '' 2 1 1<end> # rocksdb

calltree_usage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
--- <cs3>1: show called tree(callee is parent node, caller is child node).<end>
3131
---- demos
3232
----- <cs1>calltree.pl build_hash '(?i)agg' 1 1 3<end> # StarRocks
33-
----- <cs1>calltree.pl calltree.pl '\bpush_chunk\b' 'thread' 1 1 4 'pipeline'<end> # StarRocks
33+
----- <cs1>calltree.pl '\bpush_chunk\b' 'thread' 1 1 4 'pipeline'<end> # StarRocks
3434
--- 2: show all functions that matches `src_regex` and has callees.
3535
---- demos
3636
----- <cs1>calltree.pl '^\w*txn\w*$' '' 2 1 1<end> # rocksdb

0 commit comments

Comments
 (0)