Searched refs:msrp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 5733 struct msr_counter *msrp; in add_counter() local 5735 msrp = calloc(1, sizeof(struct msr_counter)); in add_counter() 5736 if (msrp == NULL) { in add_counter() 5741 msrp->msr_num = msr_num; in add_counter() 5742 strncpy(msrp->name, name, NAME_BYTES - 1); in add_counter() 5744 strncpy(msrp->path, path, PATH_BYTES - 1); in add_counter() 5745 msrp->width = width; in add_counter() 5746 msrp->type = type; in add_counter() 5747 msrp->format = format; in add_counter() 5748 msrp in add_counter() [all...] |
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 6259 struct msr_counter *msrp; in add_counter() local 6261 msrp = calloc(1, sizeof(struct msr_counter)); in add_counter() 6262 if (msrp == NULL) { in add_counter() 6267 msrp->msr_num = msr_num; in add_counter() 6268 strncpy(msrp->name, name, NAME_BYTES - 1); in add_counter() 6270 strncpy(msrp->path, path, PATH_BYTES - 1); in add_counter() 6271 msrp->width = width; in add_counter() 6272 msrp->type = type; in add_counter() 6273 msrp->format = format; in add_counter() 6274 msrp in add_counter() [all...] |
Completed in 13 milliseconds