summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorDave Penkler <dpenkler@gmail.com>2025-05-02 09:21:49 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-05-21 13:44:46 +0200
commitcfa6673eae0281d0840838b9a488b7d2d1e78377 (patch)
tree83d41398a4b8ba365be035a9e171841cdc5d25f4 /tools/perf/scripts/python/bin/stackcollapse-record
parent034a456869a071c635a9997e0bf3947a6cb20b25 (diff)
downloadkernel-cfa6673eae0281d0840838b9a488b7d2d1e78377.tar.gz
staging: gpib: Declare driver entry points static
Many of this driver's entry points were unecessarily not declared static. Remove the declarations from the include file. Make the declarations static in the .c file. Remove an uneccessary forward declaration in the .c file. Signed-off-by: Dave Penkler <dpenkler@gmail.com> Link: https://lore.kernel.org/r/20250502072150.32714-3-dpenkler@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
.c?h=linux-6.6.y&id=dcc5d337c5e62761ee71f2e25c7aa890b1aa41a2'>mm/mlock: Add mlock_vma_folio()Matthew Wilcox (Oracle) 2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan 2022-02-17mm/munlock: mlock_page() munlock_page() batch by pagevecHugh Dickins 2022-02-17mm/munlock: mlock_pte_range() when mlocking or munlockingHugh Dickins 2022-02-17mm/munlock: maintain page->mlock_count while unevictableHugh Dickins 2022-02-17mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins 2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins 2022-02-17mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins 2022-02-17mm/munlock: delete page_mlock() and all its worksHugh Dickins 2022-01-15mm: add a field to store names for private anonymous memoryColin Cross 2021-09-27mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()Matthew Wilcox (Oracle) 2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport 2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-07-01mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple 2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds 2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai 2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov 2021-02-26mm/mlock: stop counting mlocked pages when none vma is foundMiaohe Lin 2021-02-24mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao 2020-12-15mm/lru: introduce relock_page_lruvec()Alexander Duyck 2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi 2020-12-15mm/lru: introduce TestClearPageLRU()Alex Shi 2020-12-15mm/mlock: remove __munlock_isolate_lru_page()Alex Shi 2020-12-15mm/mlock: remove lru_lock on TestClearPageMlockedAlex Shi 2020-09-19mlock: fix unevictable_pgs event counts on THPHugh Dickins 2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle) 2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse 2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse 2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov