* [PATCH -next] perf metric: Remove duplicate include
@ 2020-09-15 8:15 YueHaibing
2020-09-15 14:51 ` Namhyung Kim
0 siblings, 1 reply; 3+ messages in thread
From: YueHaibing @ 2020-09-15 8:15 UTC (permalink / raw)
To: peterz, mingo, acme, mark.rutland, alexander.shishkin, jolsa,
namhyung, irogers
Cc: linux-kernel, YueHaibing
Remove duplicate header which is included twice.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
tools/perf/tests/parse-metric.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/perf/tests/parse-metric.c b/tools/perf/tests/parse-metric.c
index 23db8acc492d..b344decfb91b 100644
--- a/tools/perf/tests/parse-metric.c
+++ b/tools/perf/tests/parse-metric.c
@@ -11,8 +11,6 @@
#include "debug.h"
#include "expr.h"
#include "stat.h"
-#include <perf/cpumap.h>
-#include <perf/evlist.h>
static struct pmu_event pme_test[] = {
{
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH -next] perf metric: Remove duplicate include
2020-09-15 8:15 [PATCH -next] perf metric: Remove duplicate include YueHaibing
@ 2020-09-15 14:51 ` Namhyung Kim
2020-09-16 13:49 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 3+ messages in thread
From: Namhyung Kim @ 2020-09-15 14:51 UTC (permalink / raw)
To: YueHaibing
Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
Mark Rutland, Alexander Shishkin, Jiri Olsa, Ian Rogers,
linux-kernel
Hello,
On Tue, Sep 15, 2020 at 5:16 PM YueHaibing <yuehaibing@huawei.com> wrote:
>
> Remove duplicate header which is included twice.
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Thanks
Namhyung
> ---
> tools/perf/tests/parse-metric.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/tools/perf/tests/parse-metric.c b/tools/perf/tests/parse-metric.c
> index 23db8acc492d..b344decfb91b 100644
> --- a/tools/perf/tests/parse-metric.c
> +++ b/tools/perf/tests/parse-metric.c
> @@ -11,8 +11,6 @@
> #include "debug.h"
> #include "expr.h"
> #include "stat.h"
> -#include <perf/cpumap.h>
> -#include <perf/evlist.h>
>
> static struct pmu_event pme_test[] = {
> {
> --
> 2.17.1
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH -next] perf metric: Remove duplicate include
2020-09-15 14:51 ` Namhyung Kim
@ 2020-09-16 13:49 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2020-09-16 13:49 UTC (permalink / raw)
To: Namhyung Kim
Cc: YueHaibing, Peter Zijlstra, Ingo Molnar, Mark Rutland,
Alexander Shishkin, Jiri Olsa, Ian Rogers, linux-kernel
Em Tue, Sep 15, 2020 at 11:51:22PM +0900, Namhyung Kim escreveu:
> Hello,
>
> On Tue, Sep 15, 2020 at 5:16 PM YueHaibing <yuehaibing@huawei.com> wrote:
> >
> > Remove duplicate header which is included twice.
> >
> > Signed-off-by: YueHaibing <yuehaibing@huawei.com>
>
> Acked-by: Namhyung Kim <namhyung@kernel.org>
Thanks, applied.
- Arnaldo
> Thanks
> Namhyung
>
>
> > ---
> > tools/perf/tests/parse-metric.c | 2 --
> > 1 file changed, 2 deletions(-)
> >
> > diff --git a/tools/perf/tests/parse-metric.c b/tools/perf/tests/parse-metric.c
> > index 23db8acc492d..b344decfb91b 100644
> > --- a/tools/perf/tests/parse-metric.c
> > +++ b/tools/perf/tests/parse-metric.c
> > @@ -11,8 +11,6 @@
> > #include "debug.h"
> > #include "expr.h"
> > #include "stat.h"
> > -#include <perf/cpumap.h>
> > -#include <perf/evlist.h>
> >
> > static struct pmu_event pme_test[] = {
> > {
> > --
> > 2.17.1
> >
> >
--
- Arnaldo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-09-16 16:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-15 8:15 [PATCH -next] perf metric: Remove duplicate include YueHaibing
2020-09-15 14:51 ` Namhyung Kim
2020-09-16 13:49 ` Arnaldo Carvalho de Melo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox