Home
last modified time | relevance | path

Searched refs:thread_masks (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-record.c179 struct thread_mask *thread_masks; member
1200 thread_data[t].mask = &rec->thread_masks[t]; in record__alloc_thread_data()
3567 if (rec->thread_masks) in record__free_thread_masks()
3569 record__thread_mask_free(&rec->thread_masks[t]); in record__free_thread_masks()
3571 zfree(&rec->thread_masks); in record__free_thread_masks()
3578 rec->thread_masks = zalloc(nr_threads * sizeof(*(rec->thread_masks))); in record__alloc_thread_masks()
3579 if (!rec->thread_masks) { in record__alloc_thread_masks()
3703 thread_masks = realloc(rec->thread_masks, (t + 1) * sizeof(struct thread_mask)); in record__init_thread_masks_spec()
3704 if (!thread_masks) { in record__init_thread_masks_spec()
3709 rec->thread_masks = thread_masks; in record__init_thread_masks_spec()
[all …]