Commit c5574114 authored by Julia Lawall's avatar Julia Lawall Committed by Arnaldo Carvalho de Melo
Browse files

perf addr_location: Update outdated comment



The function addr_location__put() was renamed addr_location__exit() in
commit 0dd5041c ("perf addr_location: Add init/exit/copy
functions").  Make the comment preceding the function consistent with
the function itself.

Reviewed-by: default avatarIan Rogers <irogers@google.com>
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kexin Sun <kexinsun@smail.nju.edu.cn>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ratnadira Widyasari <ratnadiraw@smu.edu.sg>
Cc: Xutong Ma <xutong.ma@inria.fr>
Cc: Yumbo Lyu <yunbolyu@smu.edu.sg>
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 6e052cfe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ void addr_location__init(struct addr_location *al)
 * The preprocess_sample method will return with reference counts for the
 * in it, when done using (and perhaps getting ref counts if needing to
 * keep a pointer to one of those entries) it must be paired with
 * addr_location__put(), so that the refcounts can be decremented.
 * addr_location__exit(), so that the refcounts can be decremented.
 */
void addr_location__exit(struct addr_location *al)
{