From 9f2bc60bf93ec5da1b8358781cdfe4405e96b4a9 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 12 Jun 2013 17:26:37 -0700 Subject: [PATCH] --- yaml --- r: 377039 b: refs/heads/master c: b844db31874e3b1c3b86c65024ac7bed9f77ee42 h: refs/heads/master i: 377037: 65c9f68ab878c36484bc1933b87e49306bd2165e 377035: e4419ed6a35de167b8b62f8e2ccc1401cefee219 377031: 6805f5f16c5b08048608ab2d0eb39bf2f7a8001a 377023: a040f17d80ca9888f26bf1a02e6ca1ff7277c52d v: v3 --- [refs] | 2 +- trunk/tools/power/x86/turbostat/turbostat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 278358be4eab..1e79ec6e2d0d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 26e04462c8b78d079d3231396ec72d58a14f114b +refs/heads/master: b844db31874e3b1c3b86c65024ac7bed9f77ee42 diff --git a/trunk/tools/power/x86/turbostat/turbostat.c b/trunk/tools/power/x86/turbostat/turbostat.c index 9e9d34871195..fe702076ca46 100644 --- a/trunk/tools/power/x86/turbostat/turbostat.c +++ b/trunk/tools/power/x86/turbostat/turbostat.c @@ -2191,7 +2191,7 @@ int initialize_counters(int cpu_id) void allocate_output_buffer() { - output_buffer = calloc(1, (1 + topo.num_cpus) * 128); + output_buffer = calloc(1, (1 + topo.num_cpus) * 256); outp = output_buffer; if (outp == NULL) { perror("calloc");