Home
last modified time | relevance | path

Searched refs:call_tree (Results 1 – 25 of 45) sorted by relevance

12

/dports/graphics/p5-GraphViz/GraphViz-2.24/examples/
H A Ddprofpp.graphviz23 my %call_tree;
43 $call_tree{$stack[-1]}{$id}++;
44 $maxcalls = $call_tree{$stack[-1]}{$id} > $maxcalls ? $call_tree{$stack[-1]}{$id} : $maxcalls;
84 my @called = sort keys %{$call_tree{$id}};
88 my $count = $call_tree{$id}{$called_id};
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/scripts/
H A Dreport.py84 self.call_tree = None
89 if self.call_tree is not None:
90 strs.append('%s' % self.call_tree)
179 cur_report_item.call_tree = node
236 prefix_str = '+ ' if report_item.call_tree is not None else ' '
245 if report_item.call_tree is not None:
246 self.display_call_tree(tree, id, report_item.call_tree, 1)
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/runtest/
H A Druntest.py65 self.call_tree = None
67 def set_call_tree(self, call_tree): argument
68 self.call_tree = call_tree
74 if self.call_tree:
75 strs.append('\t%s' % self.call_tree)
149 def check_relation(self, call_tree): argument
150 if not call_tree:
152 if self.symbol_name != call_tree.name:
156 for node in call_tree.children:
541 fulfilled = req.check_relation(symbol.call_tree)
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dipa-prop.c413 tree call_tree; in ipa_callsite_compute_count() local
417 call_tree = get_call_expr_in (ipa_callsite_tree (cs)); in ipa_callsite_compute_count()
418 gcc_assert (TREE_CODE (call_tree) == CALL_EXPR); in ipa_callsite_compute_count()
419 arg = TREE_OPERAND (call_tree, 1); in ipa_callsite_compute_count()
433 tree call_tree; in ipa_callsite_compute_param() local
442 call_tree = get_call_expr_in (ipa_callsite_tree (cs)); in ipa_callsite_compute_param()
443 gcc_assert (TREE_CODE (call_tree) == CALL_EXPR); in ipa_callsite_compute_param()
444 arg = TREE_OPERAND (call_tree, 1); in ipa_callsite_compute_param()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/tools/
H A Dmklink.cc33 uint16 get_total_size(vector<uint16>& call_tree) const;
48 uint16 usecode_functions::get_total_size(vector<uint16>& call_tree) const { in get_total_size()
52 for (unsigned short funcid : call_tree) { in get_total_size()
/dports/devel/silentbob/silentbob-3.0/src/
H A Dtree.cxx149 void call_tree (char * f_name, int n_trip) in call_tree() function
219 call_tree (S, n_trip+1); in call_tree()
H A Dcommands.cxx24 call_tree (get_env()->d_files->get (0), 0); in bob_commands()
/dports/www/firefox/firefox-99.0/devtools/docs/user/performance/
H A Dindex.rst11 - the :doc:`Call Tree <call_tree/index>` shows the JavaScript functions in which the browser spent …
35 :doc:`Call Tree <call_tree/index>`
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-sccp.c1909 dissect_sccp_3byte_pc(tvbuff_t *tvb, proto_tree *call_tree, guint offset, in dissect_sccp_3byte_pc() argument
1928 dissect_mtp3_3byte_pc(tvb, offset, call_tree, in dissect_sccp_3byte_pc()
1958 proto_tree *call_tree, *call_ai_tree; in dissect_sccp_called_calling_param() local
1966 call_tree = proto_tree_add_subtree_format(tree, tvb, 0, length, in dissect_sccp_called_calling_param()
1972 call_ai_tree = proto_tree_add_subtree(call_tree, tvb, 0, in dissect_sccp_called_calling_param()
2056 offset = dissect_sccp_3byte_pc(tvb, call_tree, offset, called); in dissect_sccp_called_calling_param()
2080 proto_tree_add_uint(call_tree, called ? hf_sccp_called_ssn in dissect_sccp_called_calling_param()
2083 hidden_item = proto_tree_add_uint(call_tree, hf_sccp_ssn, tvb, offset, in dissect_sccp_called_calling_param()
2165 proto_tree_add_uint(call_tree, called ? hf_sccp_called_ssn in dissect_sccp_called_calling_param()
2168 hidden_item = proto_tree_add_uint(call_tree, hf_sccp_ssn, tvb, offset, in dissect_sccp_called_calling_param()
[all …]
H A Dpacket-iax2.c2106 proto_tree *call_tree; in dissect_trunkcall_ts() local
2126 call_tree = proto_tree_add_subtree_format(iax2_tree, tvb, offset, rlen + 6, in dissect_trunkcall_ts()
2129 proto_tree_add_item(call_tree, hf_iax2_trunk_call_len, tvb, offset, 2, ENC_BIG_ENDIAN); in dissect_trunkcall_ts()
2130 proto_tree_add_item(call_tree, hf_iax2_trunk_call_scallno, tvb, offset + 2, 2, ENC_BIG_ENDIAN); in dissect_trunkcall_ts()
2131 proto_tree_add_item(call_tree, hf_iax2_trunk_call_ts, tvb, offset + 4, 2, ENC_BIG_ENDIAN); in dissect_trunkcall_ts()
2132 proto_tree_add_item(call_tree, hf_iax2_trunk_call_data, tvb, offset + 6, rlen, ENC_NA); in dissect_trunkcall_ts()
2141 proto_tree *call_tree; in dissect_trunkcall_nots() local
2158 call_tree = proto_tree_add_subtree_format(iax2_tree, tvb, offset, rlen + 6, in dissect_trunkcall_nots()
2161 proto_tree_add_item(call_tree, hf_iax2_trunk_call_scallno, tvb, offset, 2, ENC_BIG_ENDIAN); in dissect_trunkcall_nots()
2162 proto_tree_add_item(call_tree, hf_iax2_trunk_call_len, tvb, offset + 2, 2, ENC_BIG_ENDIAN); in dissect_trunkcall_nots()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-sccp.c1909 dissect_sccp_3byte_pc(tvbuff_t *tvb, proto_tree *call_tree, guint offset,
1928 dissect_mtp3_3byte_pc(tvb, offset, call_tree,
1958 proto_tree *call_tree, *call_ai_tree;
1966 call_tree = proto_tree_add_subtree_format(tree, tvb, 0, length,
1972 call_ai_tree = proto_tree_add_subtree(call_tree, tvb, 0,
2056 offset = dissect_sccp_3byte_pc(tvb, call_tree, offset, called);
2080 proto_tree_add_uint(call_tree, called ? hf_sccp_called_ssn
2083 hidden_item = proto_tree_add_uint(call_tree, hf_sccp_ssn, tvb, offset,
2165 proto_tree_add_uint(call_tree, called ? hf_sccp_called_ssn
2168 hidden_item = proto_tree_add_uint(call_tree, hf_sccp_ssn, tvb, offset,
[all …]
H A Dpacket-iax2.c2106 proto_tree *call_tree; in dissect_trunkcall_ts() local
2126 call_tree = proto_tree_add_subtree_format(iax2_tree, tvb, offset, rlen + 6, in dissect_trunkcall_ts()
2129 proto_tree_add_item(call_tree, hf_iax2_trunk_call_len, tvb, offset, 2, ENC_BIG_ENDIAN); in dissect_trunkcall_ts()
2130 proto_tree_add_item(call_tree, hf_iax2_trunk_call_scallno, tvb, offset + 2, 2, ENC_BIG_ENDIAN); in dissect_trunkcall_ts()
2131 proto_tree_add_item(call_tree, hf_iax2_trunk_call_ts, tvb, offset + 4, 2, ENC_BIG_ENDIAN); in dissect_trunkcall_ts()
2132 proto_tree_add_item(call_tree, hf_iax2_trunk_call_data, tvb, offset + 6, rlen, ENC_NA); in dissect_trunkcall_ts()
2141 proto_tree *call_tree; in dissect_trunkcall_nots() local
2158 call_tree = proto_tree_add_subtree_format(iax2_tree, tvb, offset, rlen + 6, in dissect_trunkcall_nots()
2161 proto_tree_add_item(call_tree, hf_iax2_trunk_call_scallno, tvb, offset, 2, ENC_BIG_ENDIAN); in dissect_trunkcall_nots()
2162 proto_tree_add_item(call_tree, hf_iax2_trunk_call_len, tvb, offset + 2, 2, ENC_BIG_ENDIAN); in dissect_trunkcall_nots()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-sccp.c1909 dissect_sccp_3byte_pc(tvbuff_t *tvb, proto_tree *call_tree, guint offset, in dissect_sccp_3byte_pc() argument
1928 dissect_mtp3_3byte_pc(tvb, offset, call_tree, in dissect_sccp_3byte_pc()
1958 proto_tree *call_tree, *call_ai_tree; in dissect_sccp_called_calling_param() local
1966 call_tree = proto_tree_add_subtree_format(tree, tvb, 0, length, in dissect_sccp_called_calling_param()
1972 call_ai_tree = proto_tree_add_subtree(call_tree, tvb, 0, in dissect_sccp_called_calling_param()
2056 offset = dissect_sccp_3byte_pc(tvb, call_tree, offset, called); in dissect_sccp_called_calling_param()
2080 proto_tree_add_uint(call_tree, called ? hf_sccp_called_ssn in dissect_sccp_called_calling_param()
2083 hidden_item = proto_tree_add_uint(call_tree, hf_sccp_ssn, tvb, offset, in dissect_sccp_called_calling_param()
2165 proto_tree_add_uint(call_tree, called ? hf_sccp_called_ssn in dissect_sccp_called_calling_param()
2168 hidden_item = proto_tree_add_uint(call_tree, hf_sccp_ssn, tvb, offset, in dissect_sccp_called_calling_param()
[all …]
H A Dpacket-iax2.c2106 proto_tree *call_tree;
2126 call_tree = proto_tree_add_subtree_format(iax2_tree, tvb, offset, rlen + 6,
2129 proto_tree_add_item(call_tree, hf_iax2_trunk_call_len, tvb, offset, 2, ENC_BIG_ENDIAN);
2130 proto_tree_add_item(call_tree, hf_iax2_trunk_call_scallno, tvb, offset + 2, 2, ENC_BIG_ENDIAN);
2131 proto_tree_add_item(call_tree, hf_iax2_trunk_call_ts, tvb, offset + 4, 2, ENC_BIG_ENDIAN);
2132 proto_tree_add_item(call_tree, hf_iax2_trunk_call_data, tvb, offset + 6, rlen, ENC_NA);
2141 proto_tree *call_tree;
2158 call_tree = proto_tree_add_subtree_format(iax2_tree, tvb, offset, rlen + 6,
2161 proto_tree_add_item(call_tree, hf_iax2_trunk_call_scallno, tvb, offset, 2, ENC_BIG_ENDIAN);
2162 proto_tree_add_item(call_tree, hf_iax2_trunk_call_len, tvb, offset + 2, 2, ENC_BIG_ENDIAN);
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-sccp.c1909 dissect_sccp_3byte_pc(tvbuff_t *tvb, proto_tree *call_tree, guint offset, in dissect_sccp_3byte_pc() argument
1928 dissect_mtp3_3byte_pc(tvb, offset, call_tree, in dissect_sccp_3byte_pc()
1958 proto_tree *call_tree, *call_ai_tree; in dissect_sccp_called_calling_param() local
1966 call_tree = proto_tree_add_subtree_format(tree, tvb, 0, length, in dissect_sccp_called_calling_param()
1972 call_ai_tree = proto_tree_add_subtree(call_tree, tvb, 0, in dissect_sccp_called_calling_param()
2056 offset = dissect_sccp_3byte_pc(tvb, call_tree, offset, called); in dissect_sccp_called_calling_param()
2080 proto_tree_add_uint(call_tree, called ? hf_sccp_called_ssn in dissect_sccp_called_calling_param()
2083 hidden_item = proto_tree_add_uint(call_tree, hf_sccp_ssn, tvb, offset, in dissect_sccp_called_calling_param()
2165 proto_tree_add_uint(call_tree, called ? hf_sccp_called_ssn in dissect_sccp_called_calling_param()
2168 hidden_item = proto_tree_add_uint(call_tree, hf_sccp_ssn, tvb, offset, in dissect_sccp_called_calling_param()
[all …]
H A Dpacket-iax2.c2106 proto_tree *call_tree; in dissect_trunkcall_ts() local
2126 call_tree = proto_tree_add_subtree_format(iax2_tree, tvb, offset, rlen + 6, in dissect_trunkcall_ts()
2129 proto_tree_add_item(call_tree, hf_iax2_trunk_call_len, tvb, offset, 2, ENC_BIG_ENDIAN); in dissect_trunkcall_ts()
2130 proto_tree_add_item(call_tree, hf_iax2_trunk_call_scallno, tvb, offset + 2, 2, ENC_BIG_ENDIAN); in dissect_trunkcall_ts()
2131 proto_tree_add_item(call_tree, hf_iax2_trunk_call_ts, tvb, offset + 4, 2, ENC_BIG_ENDIAN); in dissect_trunkcall_ts()
2132 proto_tree_add_item(call_tree, hf_iax2_trunk_call_data, tvb, offset + 6, rlen, ENC_NA); in dissect_trunkcall_ts()
2141 proto_tree *call_tree; in dissect_trunkcall_nots() local
2158 call_tree = proto_tree_add_subtree_format(iax2_tree, tvb, offset, rlen + 6, in dissect_trunkcall_nots()
2161 proto_tree_add_item(call_tree, hf_iax2_trunk_call_scallno, tvb, offset, 2, ENC_BIG_ENDIAN); in dissect_trunkcall_nots()
2162 proto_tree_add_item(call_tree, hf_iax2_trunk_call_len, tvb, offset + 2, 2, ENC_BIG_ENDIAN); in dissect_trunkcall_nots()
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/profiler/
H A Dprofiler.thrift31 2: optional CallTreeStat call_tree, member
H A Dvmprof_profiler.py103 response.tree_stats.call_tree = _walk_tree(None, tree, convert)
/dports/devel/silentbob/silentbob-3.0/include/
H A Dproto.h114 void call_tree (char * f_name, int n_trip) ;
/dports/www/firefox/firefox-99.0/devtools/docs/user/performance/examples/sorting_algorithms_comparison/
H A Dindex.rst5 … two of the Performance guides: the guide to the :doc:`Call Tree <../../call_tree/index>` and the …
/dports/www/firefox/firefox-99.0/devtools/docs/user/performance/how_to/
H A Dindex.rst64 To switch between the :doc:`Waterfall <../waterfall/index>`, :doc:`Call Tree <../call_tree/index>`,…
/dports/www/firefox/firefox-99.0/devtools/docs/user/performance/flame_chart/
H A Dindex.rst48 …imple example. We'll use the same example as in the :doc:`Call Tree <../call_tree/index>` page: a …
/dports/www/firefox/firefox-99.0/devtools/docs/user/performance/ui_tour/
H A Dindex.rst150 To learn much more about the Call Tree, see the separate :doc:`Call Tree <../call_tree/index>` page.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/go/gofrontend/
H A Dgogo-tree.cc1597 tree call_tree = call->get_tree(&context); in build_defer_wrapper() local
1598 if (call_tree != error_mark_node) in build_defer_wrapper()
1599 append_to_statement_list(call_tree, &stmt_list); in build_defer_wrapper()
/dports/lang/gcc48/gcc-4.8.5/gcc/go/gofrontend/
H A Dgogo-tree.cc1594 tree call_tree = call->get_tree(&context); in build_defer_wrapper() local
1595 if (call_tree != error_mark_node) in build_defer_wrapper()
1596 append_to_statement_list(call_tree, &stmt_list); in build_defer_wrapper()

12