From: Ashutosh Dixit <ashutosh.dixit@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] tests/i915/perf_pmu: Add some more debug
Date: Wed, 29 Mar 2023 20:37:32 -0700 [thread overview]
Message-ID: <20230330033732.1298812-1-ashutosh.dixit@intel.com> (raw)
Add another line of debug to debug igt@perf_pmu@module-unload failures.
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
---
tests/i915/perf_pmu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/i915/perf_pmu.c b/tests/i915/perf_pmu.c
index 197e7cd2542..c5f083bbdbc 100644
--- a/tests/i915/perf_pmu.c
+++ b/tests/i915/perf_pmu.c
@@ -2119,6 +2119,7 @@ static void test_unload(unsigned int num_engines)
igt_debug("Read %d events from perf and trial unload\n", count);
pmu_read_multi(fd[0], count, buf);
ret = __igt_i915_driver_unload(&who);
+ igt_debug("__igt_i915_driver_unload: ret %d who %s\n", ret, who);
igt_assert(ret != 0 && !strcmp(who, "i915"));
free(who);
pmu_read_multi(fd[0], count, buf);
--
2.38.0
next reply other threads:[~2023-03-30 3:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-30 3:37 Ashutosh Dixit [this message]
2023-03-30 4:12 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/perf_pmu: Add some more debug (rev2) Patchwork
2023-03-30 7:48 ` [igt-dev] [PATCH i-g-t] tests/i915/perf_pmu: Add some more debug Gupta, Anshuman
2023-03-30 23:03 ` [igt-dev] ✓ Fi.CI.IGT: success for tests/i915/perf_pmu: Add some more debug (rev2) Patchwork
-- strict thread matches above, loose matches on Subject: below --
2023-03-30 3:34 [igt-dev] [PATCH i-g-t] tests/i915/perf_pmu: Add some more debug Ashutosh Dixit
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=20230330033732.1298812-1-ashutosh.dixit@intel.com \
--to=ashutosh.dixit@intel.com \
--cc=igt-dev@lists.freedesktop.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