aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/events/kmem.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-01mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not usingHyeonggon Yoo1-22/+42
2022-09-01mm/slab_common: unify NUMA and UMA version of tracepointsHyeonggon Yoo1-58/+2
2022-07-04mm/tracing: add 'accounted' entry into output of allocation tracepointsVasily Averin1-14/+26
2022-05-19mm/page_alloc: fix tracepoint mm_page_alloc_zone_locked()Wonhyuk Yang1-5/+9
2022-05-13tracing: incorrect gfp_t conversionVasily Averin1-6/+6
2021-06-29mm, tracing: unify PFN format stringsVincent Whitchurch1-6/+6
2021-04-30mm, tracing: improve rss_stat tracepoint messageOvidiu Panait1-2/+22
2021-02-25mm, tracing: Fix kmem_cache_free trace event to not print stale pointersSteven Rostedt (VMware)1-3/+3
2021-02-24mm, tracing: record slab name for kmem_cache_free()Jacob Wen1-8/+16
2020-01-31mm, tracing: print symbol name for kmem_alloc_node call_site eventsJunyong Sun1-2/+2
2019-12-01rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)1-3/+29
2019-12-01mm: emit tracepoint when RSS changesJoel Fernandes (Google)1-0/+21
2019-09-28mm, tracing: Print symbol name for call_site in trace eventsChangbin Du1-3/+4
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman1-7/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-38/+4
2016-03-15mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka1-1/+1
2016-03-08tracing: Remove duplicate checks for online CPUsSteven Rostedt (Red Hat)1-38/+4
2015-05-28tracing/mm: don't trace mm_page_pcpu_drain on offline cpusShreyas B. Prabhu1-1/+24
2015-05-28tracing/mm: don't trace mm_page_free on offline cpusShreyas B. Prabhu1-1/+13
2015-05-28tracing/mm: don't trace kmem_cache_free on offline cpusShreyas B. Prabhu1-2/+13
2015-04-13tracing, mm: Record pfn instead of pointer to struct pageNamhyung Kim1-21/+21
2015-02-11mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka1-3/+4
2013-11-13mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag()KOSAKI Motohiro1-6/+4
2013-09-11mm/page_alloc.c: fix the value of fallback_migratetype in alloc_extfrag tracepoint()Srivatsa S. Bhat1-3/+7
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells1-1/+1
2012-09-20tracing: Don't call page_to_pfn() if page is NULLWen Congyang1-2/+2
2012-01-10mm-tracepoint: rename page-free eventsKonstantin Khlebnikov1-2/+2
2010-08-09vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaimMel Gorman1-37/+1
2009-11-26tracing: Convert some kmem events to DEFINE_EVENTLi Zefan1-90/+40
2009-09-22tracing, page-allocator: add trace event for page traffic related to the buddy listsMel Gorman1-0/+51
2009-09-22tracing, page-allocator: add trace events for anti-fragmentation falling back to other migratetypesMel Gorman1-0/+38
2009-09-22tracing, page-allocator: add trace events for page allocation and page freeingMel Gorman1-0/+74
2009-07-13tracing/events: Move TRACE_SYSTEM outside of include guardLi Zefan1-3/+3
2009-05-26tracing: add flag output for kmem eventsSteven Rostedt1-8/+45
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt1-0/+194