Home
last modified time | relevance | path

Searched refs:pair_cnode (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dstream.c204 base_stream->pair_cnode = pair_stream->cnode; in stream__link()
205 pair_stream->pair_cnode = base_stream->cnode; in stream__link()
226 struct callchain_node *pair_cnode = base_stream->pair_cnode; in print_callchain_pair() local
238 pct = (double)pair_cnode->hit / (double)es_pair->streams_hits; in print_callchain_pair()
240 callchain_avg_cycles(pair_cnode), pct * 100.0); in print_callchain_pair()
248 pair_chain = list_first_entry(&pair_cnode->val, in print_callchain_pair()
253 if (&pair_chain->list == &pair_cnode->val) in print_callchain_pair()
311 if (base_stream->pair_cnode) { in callchain_streams_report()
321 if (!base_stream->pair_cnode) { in callchain_streams_report()
[all...]
H A Dstream.h9 struct callchain_node *pair_cnode; member
H A Dcallchain.h304 struct callchain_node *pair_cnode);
H A Dcallchain.c1636 struct callchain_node *pair_cnode) in callchain_cnode_matched()
1641 pair_chain = list_first_entry(&pair_cnode->val, in callchain_cnode_matched()
1646 if (&pair_chain->list == &pair_cnode->val) in callchain_cnode_matched()
1665 if (pair_chain && (&pair_chain->list != &pair_cnode->val)) in callchain_cnode_matched()
1635 callchain_cnode_matched(struct callchain_node *base_cnode, struct callchain_node *pair_cnode) callchain_cnode_matched() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstream.c204 base_stream->pair_cnode = pair_stream->cnode; in stream__link()
205 pair_stream->pair_cnode = base_stream->cnode; in stream__link()
226 struct callchain_node *pair_cnode = base_stream->pair_cnode; in print_callchain_pair() local
238 pct = (double)pair_cnode->hit / (double)es_pair->streams_hits; in print_callchain_pair()
240 callchain_avg_cycles(pair_cnode), pct * 100.0); in print_callchain_pair()
248 pair_chain = list_first_entry(&pair_cnode->val, in print_callchain_pair()
253 if (&pair_chain->list == &pair_cnode->val) in print_callchain_pair()
311 if (base_stream->pair_cnode) { in callchain_streams_report()
321 if (!base_stream->pair_cnode) { in callchain_streams_report()
[all...]
H A Dstream.h9 struct callchain_node *pair_cnode; member
H A Dcallchain.h308 struct callchain_node *pair_cnode);
H A Dcallchain.c1705 struct callchain_node *pair_cnode) in callchain_cnode_matched()
1710 pair_chain = list_first_entry(&pair_cnode->val, in callchain_cnode_matched()
1715 if (&pair_chain->list == &pair_cnode->val) in callchain_cnode_matched()
1734 if (pair_chain && (&pair_chain->list != &pair_cnode->val)) in callchain_cnode_matched()
1704 callchain_cnode_matched(struct callchain_node *base_cnode, struct callchain_node *pair_cnode) callchain_cnode_matched() argument

Completed in 12 milliseconds