summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorSunil Khatri <sunil.khatri@amd.com>2025-07-04 13:25:46 +0530
committerChristian König <christian.koenig@amd.com>2025-07-04 15:59:06 +0200
commit1fd45bc21cecea390ab9c21a2406bbbe3eed4b93 (patch)
tree7b27c2bd9f3c898578306936d1736f6d5324e79d /tools/perf/scripts/python/bin/stackcollapse-record
parent348fe34a6186a53acda44a3501d4e5a4f1f5958e (diff)
downloadkernel-1fd45bc21cecea390ab9c21a2406bbbe3eed4b93.tar.gz
drm: add debugfs support on per client-id basis
add support to add a directory for each client-id with root at the dri level. Since the clients are unique and not just related to one single drm device, so it makes more sense to add all the client based nodes with root as dri. Also create a debugfs file which show the process information for the client and create a symlink back to the parent drm device from each client. Signed-off-by: Sunil Khatri <sunil.khatri@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Link: https://lore.kernel.org/r/20250704075548.1549849-3-sunil.khatri@amd.com Signed-off-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
M / suspend: Define pr_fmt() in suspend.cRafael J. Wysocki 2017-07-24PM / suspend: Use mem_sleep_labels[] strings in messagesRafael J. Wysocki 2017-07-24PM / sleep: Check pm_wakeup_pending() in __device_suspend_noirq()Rafael J. Wysocki 2017-07-24PM / s2idle: Rearrange the main suspend-to-idle loopRafael J. Wysocki 2017-07-22PM / sleep: Mark suspend/hibernation start and finishRafael J. Wysocki 2017-07-22PM / sleep: Do not print debug messages by defaultRafael J. Wysocki 2017-07-22PM / suspend: Export pm_suspend_target_stateFlorian Fainelli 2017-06-15ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki 2017-06-07Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki 2017-05-05ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki 2017-01-20Revert "PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flag"Rafael J. Wysocki 2016-11-21PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flagRafael J. Wysocki 2016-11-21PM / sleep: System sleep state selection interface reworkRafael J. Wysocki 2016-10-24PM / suspend: Fix missing KERN_CONT for suspend messageJon Hunter 2016-09-13PM / sleep: enable suspend-to-idle even without registered suspend_opsSudeep Holla 2016-06-28PM / sleep: make PM notifiers called symmetricallyLianwei Wang