Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147638
b: refs/heads/master
c: 233f0b9
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jun 3, 2009
1 parent b1f16c2 commit b0e9399
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: 18374ab76e3ec1cf1b0ca5a8d08e35cfc5d01669
refs/heads/master: 233f0b95ca3a0d1dcbd70bc7e519069a8e10d23e
2 changes: 1 addition & 1 deletion trunk/Documentation/perf_counter/builtin-top.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ static void rb_insert_active_sym(struct rb_root *tree, struct sym_entry *se)

static void print_sym_table(void)
{
int printed, j;
int printed = 0, j;
int counter;
float events_per_sec = events/delay_secs;
float kevents_per_sec = (events-userspace_events)/delay_secs;
Expand Down
2 changes: 1 addition & 1 deletion trunk/Documentation/perf_counter/util/parse-options.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt,
static int get_value(struct parse_opt_ctx_t *p,
const struct option *opt, int flags)
{
const char *s, *arg;
const char *s, *arg = NULL;
const int unset = flags & OPT_UNSET;

if (unset && p->opt)
Expand Down

0 comments on commit b0e9399

Please sign in to comment.