summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
blob: 7df5a19c0163c5da221d13e755b151f8d5ff18ab (plain)
1
2
#!/bin/bash
perf record -g "$@"
roperly document parent data unionJoey Gouly 2022-02-09gpiolib: make struct comments into real kernel docsBartosz Golaszewski 2021-12-17Merge tag 'intel-gpio-v5.17-1' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski 2021-12-17gpiolib: allow to specify the firmware node in struct gpio_chipBartosz Golaszewski 2021-12-17gpiolib: provide gpiod_remove_hogs()Bartosz Golaszewski 2021-11-15gpiolib: acpi: Remove never used devm_acpi_dev_remove_driver_gpios()Andy Shevchenko 2021-10-27gpio: Allow per-parent interrupt dataMarc Zyngier 2021-08-13Merge tag 'intel-gpio-v5.15-1' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski 2021-08-11gpiolib: Deduplicate forward declaration in the consumer.h headerAndy Shevchenko 2021-08-05gpiolib: constify passed device_node pointerKrzysztof Kozlowski 2021-07-29gpiolib: convert 'devprop_gpiochip_set_names' to support multiple gpiochip ba...Sergio Paracuellos 2021-07-05Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2021-06-07gpio: regmap: move drvdata to config dataMichael Walle 2021-06-04gpiolib: acpi: Introduce acpi_get_and_request_gpiod() helperDaniel Scally 2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds 2021-04-30Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2021-03-29gpio: regmap: set gpio_chip of_nodeÁlvaro Fernández Rojas 2021-03-29gpio: guard gpiochip_irqchip_add_domain() with GPIOLIB_IRQCHIPÁlvaro Fernández Rojas 2021-03-26gpiolib: some edits of kernel docs for clarityRandy Dunlap 2021-03-08gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirkAndy Shevchenko 2021-02-15gpio: aggregator: Use compound literal from the headerAndy Shevchenko 2020-11-16gpiolib: Replace unsigned by unsigned intAndy Shevchenko 2020-10-28gpio: Retire the explicit gpio irqchip codeLinus Walleij 2020-09-14gpiolib: unexport devprop_gpiochip_set_names()Bartosz Golaszewski 2020-09-14gpiolib: generalize devprop_gpiochip_set_names() for device propertiesBartosz Golaszewski 2020-08-04gpio: don't use same lockdep class for all devm_gpiochip_add_data usersAhmad Fatoum 2020-07-27gpio: regmap: fix type clashMichael Walle 2020-07-23gpio: Correct kernel-doc inconsistencyColton Lewis 2020-06-30Merge tag 'gpio-updates-for-v5.9-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij 2020-06-20gpiolib: Introduce for_each_requested_gpio_in_range() macroAndy Shevchenko 2020-06-15gpio: driver.h: fix kernel-doc markupMauro Carvalho Chehab