File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments