Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1598938 > unrolled thread

[PATCH] perf: missing c2c command in command-list

Started bychangbin.du@intel.com
First post2017-03-13 09:40 +0100
Last post2017-03-13 15:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] perf: missing c2c command in command-list changbin.du@intel.com - 2017-03-13 09:40 +0100
    Re: [PATCH] perf: missing c2c command in command-list Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-03-13 15:00 +0100

#1598938 — [PATCH] perf: missing c2c command in command-list

Fromchangbin.du@intel.com
Date2017-03-13 09:40 +0100
Subject[PATCH] perf: missing c2c command in command-list
Message-ID<tktGh-6dB-1@gated-at.bofh.it>
From: Changbin Du <changbin.du@intel.com>

Add the c2c command to command-list.txt so perf help can list this
command.

Signed-off-by: Changbin Du <changbin.du@intel.com>
---
 tools/perf/command-list.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/perf/command-list.txt b/tools/perf/command-list.txt
index ac3efd3..2d0caf2 100644
--- a/tools/perf/command-list.txt
+++ b/tools/perf/command-list.txt
@@ -9,6 +9,7 @@ perf-buildid-cache		mainporcelain common
 perf-buildid-list		mainporcelain common
 perf-data			mainporcelain common
 perf-diff			mainporcelain common
+perf-c2c			mainporcelain common
 perf-config			mainporcelain common
 perf-evlist			mainporcelain common
 perf-ftrace			mainporcelain common
-- 
2.7.4

[toc] | [next] | [standalone]


#1599396

FromArnaldo Carvalho de Melo <acme@kernel.org>
Date2017-03-13 15:00 +0100
Message-ID<tkyFY-1ik-15@gated-at.bofh.it>
In reply to#1598938
Em Mon, Mar 13, 2017 at 04:28:45PM +0800, changbin.du@intel.com escreveu:
> From: Changbin Du <changbin.du@intel.com>
> 
> Add the c2c command to command-list.txt so perf help can list this
> command.

Thanks, applied.

 
> Signed-off-by: Changbin Du <changbin.du@intel.com>
> ---
>  tools/perf/command-list.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tools/perf/command-list.txt b/tools/perf/command-list.txt
> index ac3efd3..2d0caf2 100644
> --- a/tools/perf/command-list.txt
> +++ b/tools/perf/command-list.txt
> @@ -9,6 +9,7 @@ perf-buildid-cache		mainporcelain common
>  perf-buildid-list		mainporcelain common
>  perf-data			mainporcelain common
>  perf-diff			mainporcelain common
> +perf-c2c			mainporcelain common
>  perf-config			mainporcelain common
>  perf-evlist			mainporcelain common
>  perf-ftrace			mainporcelain common
> -- 
> 2.7.4

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web