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

/linux-master/tools/perf/
H A Dbuiltin-record.c179 struct thread_mask *thread_masks; member in struct:record
1238 thread_data[t].mask = &rec->thread_masks[t];
3620 if (rec->thread_masks)
3622 record__thread_mask_free(&rec->thread_masks[t]);
3624 zfree(&rec->thread_masks);
3631 rec->thread_masks = zalloc(nr_threads * sizeof(*(rec->thread_masks)));
3632 if (!rec->thread_masks) {
3638 ret = record__thread_mask_alloc(&rec->thread_masks[t], nr_bits);
3665 __set_bit(perf_cpu_map__cpu(cpus, t).cpu, rec->thread_masks[
3685 struct thread_mask thread_mask, full_mask, *thread_masks; local
[all...]

Completed in 107 milliseconds