All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf: missing c2c command in command-list
@ 2017-03-13  8:28 changbin.du
  2017-03-13 13:57 ` Arnaldo Carvalho de Melo
  2017-03-15 18:36 ` [tip:perf/core] perf tools: Missing " tip-bot for Changbin Du
  0 siblings, 2 replies; 3+ messages in thread
From: changbin.du @ 2017-03-13  8:28 UTC (permalink / raw)
  To: peterz, mingo, acme; +Cc: linux-kernel, Changbin Du

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

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

* Re: [PATCH] perf: missing c2c command in command-list
  2017-03-13  8:28 [PATCH] perf: missing c2c command in command-list changbin.du
@ 2017-03-13 13:57 ` Arnaldo Carvalho de Melo
  2017-03-15 18:36 ` [tip:perf/core] perf tools: Missing " tip-bot for Changbin Du
  1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2017-03-13 13:57 UTC (permalink / raw)
  To: changbin.du; +Cc: peterz, mingo, linux-kernel

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

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

* [tip:perf/core] perf tools: Missing c2c command in command-list
  2017-03-13  8:28 [PATCH] perf: missing c2c command in command-list changbin.du
  2017-03-13 13:57 ` Arnaldo Carvalho de Melo
@ 2017-03-15 18:36 ` tip-bot for Changbin Du
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Changbin Du @ 2017-03-15 18:36 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: tglx, peterz, mingo, acme, changbin.du, hpa, linux-kernel

Commit-ID:  f9c10cd645a3defc24110ac71f93e8d18a50d0d6
Gitweb:     http://git.kernel.org/tip/f9c10cd645a3defc24110ac71f93e8d18a50d0d6
Author:     Changbin Du <changbin.du@intel.com>
AuthorDate: Mon, 13 Mar 2017 16:28:45 +0800
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Mon, 13 Mar 2017 10:59:31 -0300

perf tools: Missing c2c command in command-list

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

Committer notes:

Before:

  # perf help | grep c2c
  #

After:

  # perf help | grep c2c
     c2c             Shared Data C2C/HITM Analyzer.
  #

Signed-off-by: Changbin Du <changbin.du@intel.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20170313082845.23373-1-changbin.du@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.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

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

end of thread, other threads:[~2017-03-15 18:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-13  8:28 [PATCH] perf: missing c2c command in command-list changbin.du
2017-03-13 13:57 ` Arnaldo Carvalho de Melo
2017-03-15 18:36 ` [tip:perf/core] perf tools: Missing " tip-bot for Changbin Du

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.