summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/event_analyzing_sample-report
blob: 0941fc94e15842c2ed08274c44622e8ba39f2f94 (plain)
1
2
3
#!/bin/bash
# description: analyze all perf samples
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
aster&id=986d388e6779800080d13b555c9aaf6900614387'>greybus: Use bus methods for .probe() and .remove()Uwe Kleine-König 2025-11-26greybus: gb-beagleplay: Fix timeout handling in bootloader functionsHaotian Zhang 2025-11-26greybus: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari 2025-08-19greybus: svc: use string choice helpers instead of ternary operatorNai-Chen Cheng 2025-07-01greybus: gb-beagleplay: remove unneeded calls to devm_gpiod_put()Bartosz Golaszewski 2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar 2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner 2025-02-20greybus: gb-beagleplay: Add error handling for gb_greybus_initWentao Liang 2024-11-05greybus: Fix a typoChristophe JAILLET 2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro 2024-09-12greybus: gb-beagleplay: Add firmware upload APIAyush Singh 2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2024-07-03greybus: add missing MODULE_DESCRIPTION() macrosJeff Johnson 2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman 2024-05-04greybus: Fix use-after-free bug in gb_interface_release due to race condition.Sicong Huang 2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2024-03-07greybus: move is_gb_* functions out of greybus.hRicardo B. Marliere 2024-03-07greybus: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET 2024-03-06greybus: constify the struct device_type usageRicardo B. Marliere 2024-03-06greybus: make greybus_bus_type constGreg Kroah-Hartman 2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini 2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds 2023-12-17greybus: gb-beagleplay: Remove use of pad bytesAyush Singh 2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman 2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE) 2023-12-05Revert "greybus: gb-beagleplay: Ensure le for values in transport"Greg Kroah-Hartman 2023-12-04greybus: gb-beagleplay: Ensure le for values in transportAyush Singh 2023-12-04greybus: BeaglePlay driver needs CRC_CCITTRandy Dunlap 2023-10-27greybus: Add BeaglePlay Linux DriverAyush Singh 2023-05-08greybus: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo 2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman 2022-11-10greybus: svc: Use kstrtobool() instead of strtobool()Christophe JAILLET