summaryrefslogtreecommitdiffstats
path: root/scripts/recordmcount.c
AgeCommit message (Expand)AuthorLines
2011-05-16ftrace/s390: mcount offset calculationMartin Schwidefsky-2/+6
2011-05-16ftrace/x86: mcount offset calculationMartin Schwidefsky-0/+2
2011-05-16ftrace/recordmcount: Add warning logic to warn on mcount not recordedSteven Rostedt-8/+24
2011-05-16ftrace/recordmcount: Make ignored mcount calls into nops at compile timeSteven Rostedt-2/+38
2011-05-16ftrace: Add .kprobe.text section to whitelist for recordmcount.cSteven Rostedt-0/+1
2011-05-16ftrace/trivial: Clean up record mcount to use Linux switch styleSteven Rostedt-21/+22
2011-05-16ftrace/trivial: Clean up recordmcount.c to use Linux style comparisonsSteven Rostedt-24/+24
2011-03-10ftrace: Add .ref.text as one of the safe areas to traceSteven Rostedt-1/+2
2010-12-04ARM: 6511/1: ftrace: add ARM support for C version of recordmcountRabin Vincent-1/+4
2010-12-04ARM: 6509/1: ftrace: ignore any ftrace.o in C version of recordmcountRabin Vincent-1/+1
2010-10-29ftrace/MIPS: Add module support for C version of recordmcountWu Zhangjin-1/+4
2010-10-29ftrace/MIPS: Add MIPS64 support for C version of recordmcountJohn Reiser-0/+41
2010-10-15ftrace: Do not process kernel/trace/ftrace.o with C recordmcount programSteven Rostedt-2/+20
2010-10-14ftrace: Remove duplicate code for 64 and 32 bit in recordmcount.cSteven Rostedt-544/+4
2010-10-14ftrace: Add C version of recordmcount compile time codeJohn Reiser-0/+885