aboutsummaryrefslogtreecommitdiff
path: root/scripts/recordmcount.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-18recordmcount: Correct st_shndx handlingGravatar Peter Zijlstra 1-5/+10
2020-06-16recordmcount: support >64k sectionsGravatar Sami Tolvanen 1-6/+92
2019-10-12recordmcount: Fix nop_mcount() functionGravatar Steven Rostedt (VMware) 1-4/+1
2019-08-31recordmcount: Remove redundant cleanup() callsGravatar Matt Helsley 1-2/+0
2019-08-31recordmcount: Kernel style function signature formattingGravatar Matt Helsley 1-7/+6
2019-08-31recordmcount: Rewrite error/success handlingGravatar Matt Helsley 1-42/+99
2019-08-31recordmcount: Remove unused fd from uwrite() and ulseek()Gravatar Matt Helsley 1-13/+13
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+2
2019-07-01recordmcount: Fix spurious mcount entries on powerpcGravatar Naveen N. Rao 1-1/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 378Gravatar Thomas Gleixner 1-2/+1
2018-05-29scripts: Fixed printf format mismatchGravatar nixiaoming 1-1/+1
2015-11-03recordmcount: Fix endianness handling bug for nop_mcountGravatar libin 1-1/+1
2014-06-26recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modulesGravatar Alex Smith 1-2/+2
2012-08-23ftrace: Make recordmcount.c handle __fentry__Gravatar Steven Rostedt 1-1/+3
2012-01-06recordmcount: Fix handling of elf64 big-endian objects.Gravatar David Daney 1-1/+1
2011-05-25ftrace/recordmcount: Avoid STT_FUNC symbols as base on ARMGravatar Rabin Vincent 1-0/+8
2011-05-16ftrace/recordmcount: mcount address adjustmentGravatar Martin Schwidefsky 1-2/+7
2011-05-16ftrace/recordmcount: Add helper function get_sym_str_and_relp()Gravatar Steven Rostedt 1-30/+37
2011-05-16ftrace/recordmcount: Remove duplicate code to find mcount symbolGravatar Steven Rostedt 1-24/+27
2011-05-16ftrace/recordmcount: Add warning logic to warn on mcount not recordedGravatar Steven Rostedt 1-5/+17
2011-05-16ftrace/recordmcount: Make ignored mcount calls into nops at compile timeGravatar Steven Rostedt 1-4/+78
2011-05-16ftrace/recordmcount: Modify only executable sectionsGravatar Steven Rostedt 1-0/+1
2011-05-16ftrace/trivial: Clean up recordmcount.c to use Linux style comparisonsGravatar Steven Rostedt 1-8/+8
2011-01-05Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Gravatar Russell King 1-2/+3
2010-12-04ARM: 6511/1: ftrace: add ARM support for C version of recordmcountGravatar Rabin Vincent 1-2/+3
2010-12-02ftrace: Have recordmcount honor endianness in fn_ELF_R_INFOGravatar John Reiser 1-1/+1
2010-10-29ftrace/MIPS: Add module support for C version of recordmcountGravatar Wu Zhangjin 1-3/+53
2010-10-29ftrace/MIPS: Add MIPS64 support for C version of recordmcountGravatar John Reiser 1-4/+30
2010-10-14ftrace: Remove duplicate code for 64 and 32 bit in recordmcount.cGravatar Steven Rostedt 1-0/+366