From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id A35A46EA75 for ; Tue, 18 Feb 2020 19:25:10 +0000 (UTC) References: <20200217142155.501499-1-lionel.g.landwerlin@intel.com> <20200217142155.501499-5-lionel.g.landwerlin@intel.com> <158205226777.8112.12214621080932657728@skylake-alporthouse-com> From: Lionel Landwerlin Message-ID: <65c6891d-5ab0-183d-af4e-535790869a6d@intel.com> Date: Tue, 18 Feb 2020 21:25:08 +0200 MIME-Version: 1.0 In-Reply-To: <158205226777.8112.12214621080932657728@skylake-alporthouse-com> Content-Language: en-US Subject: Re: [igt-dev] [PATCH i-g-t 4/6] tools: add i915 perf recorder tool List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Chris Wilson , igt-dev@lists.freedesktop.org List-ID: On 18/02/2020 20:57, Chris Wilson wrote: > Quoting Lionel Landwerlin (2020-02-17 14:21:53) >> Signed-off-by: Lionel Landwerlin >> --- >> lib/i915-perf.pc.in | 1 + >> lib/i915/perf_data.h | 118 ++ >> lib/meson.build | 1 + >> lib/tests/i915_perf_data_alignment.c | 40 + >> lib/tests/meson.build | 1 + >> tools/i915-perf/i915_perf_control.c | 133 +++ >> tools/i915-perf/i915_perf_recorder.c | 1052 +++++++++++++++++ >> tools/i915-perf/i915_perf_recorder_commands.h | 39 + >> tools/i915-perf/meson.build | 11 + >> 9 files changed, 1396 insertions(+) >> create mode 100644 lib/i915/perf_data.h >> create mode 100644 lib/tests/i915_perf_data_alignment.c >> create mode 100644 tools/i915-perf/i915_perf_control.c >> create mode 100644 tools/i915-perf/i915_perf_recorder.c >> create mode 100644 tools/i915-perf/i915_perf_recorder_commands.h >> >> diff --git a/lib/i915-perf.pc.in b/lib/i915-perf.pc.in >> index e72efdc3..8cfa3dbe 100644 >> --- a/lib/i915-perf.pc.in >> +++ b/lib/i915-perf.pc.in >> @@ -6,5 +6,6 @@ includedir=@includedir@ >> Name: i915-perf >> Description: i915 perf library >> Version: @version@ >> +Requires: libdrm > You only use the uAPI headers, and they are in include/drm-uapi/ > Right? > -Chris For IGT yeah, but for another application using this library, it needs the dependency. -Lionel _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev