#!/bin/sh # description: produce callgraphs in short form for scripting use perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@" e' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/fs/seq_file.c?h=linux-6.6.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/fs/seq_file.c
0862a4fc <kmalloc_trace+64>: mov x21, x0 0xffff8000095d086c <tty_register_device_attr+508>: mov x19, x0 0xffff8000095d0f98 <tty_register_driver+704>: cmn x0, #0x1, lsl #12 0xffff80000c2677e8 <vty_init+620>: Cannot access memory at address 0xffff80000c2677e8 0xffff80000c265a10 <tty_init+276>: Cannot access memory at address 0xffff80000c265a10 0xffff80000c26d3c4 <chr_dev_init+204>: Cannot access memory at address 0xffff80000c26d3c4 0xffff8000080161d4 <do_one_initcall+176>: mov w21, w0 0xffff80000c1c1b58 <kernel_init_freeable+956>: Cannot access memory at address 0xffff80000c1c1b58 0xffff80000acf1334 <kernel_init+36>: bl 0xffff8000081ac040 <async_synchronize_full> 0xffff800008018d00 <ret_from_fork+16>: mrs x28, sp_el0 (gdb) lx-slabtrace --cache_name kmalloc-1k --free 428 <not-available> age=4294958600 pid=0 cpus=0, Link: https://lkml.kernel.org/r/20230808083020.22254-8-Kuan-Ying.Lee@mediatek.com Signed-off-by: Kuan-Ying Lee <Kuan-Ying.Lee@mediatek.com> Cc: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Cc: Chinwen Chang <chinwen.chang@mediatek.com> Cc: Matthias Brugger <matthias.bgg@gmail.com> Cc: Qun-Wei Lin <qun-wei.lin@mediatek.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
AgeCommit message (Expand)Author
2022-05-22rxrpc: Fix locking issueDavid Howells
2022-02-01seq_file: fix NULL pointer arithmetic warningMaĆ­ra Canal
2021-11-09seq_file: move seq_escape() to a headerAndy Shevchenko
2021-07-19seq_file: disallow extremely large seq buffer allocationsEric Sandeen
2021-07-01seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko
2021-07-01seq_file: convert seq_escape() to use seq_escape_str()Andy Shevchenko
2021-07-01seq_file: introduce seq_escape_mem()Andy Shevchenko
2021-04-27seq_file: Add a seq_bprintf functionFlorent Revest
2021-01-21fs: fix kernel-doc markupsMauro Carvalho Chehab
2020-11-15fix return values of seq_read_iter()Al Viro
2020-11-06seq_file: add seq_read_iterChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-04fs/seq_file.c: seq_read: Update pr_info_ratelimitedJoe Perches
2020-04-10fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin
2020-04-07seq_file: remove m->versionMatthew Wilcox (Oracle)