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 <[email protected]> Cc: Hao Luo <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Song Liu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Namhyung Kim <[email protected]>
1 parent 887e845 commit 7b83d59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)