summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
AgeCommit message (Expand)Author
2016-06-21perf script: Add stackcollapse.py scriptPaolo Bonzini
12:15:38 -0800'>2010-01-16kfifo: document everywhere that size has to be power of twoAndi Kleen 2010-01-16kfifo: add kfifo_out_peekAndi Kleen 2010-01-16kfifo: sanitize *_user error handlingAndi Kleen 2010-01-16kfifo: use void * pointers for user buffersAndi Kleen 2009-12-22kfifo: add record handling functionsStefani Seibold 2009-12-22kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userStefani Seibold 2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold 2009-12-22kfifo: cleanup namespaceStefani Seibold 2009-12-22kfifo: move out spinlockStefani Seibold 2009-12-22kfifo: move struct kfifo in placeStefani Seibold 2009-09-19kfifo: Use "const" definitionsAlan Cox 2009-06-16kernel/kfifo.c: replace conditional test with is_power_of_2()Robert P. J. Day