summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 21a356bd27f6c797208fae48addf15670bc3f606 (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@"
rd removalTakashi Sakamoto 2025-11-12firewire: core: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari 2025-11-01firewire: core: code refactoring to find and pop transaction entryTakashi Sakamoto 2025-11-01firewire: core: code refactoring to remove transaction entryTakashi Sakamoto 2025-10-24firewire: core: fix __must_hold() annotationTakashi Sakamoto 2025-09-16firewire: core: use spin lock specific to timer for split transactionTakashi Sakamoto 2025-09-16firewire: core: use spin lock specific to transactionTakashi Sakamoto 2025-09-16firewire: core: use spin lock specific to topology mapTakashi Sakamoto 2025-09-15firewire: core: use helper macros instead of direct access to HZTakashi Sakamoto 2025-08-03firewire: core: reallocate buffer for FCP address handlers when more than 4 a...Takashi Sakamoto 2025-08-03firewire: core: call FCP address handlers outside RCU read-side critical sectionTakashi Sakamoto 2025-08-03firewire: core: call handler for exclusive regions outside RCU read-side crit...Takashi Sakamoto 2025-08-11firewire: core: use reference counting to invoke address handlers safelyTakashi Sakamoto 2025-06-15firewire: ohci: use workqueue to handle events of AR request/response contextsTakashi Sakamoto 2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar 2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar 2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner 2024-08-12firewire: core: replace IDR with XArray to maintain fw_deviceTakashi Sakamoto 2024-08-05firewire: core: use guard macro to maintain properties of fw_cardTakashi Sakamoto 2024-08-05firewire: core: use guard macro to maintain list of asynchronous transactionTakashi Sakamoto 2024-08-05firewire: core: use guard macro to maintain the list of address handler for t...Takashi Sakamoto 2024-08-05firewire: core: use guard macro to maintain RCU scope for transaction address...Takashi Sakamoto 2024-08-05firewire: core: use guard macro to maintain static packet data for phy config...Takashi Sakamoto 2024-07-29firewire: core: use common helper function to serialize phy configuration packetTakashi Sakamoto 2024-06-17firewire: core: use inline helper functions to serialize phy config packetTakashi Sakamoto 2024-06-17firewire: core: arrangement header inclusion for tracepoints eventsTakashi Sakamoto 2024-06-15firewire: core: record card index in async_phy_inbound tracepoints eventTakashi Sakamoto 2024-06-15firewire: core: record card index in async_phy_outbound_complete tracepoints ...Takashi Sakamoto 2024-06-15firewire: core: record card index in async_phy_outbound_initiate tracepoints ...Takashi Sakamoto 2024-06-15firewire: core: record card index in tracepoinrts events derived from async_i...Takashi Sakamoto 2024-06-15firewire: core: record card index in tracepoinrts events derived from async_o...Takashi Sakamoto 2024-06-15firewire: core: record card index in tracepoinrts events derived from async_o...Takashi Sakamoto 2024-05-06Revert "firewire: core: option to log bus reset initiation"Takashi Sakamoto 2024-05-06firewire: core: add tracepoints event for asynchronous inbound phy packetTakashi Sakamoto 2024-05-06firewire: core/cdev: add tracepoints events for asynchronous phy packetTakashi Sakamoto 2024-05-06firewire: core: add tracepoints events for asynchronous outbound responseTakashi Sakamoto 2024-05-06firewire: core: add tracepoint event for asynchronous inbound requestTakashi Sakamoto 2024-05-06firewire: core: add tracepoints event for asynchronous inbound responseTakashi Sakamoto 2024-05-06firewire: core: add tracepoints events for asynchronous outbound requestTakashi Sakamoto 2024-05-06firewire: core: replace local macros with common inline functions for isochro...Takashi Sakamoto 2024-05-06firewire: core: obsolete tcode check macros with inline functionsTakashi Sakamoto 2024-05-06firewire: core: replace local macros with common inline functions for asynchr...Takashi Sakamoto 2024-05-06firewire: core: option to log bus reset initiationAdam Goldman