summaryrefslogtreecommitdiff
path: root/bpf_insns.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-15bpf: use Linux' define of BPF_MAXINSNSDaniel Borkmann1-0/+4
2013-06-04bpf: split up instructions and extensions from headerDaniel Borkmann1-0/+58
table summary='commit info' class='commit-info'> authorAdrian Hunter <adrian.hunter@intel.com>2016-09-23 17:38:37 +0300 committerArnaldo Carvalho de Melo <acme@redhat.com>2016-09-29 11:17:01 -0300 commit5c01ad60b8a23f8ff59b9a5a756f07ed08f0b6d1 (patch) tree018f44434ec7de86634e0086133bdaa3917a8006 parent394c01ed8aafdf0f14fb18c6d320d8a783da243c (diff)
perf record: Fix error paths
Some error paths do not tidy-up. Fix that. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Masami Hiramatsu <mhiramat@kernel.org> Cc: Mathieu Poirier <mathieu.poirier@linaro.org> Link: http://lkml.kernel.org/r/1474641528-18776-6-git-send-email-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat
-rw-r--r--tools/perf/builtin-record.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/perf/builtin-record.c b/tools/perf/builtin-record.c