Skip to content

Commit

Permalink
Merge pull request #31 from qingzhongli/dev
Browse files Browse the repository at this point in the history
fix error of usage demos in calltree_usage.txt and calltree.pl
  • Loading branch information
satanson authored Feb 3, 2024
2 parents af0564f + b430dd4 commit a340e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calltree.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,7 @@ ()
--- <cs3>1: show called tree(callee is parent node, caller is child node).<end>
---- demos
----- <cs1>calltree.pl build_hash '(?i)agg' 1 1 3<end> # StarRocks
----- <cs1>calltree.pl calltree.pl '\bpush_chunk\b' 'thread' 1 1 4 'pipeline'<end> # StarRocks
----- <cs1>calltree.pl '\bpush_chunk\b' 'thread' 1 1 4 'pipeline'<end> # StarRocks
--- 2: show all functions that matches `src_regex` and has callees.
---- demos
----- <cs1>calltree.pl '^\w*txn\w*$' '' 2 1 1<end> # rocksdb
Expand Down
2 changes: 1 addition & 1 deletion calltree_usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--- <cs3>1: show called tree(callee is parent node, caller is child node).<end>
---- demos
----- <cs1>calltree.pl build_hash '(?i)agg' 1 1 3<end> # StarRocks
----- <cs1>calltree.pl calltree.pl '\bpush_chunk\b' 'thread' 1 1 4 'pipeline'<end> # StarRocks
----- <cs1>calltree.pl '\bpush_chunk\b' 'thread' 1 1 4 'pipeline'<end> # StarRocks
--- 2: show all functions that matches `src_regex` and has callees.
---- demos
----- <cs1>calltree.pl '^\w*txn\w*$' '' 2 1 1<end> # rocksdb
Expand Down

0 comments on commit a340e11

Please sign in to comment.