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
id=660349ac79cb22bb64c44b026d879069783e97d5'>srcu: Move ->sda_is_static from srcu_struct to srcu_usagePaul E. McKenney 2023-04-04srcu: Move heuristics fields from srcu_struct to srcu_usagePaul E. McKenney 2023-04-04srcu: Move grace-period fields from srcu_struct to srcu_usagePaul E. McKenney 2023-04-04srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usagePaul E. McKenney 2023-04-04srcu: Move ->lock from srcu_struct to srcu_usagePaul E. McKenney 2023-04-04srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usagePaul E. McKenney 2023-04-04srcu: Move ->srcu_size_state from srcu_struct to srcu_usagePaul E. McKenney 2023-04-04srcu: Move ->level from srcu_struct to srcu_usagePaul E. McKenney 2023-04-04srcu: Begin offloading srcu_struct fields to srcu_updatePaul E. McKenney 2023-04-04srcu: Use static init for statically allocated in-module srcu_structPaul E. McKenney 2023-04-04srcu: Add whitespace to __SRCU_STRUCT_INIT() & __DEFINE_SRCU()Paul E. McKenney 2023-01-03srcu: Fix a misspelling in commentPingfan Liu 2022-10-21srcu: Debug NMI safety even on archs that don't require itFrederic Weisbecker 2022-10-20srcu: Check for consistent per-CPU per-srcu_struct NMI safetyPaul E. McKenney 2022-10-18srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomicPaul E. McKenney 2022-05-03srcu: Prevent expedited GPs and blocking readers from consuming CPUPaul E. McKenney 2022-04-11srcu: Add contention-triggered addition of srcu_node treePaul E. McKenney 2022-04-11srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sdaPaul E. McKenney 2022-04-11srcu: Use export for srcu_struct defined by DEFINE_STATIC_SRCU()Alexander Aring 2022-04-11srcu: Dynamically allocate srcu_node arrayPaul E. McKenney 2022-04-11srcu: Make Tree SRCU able to operate without snp_node arrayPaul E. McKenney 2022-04-11srcu: Fix s/is/if/ typo in srcu_node commentPaul E. McKenney 2021-05-10srcu: Unconditionally embed struct lockdep_mapFrederic Weisbecker