commit | 5f4216f49ba19a6ba9e1f286e7de69b70991742b | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Tue Jul 18 16:43:22 2017 -0500 |
committer | Will Deacon <will.deacon@arm.com> | Thu Jul 20 10:28:41 2017 +0100 |
tree | 1479377a159ea677b268b036a2bd006971d1e09e | |
parent | a270f32735a20affe325c351c359f13603537d05 [diff] |
perf: Convert to using %pOF instead of full_name Now that we have a custom printf format specifier, convert users of full_name to use %pOF instead. This is preparation to remove storing of the full path string for each node. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Will Deacon <will.deacon@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Will Deacon <will.deacon@arm.com>