From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: peterz@infradead.org, mingo@redhat.com,
alexander.shishkin@linux.intel.com, namhyung@kernel.org,
adrian.hunter@intel.com, jolsa@redhat.com,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] perf tools: Adding missing test file for libopencsd
Date: Mon, 22 Jan 2018 13:34:38 -0300 [thread overview]
Message-ID: <20180122163438.GL18383@kernel.org> (raw)
In-Reply-To: <1516635644-24819-1-git-send-email-mathieu.poirier@linaro.org>
Em Mon, Jan 22, 2018 at 08:40:44AM -0700, Mathieu Poirier escreveu:
> The test for the feature did not make it into the original patchset,
> something that gets corrected here.
I just merged it to the cset where it should've been:
[acme@jouet perf]$ ls -la /tmp/build/perf/feature/test-libopencsd.make.output
-rw-rw-r--. 1 acme acme 202 Jan 22 13:05 /tmp/build/perf/feature/test-libopencsd.make.output
[acme@jouet perf]$ cat /tmp/build/perf/feature/test-libopencsd.make.output
test-libopencsd.c:2:10: fatal error: opencsd/c_api/opencsd_c_api.h: No such file or directory
#include <opencsd/c_api/opencsd_c_api.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[acme@jouet perf]$
- Arnaldo
next prev parent reply other threads:[~2018-01-22 16:34 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-17 17:52 [PATCH v3 00/10] perf tools: Add support for CoreSight trace decoding Mathieu Poirier
2018-01-17 17:52 ` [PATCH v3 01/10] perf tools: Integrating the CoreSight decoding library Mathieu Poirier
2018-01-22 15:40 ` [PATCH] perf tools: Adding missing test file for libopencsd Mathieu Poirier
2018-01-22 16:34 ` Arnaldo Carvalho de Melo [this message]
2018-01-24 11:32 ` [tip:perf/core] perf tools: Integrating the CoreSight decoding library tip-bot for Mathieu Poirier
2018-01-28 21:16 ` tip-bot for Mathieu Poirier
2018-01-17 17:52 ` [PATCH v3 02/10] perf tools: Add initial entry point for decoder CoreSight traces Mathieu Poirier
2018-01-24 11:32 ` [tip:perf/core] " tip-bot for Mathieu Poirier
2018-01-28 21:16 ` tip-bot for Mathieu Poirier
2018-01-17 17:52 ` [PATCH v3 03/10] perf tools: Add processing of coresight metadata Mathieu Poirier
2018-01-24 11:33 ` [tip:perf/core] " tip-bot for Tor Jeremiassen
2018-01-28 21:17 ` tip-bot for Tor Jeremiassen
2018-01-17 17:52 ` [PATCH v3 04/10] perf tools: Add decoder mechanic to support dumping trace data Mathieu Poirier
2018-01-24 11:33 ` [tip:perf/core] " tip-bot for Mathieu Poirier
2018-01-28 21:17 ` tip-bot for Mathieu Poirier
2018-01-17 17:52 ` [PATCH v3 05/10] perf tools: Add support for decoding CoreSight " Mathieu Poirier
2018-01-24 11:34 ` [tip:perf/core] " tip-bot for Mathieu Poirier
2018-01-28 21:17 ` tip-bot for Mathieu Poirier
2018-01-17 17:52 ` [PATCH v3 06/10] perf tools: Add functionality to communicate with the openCSD decoder Mathieu Poirier
2018-01-24 11:34 ` [tip:perf/core] " tip-bot for Mathieu Poirier
2018-01-28 21:18 ` tip-bot for Mathieu Poirier
2018-01-17 17:52 ` [PATCH v3 07/10] pert tools: Add queue management functionality Mathieu Poirier
2018-01-22 17:25 ` Robert Walker
2018-01-22 20:14 ` Mathieu Poirier
2018-01-24 11:34 ` [tip:perf/core] " tip-bot for Mathieu Poirier
2018-01-28 21:18 ` tip-bot for Mathieu Poirier
2018-01-17 17:52 ` [PATCH v3 08/10] perf tools: Add full support for CoreSight trace decoding Mathieu Poirier
2018-01-24 11:35 ` [tip:perf/core] " tip-bot for Mathieu Poirier
2018-01-28 21:19 ` tip-bot for Mathieu Poirier
2018-01-17 17:52 ` [PATCH v3 09/10] perf tools: Add mechanic to synthesise CoreSight trace packets Mathieu Poirier
2018-01-24 11:35 ` [tip:perf/core] " tip-bot for Mathieu Poirier
2018-01-28 21:19 ` tip-bot for Mathieu Poirier
2018-01-17 17:52 ` [PATCH v3 10/10] MAINTAINERS: Adding entry for CoreSight trace decoding Mathieu Poirier
2018-01-24 11:36 ` [tip:perf/core] " tip-bot for Tor Jeremiassen
2018-01-28 21:20 ` tip-bot for Tor Jeremiassen
2018-01-17 20:04 ` [PATCH v3 00/10] perf tools: Add support " Arnaldo Carvalho de Melo
2018-01-18 13:36 ` Arnaldo Carvalho de Melo
2018-01-19 15:01 ` Arnaldo Carvalho de Melo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180122163438.GL18383@kernel.org \
--to=acme@kernel.org \
--cc=adrian.hunter@intel.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.poirier@linaro.org \
--cc=mingo@redhat.com \
--cc=namhyung@kernel.org \
--cc=peterz@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox