Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177467
b: refs/heads/master
c: 604c5c9
h: refs/heads/master
i:
  177465: c70d0e3
  177463: 42ea8b3
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Dec 16, 2009
1 parent 65f4310 commit 8ed8a69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c351c2816177eb7d2979ec874b9b895abe9d6e5c
refs/heads/master: 604c5c92972dcb4b98be34775452d09a5d4ec248
2 changes: 2 additions & 0 deletions trunk/tools/perf/builtin-diff.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

static char const *input_old = "perf.data.old",
*input_new = "perf.data";
static char diff__default_sort_order[] = "dso,symbol";
static int force;
static bool show_displacement;

Expand Down Expand Up @@ -220,6 +221,7 @@ static const struct option options[] = {

int cmd_diff(int argc, const char **argv, const char *prefix __used)
{
sort_order = diff__default_sort_order;
argc = parse_options(argc, argv, options, diff_usage, 0);
if (argc) {
if (argc > 2)
Expand Down

0 comments on commit 8ed8a69

Please sign in to comment.