Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287454
b: refs/heads/master
c: a4a03fc
h: refs/heads/master
v: v3
  • Loading branch information
Naveen N. Rao authored and Arnaldo Carvalho de Melo committed Feb 6, 2012
1 parent 07889ec commit 053b74f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: bf32c9ebc9890764c7a9984e3a0c8a57a059753d
refs/heads/master: a4a03fc7ef89020baca4f19174e6a43767c6d78a
1 change: 1 addition & 0 deletions trunk/tools/perf/util/evsel.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ int perf_event__parse_sample(const union perf_event *event, u64 type,
memset(data, 0, sizeof(*data));
data->cpu = data->pid = data->tid = -1;
data->stream_id = data->id = data->time = -1ULL;
data->period = 1;

if (event->header.type != PERF_RECORD_SAMPLE) {
if (!sample_id_all)
Expand Down

0 comments on commit 053b74f

Please sign in to comment.