diff options
Diffstat (limited to 'tools/perf/builtin-c2c.c')
-rw-r--r-- | tools/perf/builtin-c2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-c2c.c b/tools/perf/builtin-c2c.c index f3aa9d02a5ab..d340d2e42776 100644 --- a/tools/perf/builtin-c2c.c +++ b/tools/perf/builtin-c2c.c | |||
@@ -68,7 +68,7 @@ struct c2c_hist_entry { | |||
68 | struct hist_entry he; | 68 | struct hist_entry he; |
69 | }; | 69 | }; |
70 | 70 | ||
71 | static char const *coalesce_default = "pid,iaddr"; | 71 | static char const *coalesce_default = "iaddr"; |
72 | 72 | ||
73 | struct perf_c2c { | 73 | struct perf_c2c { |
74 | struct perf_tool tool; | 74 | struct perf_tool tool; |
@@ -1878,7 +1878,7 @@ static int c2c_hists__reinit(struct c2c_hists *c2c_hists, | |||
1878 | return hpp_list__parse(&c2c_hists->list, output, sort); | 1878 | return hpp_list__parse(&c2c_hists->list, output, sort); |
1879 | } | 1879 | } |
1880 | 1880 | ||
1881 | #define DISPLAY_LINE_LIMIT 0.0005 | 1881 | #define DISPLAY_LINE_LIMIT 0.001 |
1882 | 1882 | ||
1883 | static bool he__display(struct hist_entry *he, struct c2c_stats *stats) | 1883 | static bool he__display(struct hist_entry *he, struct c2c_stats *stats) |
1884 | { | 1884 | { |