#!/bin/bash # description: analyze all perf samples perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py e='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/scripts/mod/modpost.h?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/scripts/mod/modpost.h
AgeCommit message (Expand)Author
2021-09-03modpost: get the *.mod file path more simplyMasahiro Yamada
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig
2021-01-14modpost: lto: strip .lto from module namesSami Tolvanen
2020-12-21modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada
2020-12-21modpost: rename merror() to error()Masahiro Yamada
2020-06-06modpost: change elf_info->size to size_tMasahiro Yamada
2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva