summaryrefslogtreecommitdiffstats
path: root/scripts/recordmcount.c
Commit message (Expand)AuthorAgeFilesLines
* scripts/recordmcount.c: account for .softirqentry.textDmitry Vyukov2016-09-281-0/+1
* ftrace/recordmcount: Work around for addition of metag magic but not relocationsLaura Abbott2016-08-021-1/+8
* ftrace/scripts: Fix incorrect use of sprintf in recordmcountColin Ian King2016-01-041-1/+1
* ftrace/scripts: Have recordmcount copy the object fileSteven Rostedt (Red Hat)2015-12-161-35/+110
* scripts: recordmcount: break hardlinksRussell King2015-12-161-0/+14
* recordmcount: arm64: Replace the ignored mcount call into nopLi Bin2015-11-031-1/+23
* recordmcount: x86: Assign a meaningful value to rel_type_nopLi Bin2015-11-021-0/+2
* s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens2014-10-271-1/+1
* s390/ftrace: remove 31 bit ftrace supportHeiko Carstens2014-10-091-4/+0
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-06-121-2/+0
|\
| * kbuild: trivial - remove trailing empty linesMasahiro Yamada2014-06-101-2/+0
* | ftrace: Add arm64 support to recordmcountAKASHI Takahiro2014-05-291-0/+7
|/
* metag: ftrace supportJames Hogan2013-03-021-0/+13
* ftrace/s390: mcount offset calculationMartin Schwidefsky2011-05-161-2/+6
* ftrace/x86: mcount offset calculationMartin Schwidefsky2011-05-161-0/+2
* ftrace/recordmcount: Add warning logic to warn on mcount not recordedSteven Rostedt2011-05-161-8/+24
* ftrace/recordmcount: Make ignored mcount calls into nops at compile timeSteven Rostedt2011-05-161-2/+38
* ftrace: Add .kprobe.text section to whitelist for recordmcount.cSteven Rostedt2011-05-161-0/+1
* ftrace/trivial: Clean up record mcount to use Linux switch styleSteven Rostedt2011-05-161-21/+22
* ftrace/trivial: Clean up recordmcount.c to use Linux style comparisonsSteven Rostedt2011-05-161-24/+24
* ftrace: Add .ref.text as one of the safe areas to traceSteven Rostedt2011-03-101-1/+2
* ARM: 6511/1: ftrace: add ARM support for C version of recordmcountRabin Vincent2010-12-041-1/+4
* ARM: 6509/1: ftrace: ignore any ftrace.o in C version of recordmcountRabin Vincent2010-12-041-1/+1
* ftrace/MIPS: Add module support for C version of recordmcountWu Zhangjin2010-10-291-1/+4
* ftrace/MIPS: Add MIPS64 support for C version of recordmcountJohn Reiser2010-10-291-0/+41
* ftrace: Do not process kernel/trace/ftrace.o with C recordmcount programSteven Rostedt2010-10-151-2/+20
* ftrace: Remove duplicate code for 64 and 32 bit in recordmcount.cSteven Rostedt2010-10-141-544/+4
* ftrace: Add C version of recordmcount compile time codeJohn Reiser2010-10-141-0/+885