summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
erMasahiro Yamada 2022-05-08modpost: change mod->gpl_compatible to bool typeMasahiro Yamada 2022-05-08modpost: use bool type where appropriateMasahiro Yamada 2022-05-08modpost: move struct namespace_list to modpost.cMasahiro Yamada 2022-05-08modpost: remove useless export_from_sec()Masahiro Yamada 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 2020-03-13modpost: rework and consolidate logging interfaceJessica Yu 2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada 2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada 2019-10-18symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich 2019-09-10modpost: add support for generating namespace dependenciesMatthias Maennich 2019-09-10modpost: add support for symbol namespacesMatthias Maennich