Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf tools: Replace lkml.org links with lore

As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org
links with lore"), replace lkml.org links with lore to better use a
single source that's more likely to stay available long-term.

Signed-off-by: Kees Kook <keescook@chromium.org>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Joe Perches <joe@perches.com>
Cc: Kees Kook <keescook@chromium.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Link: http://lore.kernel.org/lkml/20210210234220.2401035-1-keescook@chromium.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Kees Cook and committed by
Arnaldo Carvalho de Melo
6edfd0eb dec34515

+2 -2
+1 -1
tools/perf/Documentation/examples.txt
··· 3 3 ****** perf by examples ****** 4 4 ------------------------------ 5 5 6 - [ From an e-mail by Ingo Molnar, http://lkml.org/lkml/2009/8/4/346 ] 6 + [ From an e-mail by Ingo Molnar, https://lore.kernel.org/lkml/20090804195717.GA5998@elte.hu ] 7 7 8 8 9 9 First, discovery/enumeration of available counters can be done via
+1 -1
tools/perf/util/data-convert-bt.c
··· 948 948 goto out; 949 949 /* 950 950 * Add '_' prefix to potential keywork. According to 951 - * Mathieu Desnoyers (https://lkml.org/lkml/2015/1/23/652), 951 + * Mathieu Desnoyers (https://lore.kernel.org/lkml/1074266107.40857.1422045946295.JavaMail.zimbra@efficios.com), 952 952 * futher CTF spec updating may require us to use '$'. 953 953 */ 954 954 if (dup < 0)