Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178071
b: refs/heads/master
c: b5b60fd
h: refs/heads/master
i:
  178069: 5c471f9
  178067: 3761650
  178063: c7b79b9
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Dec 18, 2009
1 parent a0a7810 commit e61c525
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 99e8c5a3b875a34d894a711c9a3669858d6adf45
refs/heads/master: b5b60fda1e462a849bc37dfbace2888191be82cc
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ static int __cmd_report(void)

perf_session__collapse_resort(session);
perf_session__output_resort(session, session->events_stats.total);
fprintf(stdout, "# Samples: %ld\n#\n", session->events_stats.total);
fprintf(stdout, "# Samples: %Ld\n#\n", session->events_stats.total);
perf_session__fprintf_hists(session, NULL, false, stdout);
if (sort_order == default_sort_order &&
parent_pattern == default_parent_pattern)
Expand Down
4 changes: 2 additions & 2 deletions trunk/tools/perf/util/event.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ typedef union event_union {
} event_t;

struct events_stats {
unsigned long total;
unsigned long lost;
u64 total;
u64 lost;
};

void event__print_totals(void);
Expand Down

0 comments on commit e61c525

Please sign in to comment.