summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2021-02-02 12:22:01 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2021-02-06 00:58:24 +0100
commitae1247f79ddf8107b2d7b6889abbc5885c895b4e (patch)
treea3ad1d5700fb4f721fc234e0ace8929dc24c3d33 /tools/perf/scripts/python/event_analyzing_sample.py
parentb8ded8177a3dd1939c2bdf422a0938bfa8426f0f (diff)
downloadkernel-ae1247f79ddf8107b2d7b6889abbc5885c895b4e.tar.gz
rtc: brcmstb-waketimer: quiet maybe-unused variable warning
When CONFIG_OF is disabled then the matching table is not referenced. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Link: https://lore.kernel.org/r/20210202112219.3610853-5-alexandre.belloni@bootlin.com
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse 2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse 2020-06-04mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long 2020-06-04mm/util.c: remove the VM_WARN_ONCE for vm_committed_as underflow checkFeng Tang 2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds 2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig 2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig 2019-12-01mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang 2019-12-01mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang 2019-09-24arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti 2019-09-24arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti 2019-09-24mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti 2019-09-24mm: move memcmp_pages() and pages_identical()Song Liu 2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle) 2019-07-16mm: add account_locked_vm utility functionDaniel Jordan 2019-07-12mm: consolidate the get_user_pages* implementationsChristoph Hellwig 2019-06-01prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný 2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner 2019-05-14mm: fix false-positive OVERCOMMIT_GUESS failuresJohannes Weiner 2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny 2019-04-05mm/util.c: fix strndup_user() commentAndrew Morton 2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport 2019-02-21mm: don't let userspace spam allocations warningsDaniel Vetter 2019-01-08mm: page_mapped: don't assume compound page is huge or THPJan Stancek 2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS 2018-10-26kvfree(): fix misleading commentAndrey Ryabinin 2018-10-26mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka 2018-10-16mm: move is_kernel_rodata() to asm-generic/sections.hBartosz Golaszewski 2018-09-04mm/util.c: improve kvfree() kerneldocAndrew Morton