summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-11-03recordmcount: Fix endianness handling bug for nop_mcountlibin1-1/+1
2014-06-26recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modulesAlex Smith1-2/+2
2012-08-23ftrace: Make recordmcount.c handle __fentry__Steven Rostedt1-1/+3
2012-01-06recordmcount: Fix handling of elf64 big-endian objects.David Daney1-1/+1
2011-05-25ftrace/recordmcount: Avoid STT_FUNC symbols as base on ARMRabin Vincent1-0/+8
2011-05-16ftrace/recordmcount: mcount address adjustmentMartin Schwidefsky1-2/+7
2011-05-16ftrace/recordmcount: Add helper function get_sym_str_and_relp()Steven Rostedt1-30/+37
2011-05-16ftrace/recordmcount: Remove duplicate code to find mcount symbolSteven Rostedt1-24/+27
2011-05-16ftrace/recordmcount: Add warning logic to warn on mcount not recordedSteven Rostedt2-13/+41
2011-05-16ftrace/recordmcount: Make ignored mcount calls into nops at compile timeSteven Rostedt2-6/+116
2011-05-16ftrace/recordmcount: Modify only executable sectionsSteven Rostedt1-0/+1
2011-05-16ftrace/trivial: Clean up recordmcount.c to use Linux style comparisonsSteven Rostedt2-32/+32
2011-01-05Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King84-753/+1612
2010-12-04ARM: 6511/1: ftrace: add ARM support for C version of recordmcountRabin Vincent3-3/+8
2010-12-02ftrace: Have recordmcount honor endianness in fn_ELF_R_INFOJohn Reiser1-1/+1
2010-10-29ftrace/MIPS: Add module support for C version of recordmcountWu Zhangjin2-4/+57
2010-10-29ftrace/MIPS: Add MIPS64 support for C version of recordmcountJohn Reiser2-4/+71
2010-10-14ftrace: Remove duplicate code for 64 and 32 bit in recordmcount.cSteven Rostedt2-544/+370