]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/builtin-c2c.c
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[linux.git] / tools / perf / builtin-c2c.c
index 616cb1418c3fc3ea3cc607d8d243adc9bf7741a6..e2b21723bbf8acddac596ebf519ba5b7f82c84b3 100644 (file)
@@ -58,7 +58,7 @@ struct c2c_hist_entry {
        struct hist_entry       he;
 };
 
-static char const *coalesce_default = "pid,tid,iaddr";
+static char const *coalesce_default = "pid,iaddr";
 
 struct perf_c2c {
        struct perf_tool        tool;