summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
66854d611627649b2522c49914e09ddc026'>iio: light: al3010: Abstract device reference in the probe functionDavid Heidelberg 2025-04-22iio: light: al3010: Remove DRV_NAME definitionDavid Heidelberg 2025-04-22iio: light: al3010: Use unsigned int for the indexingDavid Heidelberg 2024-09-30iio: light: al3010: Fix an error handling path in al3010_probe()Christophe JAILLET 2024-02-28iio: light: al3010: Switch from linux/of.h to linux/mod_devicetable.hJonathan Cameron 2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König 2022-11-23iio: light: al3010: Convert to i2c's .probe_new()Uwe Kleine-König