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

/linux-master/tools/perf/util/
H A Dmachine.c2386 struct stitch_list *stitch_node; local
2389 list_for_each_entry(stitch_node, &lbr_stitch->lists, node) {
2390 cnode = &stitch_node->cursor;
2409 struct stitch_list *stitch_node; local
2412 stitch_node = list_first_entry(&lbr_stitch->free_lists,
2414 list_del(&stitch_node->node);
2416 return stitch_node;
2434 struct stitch_list *stitch_node; local
2478 stitch_node = get_stitch_node(thread);
2479 if (!stitch_node)
[all...]

Completed in 192 milliseconds