linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: dev-tools: Fixed an outdated directory path in gcov.rst
@ 2019-07-05 19:02 Jeffrin Jose T
  2019-07-08 16:51 ` Nick Desaulniers
  0 siblings, 1 reply; 2+ messages in thread
From: Jeffrin Jose T @ 2019-07-05 19:02 UTC (permalink / raw)
  To: oberpar, corbet, linux-doc
  Cc: linux-kernel, clang-built-linux, Jeffrin Jose T

Fixed an outdated directory path inside gcov related documentation
which is part of an example that shows the way in which the gcov
command should be used in that context

Signed-off-by: Jeffrin Jose T <jeffrin@rajagiritech.edu.in>
---
 Documentation/dev-tools/gcov.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/dev-tools/gcov.rst b/Documentation/dev-tools/gcov.rst
index 46aae52a41d0..e3d262d8c7de 100644
--- a/Documentation/dev-tools/gcov.rst
+++ b/Documentation/dev-tools/gcov.rst
@@ -8,7 +8,7 @@ To get coverage data for a specific file, change to the kernel build
 directory and use gcov with the ``-o`` option as follows (requires root)::
 
     # cd /tmp/linux-out
-    # gcov -o /sys/kernel/debug/gcov/tmp/linux-out/kernel spinlock.c
+    # gcov -o /sys/kernel/debug/gcov/tmp/linux-out/kernel/locking spinlock.c
 
 This will create source code files annotated with execution counts
 in the current directory. In addition, graphical gcov front-ends such
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: dev-tools: Fixed an outdated directory path in gcov.rst
  2019-07-05 19:02 [PATCH] Documentation: dev-tools: Fixed an outdated directory path in gcov.rst Jeffrin Jose T
@ 2019-07-08 16:51 ` Nick Desaulniers
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Desaulniers @ 2019-07-08 16:51 UTC (permalink / raw)
  To: Jeffrin Jose T, Tri Vo
  Cc: Peter Oberparleiter, Jonathan Corbet, linux-doc, LKML, clang-built-linux

+Tri (on vacation) for review

On Fri, Jul 5, 2019 at 12:03 PM Jeffrin Jose T
<jeffrin@rajagiritech.edu.in> wrote:
>
> Fixed an outdated directory path inside gcov related documentation
> which is part of an example that shows the way in which the gcov
> command should be used in that context
>
> Signed-off-by: Jeffrin Jose T <jeffrin@rajagiritech.edu.in>
> ---
>  Documentation/dev-tools/gcov.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/dev-tools/gcov.rst b/Documentation/dev-tools/gcov.rst
> index 46aae52a41d0..e3d262d8c7de 100644
> --- a/Documentation/dev-tools/gcov.rst
> +++ b/Documentation/dev-tools/gcov.rst
> @@ -8,7 +8,7 @@ To get coverage data for a specific file, change to the kernel build
>  directory and use gcov with the ``-o`` option as follows (requires root)::
>
>      # cd /tmp/linux-out
> -    # gcov -o /sys/kernel/debug/gcov/tmp/linux-out/kernel spinlock.c
> +    # gcov -o /sys/kernel/debug/gcov/tmp/linux-out/kernel/locking spinlock.c
>
>  This will create source code files annotated with execution counts
>  in the current directory. In addition, graphical gcov front-ends such
> --
> 2.20.1
>
> --
> You received this message because you are subscribed to the Google Groups "Clang Built Linux" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to clang-built-linux+unsubscribe@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/clang-built-linux/20190705190239.8173-1-jeffrin%40rajagiritech.edu.in.



-- 
Thanks,
~Nick Desaulniers

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-08 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-05 19:02 [PATCH] Documentation: dev-tools: Fixed an outdated directory path in gcov.rst Jeffrin Jose T
2019-07-08 16:51 ` Nick Desaulniers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).