summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2021-10-17 14:01:06 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-10-19 09:40:49 +0200
commitc3ed761c9e1e4987406671b326dab48a048614ee (patch)
tree7f531c051063e13676e9b703e1be626894d39524 /tools/perf/scripts/python/bin/stackcollapse-report
parent15c9a359094ec6251578b02387436bc64f11a477 (diff)
downloadkernel-c3ed761c9e1e4987406671b326dab48a048614ee.tar.gz
counter/counter-sysfs: use sysfs_emit everywhere
In the counter subsystem, we are already using sysfs_emit(), but there were a few places where we were still using sprintf() in *_show() functions. For consistency and added protections, use sysfs_emit() everywhere. Suggested-by: Greg KH <gregkh@linuxfoundation.org> Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: David Lechner <david@lechnology.com> Link: https://lore.kernel.org/r/20211017190106.3472645-1-david@lechnology.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
>2009-11-02gianfar: Add Multiple group SupportSandeep Gopalpet 2009-11-02gianfar: Add Multiple Queue SupportSandeep Gopalpet 2009-11-02gianfar: Introduce logical group support.Sandeep Gopalpet 2009-11-02gianfar: Add per queue structure supportSandeep Gopalpet 2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2009-10-14net: Fix OF platform drivers coldplug/hotplug when compiled as modulesAnton Vorontsov 2009-10-12gianfar: Add support for hibernationAnton Vorontsov 2009-10-12gianfar: Factor out gfar_init_bds() from gfar_alloc_skb_resources()Anton Vorontsov 2009-10-12gianfar: Factor out RX BDs initialization from gfar_new_rxbdp()Anton Vorontsov 2009-10-12gianfar: Move tbase/rbase initialization to gfar_init_mac()Anton Vorontsov 2009-10-12gianfar: Split allocation and initialization steps out of startup_gfar()Anton Vorontsov 2009-10-12gianfar: Don't needlessly set the wrap bit for the last RX BDAnton Vorontsov 2009-10-12gianfar: Simplify skb resources freeing codeAnton Vorontsov 2009-10-12gianfar: Some cleanups for startup_gfar()Anton Vorontsov 2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds 2009-09-06gianfar: Fix build.David S. Miller 2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2009-08-30gianfar: gfar_remove needs to call unregister_netdev()Toru UCHIYAMA 2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2009-08-09gianfar: keep vlan related state when restartYong Zhang 2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2009-07-22gianfar: Revive fixed link supportAnton Vorontsov 2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2009-07-15gianfar: remove unused DECLARE_MAC_BUFJohannes Berg 2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings 2009-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2009-05-25gianfar: fix BUG under load after introduction of skb recyclingLennert Buytenhek 2009-04-28gianfar: Use memset instead of cacheable_memzeroKumar Gala 2009-04-27net: Rework gianfar driver to use of_mdio infrastructure.Grant Likely