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

/linux-master/tools/perf/util/
H A Dthread.h24 struct lbr_stitch { struct
65 struct lbr_stitch *lbr_stitch; local
314 static inline struct lbr_stitch *thread__lbr_stitch(struct thread *thread)
316 return RC_CHK_ACCESS(thread)->lbr_stitch;
319 static inline void thread__set_lbr_stitch(struct thread *thread, struct lbr_stitch *lbrs)
321 RC_CHK_ACCESS(thread)->lbr_stitch = lbrs;
H A Dthread.c476 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); local
479 if (!lbr_stitch)
482 list_for_each_entry_safe(pos, tmp, &lbr_stitch->lists, node) {
487 list_for_each_entry_safe(pos, tmp, &lbr_stitch->free_lists, node) {
492 zfree(&lbr_stitch->prev_lbr_cursor);
H A Dmachine.c2347 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); local
2349 if (!lbr_stitch)
2353 lbr_stitch->prev_lbr_cursor[idx].valid = false;
2361 memcpy(&lbr_stitch->prev_lbr_cursor[idx], cursor->curr,
2364 lbr_stitch->prev_lbr_cursor[idx].valid = true;
2472 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); local
2477 list_for_each_entry(stitch_node, &lbr_stitch->lists, node) {
2496 struct lbr_stitch *lbr_stitc local
2520 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); local
2628 struct lbr_stitch *lbr_stitch; local
[all...]

Completed in 129 milliseconds