Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366007
b: refs/heads/master
c: ccf49bf
h: refs/heads/master
i:
  366005: 6f0a2de
  366003: 7e3970b
  365999: 18ead21
v: v3
  • Loading branch information
Stephane Eranian authored and Arnaldo Carvalho de Melo committed Apr 1, 2013
1 parent f4e4d8d commit df58ec2
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 98a3b32c99ada4bca8aaf4f91efd96fc906dd5c4
refs/heads/master: ccf49bfc6bb1025788637417780e9f1eeae9fc37
3 changes: 3 additions & 0 deletions trunk/tools/perf/util/evsel.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,9 @@ void perf_evsel__config(struct perf_evsel *evsel,
perf_evsel__set_sample_bit(evsel, CPU);
}

if (opts->sample_address)
attr->sample_type |= PERF_SAMPLE_DATA_SRC;

if (opts->no_delay) {
attr->watermark = 0;
attr->wakeup_events = 1;
Expand Down

0 comments on commit df58ec2

Please sign in to comment.