diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2016-03-22 16:09:37 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2016-03-23 15:03:04 +0000 |
| commit | b8f8eb84f4834b5232faf57559adbc80dbcf85da (patch) | |
| tree | fecf0ce6dcf74b2ab2e0bc86eb582a29f667fd76 /tools/perf/builtin-inject.c | |
| parent | perf list: Fix documentation of :ppp (diff) | |
| download | kernel-b8f8eb84f4834b5232faf57559adbc80dbcf85da.tar.gz kernel-b8f8eb84f4834b5232faf57559adbc80dbcf85da.zip | |
perf tools: Remove misplaced __maybe_unused
All over the tree.
Cc: David Ahern <[email protected]>
cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Ravi Bangoria <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/builtin-inject.c')
| -rw-r--r-- | tools/perf/builtin-inject.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/builtin-inject.c b/tools/perf/builtin-inject.c index 7fa68663ed72..b33b42c009ed 100644 --- a/tools/perf/builtin-inject.c +++ b/tools/perf/builtin-inject.c @@ -131,8 +131,7 @@ static int copy_bytes(struct perf_inject *inject, int fd, off_t size) static s64 perf_event__repipe_auxtrace(struct perf_tool *tool, union perf_event *event, - struct perf_session *session - __maybe_unused) + struct perf_session *session) { struct perf_inject *inject = container_of(tool, struct perf_inject, tool); |
