diff options
author | David Vrabel <david.vrabel@citrix.com> | 2014-04-07 08:52:12 -0400 |
---|---|---|
committer | David Vrabel <david.vrabel@citrix.com> | 2014-04-07 08:52:12 -0400 |
commit | 2c5cb2770392fb9c5d8518688c8bc61986d70dc6 (patch) | |
tree | b19210e709de6ee0d22b67ef605a569500cf1a18 /tools/perf/builtin-inject.c | |
parent | cd979883b9ede90643e019f33cb317933eb867b4 (diff) | |
parent | 683b6c6f82a60fabf47012581c2cfbf1b037ab95 (diff) |
Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus-3.15
This merge of the irq-core-for-linus branch broke the ARM build when
Xen is enabled.
Conflicts:
drivers/xen/events/events_base.c
Diffstat (limited to 'tools/perf/builtin-inject.c')
-rw-r--r-- | tools/perf/builtin-inject.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/builtin-inject.c b/tools/perf/builtin-inject.c index b3466018bbd7..3a7387551369 100644 --- a/tools/perf/builtin-inject.c +++ b/tools/perf/builtin-inject.c | |||
@@ -312,7 +312,6 @@ found: | |||
312 | sample_sw.period = sample->period; | 312 | sample_sw.period = sample->period; |
313 | sample_sw.time = sample->time; | 313 | sample_sw.time = sample->time; |
314 | perf_event__synthesize_sample(event_sw, evsel->attr.sample_type, | 314 | perf_event__synthesize_sample(event_sw, evsel->attr.sample_type, |
315 | evsel->attr.sample_regs_user, | ||
316 | evsel->attr.read_format, &sample_sw, | 315 | evsel->attr.read_format, &sample_sw, |
317 | false); | 316 | false); |
318 | build_id__mark_dso_hit(tool, event_sw, &sample_sw, evsel, machine); | 317 | build_id__mark_dso_hit(tool, event_sw, &sample_sw, evsel, machine); |