summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
AgeCommit message (Expand)Author
2023-05-02perf script: Add new parameter in kfree_skb tracepoint to the python scripts ...Sriram Yagnaraman
2019-03-06perf script python: Remove mixed indentationTony Jones
2019-02-25perf script python: Add Python3 support to net_dropmonitor.pyTony Jones
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2014-07-16perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart
2013-05-22perf: net_dropmonitor: Remove progress indicatorBen Hutchings
2013-05-22perf: net_dropmonitor: Use bisection in symbol lookupBen Hutchings
2013-05-22perf: net_dropmonitor: Do not assume ordering of dictionariesBen Hutchings
2013-05-22perf: net_dropmonitor: Fix symbol-relative addressesBen Hutchings
2013-05-22perf: net_dropmonitor: Fix trace parameter orderBen Hutchings
2011-09-29perf script: Add drop monitor scriptNeil Horman
the chapter about directory layout from the on-disk format wiki page into the kernel documentation. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> 2018-07-29ext4: import inode data fork chapter from wiki pageDarrick J. Wong Import the chapter about inode data fork from the on-disk format wiki page into the kernel documentation. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> 2018-07-29ext4: import inodes chapter from wiki pageDarrick J. Wong Import the chapter about inodes from the on-disk format wiki page into the kernel documentation. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> 2018-07-29ext4: import journal chapter from wiki pageDarrick J. Wong Import the chapter about the journal from the on-disk format wiki page into the kernel documentation. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> 2018-07-29ext4: import multi-mount protection chapter from wiki pageDarrick J. Wong Import the chapter about multi-mount protection from the on-disk format wiki page into the kernel documentation. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> 2018-07-29ext4: import bitmaps chapter from wiki pageDarrick J. Wong Import the chapter about bitmaps from the on-disk format wiki page into the kernel documentation. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> 2018-07-29ext4: import group descriptors chapter from wiki pageDarrick J. Wong Import the chapter about group descriptors from the on-disk format wiki page into the kernel documentation. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> 2018-07-29ext4: import superblocks chapter from wiki pageDarrick J. Wong Import the chapter about superblocks from the on-disk format wiki page into the kernel documentation. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> 2018-07-29ext4: import high level design chapter from wiki pageDarrick J. Wong Import the chapter about high level design from the on-disk format wiki page into the kernel documentation. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> 2018-07-29ext4: import on-disk layout book from wiki pageDarrick J. Wong Create the basic structure of the "new" data structures & algorithms book to be ported over from the on-disk format wiki, and then start by pulling in the introductory information. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> 2018-07-29ext4: convert ext4.rst to restructuredtext formatDarrick J. Wong Convert the existing ext4 documentation into rst format and link it in with the rest of the kernel documentation. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> 2018-07-29ext4: move ext4.txt into its own directoryDarrick J. Wong Move Documentation/filesystems/ext4.txt into Documentation/filesystems/ext4/ext4.rst in preparation for adding more ext4 documentation. Note that the documentation isn't in rst format yet, but as it's not linked from anywhere it won't cause build errors. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>