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

/linux-master/tools/perf/util/
H A Dmachine.c2474 struct stitch_list *stitch_node; local
2477 list_for_each_entry(stitch_node, &lbr_stitch->lists, node) {
2478 cnode = &stitch_node->cursor;
2497 struct stitch_list *stitch_node; local
2500 stitch_node = list_first_entry(&lbr_stitch->free_lists,
2502 list_del(&stitch_node->node);
2504 return stitch_node;
2522 struct stitch_list *stitch_node; local
2566 stitch_node = get_stitch_node(thread);
2567 if (!stitch_node)
[all...]

Completed in 98 milliseconds