Skip to content

Commit 7b83d59

Browse files
committed
perf lock: Remove stale comments
The comment was for symbol_conf.sort_by_name which was deleted already. Let's get rid of the stale comments as well. Acked-by: Ian Rogers <irogers@google.com> Cc: Hao Luo <haoluo@google.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Arnaldo Carvalho de Melo <acme@kernel.org> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Ingo Molnar <mingo@kernel.org> Cc: Song Liu <song@kernel.org> Link: https://lore.kernel.org/r/20230628200141.2739587-2-namhyung@kernel.org Signed-off-by: Namhyung Kim <namhyung@kernel.org>
1 parent 887e845 commit 7b83d59

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tools/perf/builtin-lock.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,6 @@ static int __cmd_report(bool display_info)
17731773
return PTR_ERR(session);
17741774
}
17751775

1776-
/* for lock function check */
17771776
symbol_conf.allow_aliases = true;
17781777
symbol__init(&session->header.env);
17791778

@@ -1902,7 +1901,6 @@ static int __cmd_contention(int argc, const char **argv)
19021901
if (con.aggr_mode == LOCK_AGGR_CALLER)
19031902
con.save_callstack = true;
19041903

1905-
/* for lock function check */
19061904
symbol_conf.allow_aliases = true;
19071905
symbol__init(&session->header.env);
19081906

0 commit comments

Comments
 (0)