This matches an earlier change to the description in the user manual.
And fix indentation of the license in a couple of files.
# --- Cachegrind's annotator. cg_annotate.in ---
# --------------------------------------------------------------------
-# This file is part of Cachegrind, a Valgrind tool for cache
-# profiling programs.
+# This file is part of Cachegrind, a high-precision tracing profiler
+# built with Valgrind.
#
# Copyright (C) 2002-2023 Nicholas Nethercote
# njn@valgrind.org
/*--------------------------------------------------------------------*/
/*
- This file is part of Cachegrind, a Valgrind tool for cache
- profiling programs.
+ This file is part of Cachegrind, a high-precision tracing profiler
+ built with Valgrind.
Copyright (C) 2011-2017 Nicholas Nethercote
njn@valgrind.org
/*--------------------------------------------------------------------*/
/*
- This file is part of Cachegrind, a Valgrind tool for cache
- profiling programs.
+ This file is part of Cachegrind, a high-precision tracing profiler
+ built with Valgrind.
Copyright (C) 2002-2017 Nicholas Nethercote
njn@valgrind.org
/*--------------------------------------------------------------------*/
/*
- This file is part of Cachegrind, a Valgrind tool for cache
- profiling programs.
+ This file is part of Cachegrind, a high-precision tracing profiler
+ built with Valgrind.
Copyright (C) 2002-2017 Nicholas Nethercote
njn@valgrind.org
# --- Cachegrind's differencer. cg_diff.in ---
# --------------------------------------------------------------------
-# This file is part of Cachegrind, a Valgrind tool for cache
-# profiling programs.
+# This file is part of Cachegrind, a high-precision tracing profiler
+# built with Valgrind.
#
-# Copyright (C) 2002-2023 Nicholas Nethercote
-# njn@valgrind.org
+# Copyright (C) 2002-2023 Nicholas Nethercote
+# njn@valgrind.org
#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of the
-# License, or (at your option) any later version.
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
-# The GNU General Public License is contained in the file COPYING.
+# The GNU General Public License is contained in the file COPYING.
# This script diffs Cachegrind output files.
#
/*--------------------------------------------------------------------*/
/*
- This file is part of Cachegrind, a Valgrind tool for cache
- profiling programs.
+ This file is part of Cachegrind, a high-precision tracing profiler
+ built with Valgrind.
Copyright (C) 2002-2017 Nicholas Nethercote
njn@valgrind.org
{
VG_(details_name) ("Cachegrind");
VG_(details_version) (NULL);
- VG_(details_description) ("a cache and branch-prediction profiler");
+ VG_(details_description) ("a high-precision tracing profiler");
VG_(details_copyright_author)(
"Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
# --- Cachegrind's merger. cg_merge.in ---
# --------------------------------------------------------------------
-# This file is part of Cachegrind, a Valgrind tool for cache
-# profiling programs.
+# This file is part of Cachegrind, a high-precision tracing profiler
+# built with Valgrind.
#
-# Copyright (C) 2002-2023 Nicholas Nethercote
-# njn@valgrind.org
+# Copyright (C) 2002-2023 Nicholas Nethercote
+# njn@valgrind.org
#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of the
-# License, or (at your option) any later version.
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
-# The GNU General Public License is contained in the file COPYING.
+# The GNU General Public License is contained in the file COPYING.
# This script merges Cachegrind output files.
#
/*--------------------------------------------------------------------*/
/*
- This file is part of Cachegrind, a Valgrind tool for cache
- profiling programs.
+ This file is part of Cachegrind, a high-precision tracing profiler
+ built with Valgrind.
Copyright (C) 2002-2017 Nicholas Nethercote
njn@valgrind.org
$dir/../../tests/filter_stderr_basic |
# Remove "Cachegrind, ..." line and the following copyright line.
-sed "/^Cachegrind, a cache and branch-prediction profiler/ , /./ d" |
+sed "/^Cachegrind, a high-precision tracing profiler/ , /./ d" |
# Remove numbers from I/D/LL "refs:" lines
perl -p -e 's/((I|D|LL) *refs:)[ 0-9,()+rdw]*$/\1/' |