We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696d15c commit 6dfb043Copy full SHA for 6dfb043
1 file changed
tools/power/x86/turbostat/turbostat.c
@@ -466,8 +466,6 @@ static void bic_groups_init(void)
466
#define PCL_10 14 /* PC10 */
467
#define PCLUNL 15 /* Unlimited */
468
469
-struct amperf_group_fd;
470
-
471
char *proc_stat = "/proc/stat";
472
FILE *outf;
473
int *fd_percpu;
@@ -4418,11 +4416,6 @@ int get_core_throt_cnt(int cpu, unsigned long long *cnt)
4418
4416
return 0;
4419
4417
}
4420
4421
-struct amperf_group_fd {
4422
- int aperf; /* Also the group descriptor */
4423
- int mperf;
4424
-};
4425
4426
static int read_perf_counter_info(const char *const path, const char *const parse_format, void *value_ptr)
4427
{
4428
int fdmt;
0 commit comments