Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177434
b: refs/heads/master
c: c249a4c
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Dec 15, 2009
1 parent 60cdb11 commit dccc48b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86a9eee047ba09a714c3b8e27c9df2bbf715393a
refs/heads/master: c249a4ce796b30b742bb4854bf3039ced12ef8e5
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static int exclude_other = 1;

static char callchain_default_opt[] = "fractal,0.5";

struct symbol_conf symbol_conf;
static struct symbol_conf symbol_conf;


static size_t
Expand Down
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-top.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static int dump_symtab = 0;
static bool hide_kernel_symbols = false;
static bool hide_user_symbols = false;
static struct winsize winsize;
struct symbol_conf symbol_conf;
static struct symbol_conf symbol_conf;

/*
* Source
Expand Down

0 comments on commit dccc48b

Please sign in to comment.