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

/linux-master/tools/perf/
H A Dbuiltin-record.c3025 static int record__thread_mask_alloc(struct thread_mask *mask, int nr_bits) function
3638 ret = record__thread_mask_alloc(&rec->thread_masks[t], nr_bits);
3699 ret = record__thread_mask_alloc(&full_mask, cpu__max_cpu().cpu);
3705 ret = record__thread_mask_alloc(&thread_mask, cpu__max_cpu().cpu);
3771 ret = record__thread_mask_alloc(&thread_mask, cpu__max_cpu().cpu);

Completed in 150 milliseconds