Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c9117 struct msr_counter *msrp; in add_counter() local
9129 msrp = find_msrp_by_name(sys.tp, name); in add_counter()
9130 if (msrp) { in add_counter()
9141 msrp = find_msrp_by_name(sys.cp, name); in add_counter()
9142 if (msrp) { in add_counter()
9153 msrp = find_msrp_by_name(sys.pp, name); in add_counter()
9154 if (msrp) { in add_counter()
9169 if (msrp == NULL) { in add_counter()
9170 msrp = calloc(1, sizeof(struct msr_counter)); in add_counter()
9171 if (msrp == NULL) in add_counter()
[all …]