Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305514
b: refs/heads/master
c: 1a1ed1b
h: refs/heads/master
v: v3
  • Loading branch information
Stephane Eranian authored and Arnaldo Carvalho de Melo committed May 22, 2012
1 parent e5ae09f commit 83c61da
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 2eeaaa095d155d47d47d5df07571105b8ae76ffd
refs/heads/master: 1a1ed1ba6778a5bc5702cebe276ab080a0b78115
5 changes: 5 additions & 0 deletions trunk/tools/perf/builtin-inject.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ static int perf_event__repipe_tracing_data_synth(union perf_event *event,
static int perf_event__repipe_attr(union perf_event *event,
struct perf_evlist **pevlist __used)
{
int ret;
ret = perf_event__process_attr(event, pevlist);
if (ret)
return ret;

return perf_event__repipe_synth(NULL, event, NULL);
}

Expand Down

0 comments on commit 83c61da

Please sign in to comment.