summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorCorbin Atkinson <corbinat@gmail.com>2012-05-04 12:35:10 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-09 14:41:54 -0700
commit642180871bc91afebb6ccf40d1615a7dd33699a3 (patch)
tree10026174fd0c41dd5169160abfbf23928100a313 /tools/perf/scripts/python/flamegraph.py
parentb1d679afd766cf425ba1cd2a0fd17451bd212f4a (diff)
downloadkernel-642180871bc91afebb6ccf40d1615a7dd33699a3.tar.gz
serial_core: Update buffer overrun statistics.
Currently, serial drivers don't report buffer overruns. When a buffer overrun occurs, tty_insert_flip_char returns 0, and no attempt is made to insert that same character again (i.e. it is lost). This patch reports buffer overruns via the buf_overrun field in the port's icount structure. Signed-off-by: Corbin Atkinson <corbin.atkinson@ni.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
b3640bcf345ad59105068a549'>mpage: Convert do_mpage_readpage() to use a folioMatthew Wilcox (Oracle) 2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle) 2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle) 2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle) 2022-03-26Merge tag 'for-5.18/alloc-cleanups-2022-03-25' of git://git.kernel.dk/linux-b...Linus Torvalds 2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds 2022-03-23fs: do not pass __GFP_HIGHMEM to bio_alloc in do_mpage_readpageChristoph Hellwig 2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds 2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle) 2022-03-07block: remove the per-bio/request write hintChristoph Hellwig 2022-02-27mpage: pass the operation to bio_allocChristoph Hellwig 2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig 2022-02-02fs: remove mpage_allocChristoph Hellwig 2022-01-22mm: remove cleancacheChristoph Hellwig