summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-06-13 21:05:17 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-06-20 21:28:48 +0300
commitd21b57003041a5a5d28933fd2dfd1c5183fb23af (patch)
tree462758dd8c419e78b09f265051765db786c7ef2e /tools/perf/scripts/python/bin/stackcollapse-report
parenta111daf0c53ae91e71fd2bfe7497862d14132e3e (diff)
downloadlinux-d21b57003041a5a5d28933fd2dfd1c5183fb23af.tar.xz
ACPI: glue: Use acpi_dev_for_each_child()
Instead of walking the list of children of an ACPI device directly, use acpi_dev_for_each_child() to carry out an action for all of the given ACPI device's children. This will help to eliminate the children list head from struct acpi_device as it is redundant and it is used in questionable ways in some places (in particular, locking is needed for walking the list pointed to it safely, but it is often missing). Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions