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 "$@"
olling for cond_sync_full()Paul E. McKenney 2022-08-31rcu: Add full-sized polling for start_poll_expedited()Paul E. McKenney 2022-08-31rcu: Add full-sized polling for start_poll()Paul E. McKenney 2022-08-31rcu: Add full-sized polling for get_state()Paul E. McKenney 2022-08-31rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney 2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney 2022-07-21rcu: Add polled expedited grace-period primitivesPaul E. McKenney 2022-07-05rcu/context-tracking: Remove unused and/or unecessary middle functionsFrederic Weisbecker 2022-07-05rcu/context-tracking: Move RCU-dynticks internal functions to context_trackingFrederic Weisbecker 2022-07-05rcu/context-tracking: Remove rcu_irq_enter/exit()Frederic Weisbecker 2022-03-21Merge tag 'rcu.2022.03.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2022-03-07tick/rcu: Remove obsolete rcu_needs_cpu() parametersFrederic Weisbecker 2022-02-14rcu: Remove __read_mostly annotations from rcu_scheduler_active externsIngo Molnar 2021-05-10rcu: Remove the unused rcu_irq_exit_preempt() functionPaul E. McKenney 2021-03-22rcu: Provide polling interfaces for Tree RCU grace periodsPaul E. McKenney 2020-11-06x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney 2020-08-24rcu: Remove unused __rcu_is_watching() functionPaul E. McKenney 2020-06-29rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)