summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
blob: 7df5a19c0163c5da221d13e755b151f8d5ff18ab (plain)
1
2
#!/bin/bash
perf record -g "$@"
e49eea35886c7f7173796d6a646c8c2c0f6149d'>auxdisplay: charlcd: replace last device specific stuffLars Poeschel 2020-11-04auxdisplay: hd44780: Remove clear_fastLars Poeschel 2020-11-04auxdisplay: Call charlcd_backlight in placeLars Poeschel 2020-11-04auxdisplay: Move char redefine code to hd44780_commonLars Poeschel 2020-11-04auxdisplay: cleanup unnecessary hd44780 code in charlcdLars Poeschel 2020-11-04auxdisplay: implement various hd44780_common_ functionsLars Poeschel 2020-11-04auxdisplay: Move init_display to hd44780_commonLars Poeschel 2020-11-04auxdisplay: Make use of enum for backlight on / offLars Poeschel 2020-11-04auxdisplay: make charlcd_backlight visible to hd44780_commonLars Poeschel 2020-11-04auxdisplay: Move clear_display to hd44780_commonLars Poeschel 2020-11-04auxdisplay: add home to charlcd_opsLars Poeschel 2020-11-04auxdisplay: provide hd44780_common_gotoxyLars Poeschel 2020-11-04auxdisplay: hd44780_common_printLars Poeschel 2020-11-04auxdisplay: Move addr out of charlcd_privLars Poeschel 2020-11-04auxdisplay: Move write_cmd pointers to hd44780 driversLars Poeschel 2020-11-04auxdisplay: Move write_data pointer to hd44780_commonLars Poeschel 2020-11-04auxdisplay: Move ifwidth to struct hd44780_commonLars Poeschel 2020-11-04auxdisplay: Move hwidth and bwidth to struct hd44780_commonLars Poeschel 2020-11-04auxdisplay: Use an enum for charlcd backlight on/off opsLars Poeschel 2020-05-29auxdisplay: charlcd: Reuse hex_to_bin() instead of custom codeAndy Shevchenko 2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman 2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan 2020-03-06auxdisplay: charlcd: replace zero-length array with flexible-array memberGustavo A. R. Silva 2019-12-04auxdisplay: charlcd: deduplicate simple_strtoul()Andy Shevchenko 2019-08-08auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayMasahiro Yamada 2019-03-17auxdisplay: charlcd: make backlight initial state configurableMans Rullgard 2019-03-17auxdisplay: charlcd: simplify init message displayMans Rullgard 2019-03-17auxdisplay: charlcd: Introduce charlcd_free() helperAndy Shevchenko 2019-03-17auxdisplay: charlcd: Move to_priv() to charlcd namespaceAndy Shevchenko 2018-12-21auxdisplay: charlcd: fix x/y command parsingMans Rullgard 2018-08-01auxdisplay: charlcd: delete mdelay in long_sleepJia-Ju Bai 2018-04-12auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda 2018-04-12auxdisplay: charlcd: Fix and clean up handling of x/y commandsMiguel Ojeda 2018-04-12auxdisplay: charlcd: fix hex literal ranges for graphics commandRobert Abel 2018-04-12auxdisplay: charlcd: fix two-line command ^[[LN not marked as processedRobert Abel 2018-04-12auxdisplay: charlcd: replace octal literal with form-feed escape sequenceRobert Abel 2018-04-12auxdisplay: charlcd: use null character instead of zero literal to terminate ...Robert Abel 2018-04-12auxdisplay: charlcd: no need to call charlcd_gotoxy() if nothing changesSean Young 2017-09-18auxdisplay: charlcd: properly restore atomic counter on error pathWilly Tarreau 2017-03-17auxdisplay: charlcd: Add support for displays with more than two linesGeert Uytterhoeven 2017-03-17auxdisplay: charlcd: Add support for 4-bit interfacesGeert Uytterhoeven 2017-03-17auxdisplay: charlcd: Extract character LCD core from misc/panelGeert Uytterhoeven