aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/recordmcount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-29scripts: Fixed printf format mismatchnixiaoming1-1/+1
2018-02-23Drop a bunch of metag referencesJames Hogan1-20/+0
2017-03-24ftrace: Allow for function tracing to record init functions on boot upSteven Rostedt (VMware)1-0/+1
2016-11-14recordmcount: arm: Implement make_nopStephen Boyd1-0/+65
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-09-28scripts/recordmcount.c: account for .softirqentry.textDmitry Vyukov1-0/+1
2016-08-02ftrace/recordmcount: Work around for addition of metag magic but not relocationsLaura Abbott1-1/+8
2016-01-04ftrace/scripts: Fix incorrect use of sprintf in recordmcountColin Ian King1-1/+1
2015-12-16ftrace/scripts: Have recordmcount copy the object fileSteven Rostedt (Red Hat)1-35/+110
2015-12-16scripts: recordmcount: break hardlinksRussell King1-0/+14
2015-11-03recordmcount: arm64: Replace the ignored mcount call into nopLi Bin1-1/+23
2015-11-02recordmcount: x86: Assign a meaningful value to rel_type_nopLi Bin1-0/+2
2014-10-27s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens1-1/+1
2014-10-09s390/ftrace: remove 31 bit ftrace supportHeiko Carstens1-4/+0
2014-06-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-2/+0
2014-06-10kbuild: trivial - remove trailing empty linesMasahiro Yamada1-2/+0
2014-05-29ftrace: Add arm64 support to recordmcountAKASHI Takahiro1-0/+7
2013-03-02metag: ftrace supportJames Hogan1-0/+13
2011-05-16ftrace/s390: mcount offset calculationMartin Schwidefsky1-2/+6
2011-05-16ftrace/x86: mcount offset calculationMartin Schwidefsky1-0/+2
2011-05-16ftrace/recordmcount: Add warning logic to warn on mcount not recordedSteven Rostedt1-8/+24
2011-05-16ftrace/recordmcount: Make ignored mcount calls into nops at compile timeSteven Rostedt1-2/+38
2011-05-16ftrace: Add .kprobe.text section to whitelist for recordmcount.cSteven Rostedt1-0/+1
2011-05-16ftrace/trivial: Clean up record mcount to use Linux switch styleSteven Rostedt1-21/+22
2011-05-16ftrace/trivial: Clean up recordmcount.c to use Linux style comparisonsSteven Rostedt1-24/+24
2011-03-10ftrace: Add .ref.text as one of the safe areas to traceSteven Rostedt1-1/+2
2010-12-04ARM: 6511/1: ftrace: add ARM support for C version of recordmcountRabin Vincent1-1/+4
2010-12-04ARM: 6509/1: ftrace: ignore any ftrace.o in C version of recordmcountRabin Vincent1-1/+1
2010-10-29ftrace/MIPS: Add module support for C version of recordmcountWu Zhangjin1-1/+4
2010-10-29ftrace/MIPS: Add MIPS64 support for C version of recordmcountJohn Reiser1-0/+41
2010-10-15ftrace: Do not process kernel/trace/ftrace.o with C recordmcount programSteven Rostedt1-2/+20
2010-10-14ftrace: Remove duplicate code for 64 and 32 bit in recordmcount.cSteven Rostedt1-544/+4
2010-10-14ftrace: Add C version of recordmcount compile time codeJohn Reiser1-0/+885