]> asedeno.scripts.mit.edu Git - linux.git/commit
perf probe: Use return of map__get() to make code more compact
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 24 May 2018 14:17:34 +0000 (11:17 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 4 Jun 2018 13:28:50 +0000 (10:28 -0300)
commitf622df5ed768ce7c049af99196c1b7b0a2c0d385
tree41ca2747fea910e98af63ae49cad620b941f900d
parent4f5aeecd0d1233cbd0ccd60f4d6701404884471a
perf probe: Use return of map__get() to make code more compact

The __get() idiom returns a reference count for the object passed, i.e.
all functions of this type return the object passed, so take advantage
of that to make the code more compact.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-ds6vdm7clh070512rpydidsc@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/probe-event.c