aboutsummaryrefslogtreecommitdiff
path: root/scripts/recordmcount.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-03scripts: clean up IA-64 codeGravatar Masahiro Yamada 1-1/+0
2023-04-25recordmcount: Fix memory leaks in the uwrite functionGravatar Hao Zeng 1-1/+5
2022-12-14LoongArch/ftrace: Add recordmcount supportGravatar Qing Zhang 1-0/+39
2021-03-02ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcountGravatar Chen Jun 1-1/+1
2020-08-10recordmcount: Fix build failure on non arm64Gravatar Christophe Leroy 1-0/+2
2020-07-24recordmcount: only record relocation of type R_AARCH64_CALL26 on arm64.Gravatar Gregory Herrero 1-0/+6
2020-01-19ARM: 8950/1: ftrace/recordmcount: filter relocation typesGravatar Alex Sverdlin 1-0/+17
2019-08-31recordmcount: Clarify what cleanup() doesGravatar Matt Helsley 1-70/+81
2019-08-31recordmcount: Remove redundant cleanup() callsGravatar Matt Helsley 1-13/+0
2019-08-31recordmcount: Kernel style formattingGravatar Matt Helsley 1-22/+25
2019-08-31recordmcount: Kernel style function signature formattingGravatar Matt Helsley 1-14/+7
2019-08-31recordmcount: Rewrite error/success handlingGravatar Matt Helsley 1-77/+85
2019-08-31recordmcount: Remove unused fd from uwrite() and ulseek()Gravatar Matt Helsley 1-8/+8
2019-08-31recordmcount: Remove uread()Gravatar Matt Helsley 1-13/+5
2019-08-31recordmcount: Remove redundant strcmpGravatar Matt Helsley 1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 378Gravatar Thomas Gleixner 1-1/+1
2018-12-08scripts/recordmcount.{c,pl}: support -ffunction-sections .text.* section namesGravatar Joe Lawrence 1-1/+1
2018-05-29scripts: Fixed printf format mismatchGravatar nixiaoming 1-1/+1
2018-02-23Drop a bunch of metag referencesGravatar James Hogan 1-20/+0
2017-03-24ftrace: Allow for function tracing to record init functions on boot upGravatar Steven Rostedt (VMware) 1-0/+1
2016-11-14recordmcount: arm: Implement make_nopGravatar Stephen Boyd 1-0/+65
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-0/+1
2016-09-28scripts/recordmcount.c: account for .softirqentry.textGravatar Dmitry Vyukov 1-0/+1
2016-08-02ftrace/recordmcount: Work around for addition of metag magic but not relocationsGravatar Laura Abbott 1-1/+8
2016-01-04ftrace/scripts: Fix incorrect use of sprintf in recordmcountGravatar Colin Ian King 1-1/+1
2015-12-16ftrace/scripts: Have recordmcount copy the object fileGravatar Steven Rostedt (Red Hat) 1-35/+110
2015-12-16scripts: recordmcount: break hardlinksGravatar Russell King 1-0/+14
2015-11-03recordmcount: arm64: Replace the ignored mcount call into nopGravatar Li Bin 1-1/+23
2015-11-02recordmcount: x86: Assign a meaningful value to rel_type_nopGravatar Li Bin 1-0/+2
2014-10-27s390/ftrace,kprobes: allow to patch first instructionGravatar Heiko Carstens 1-1/+1
2014-10-09s390/ftrace: remove 31 bit ftrace supportGravatar Heiko Carstens 1-4/+0
2014-06-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 1-2/+0
2014-06-10kbuild: trivial - remove trailing empty linesGravatar Masahiro Yamada 1-2/+0
2014-05-29ftrace: Add arm64 support to recordmcountGravatar AKASHI Takahiro 1-0/+7
2013-03-02metag: ftrace supportGravatar James Hogan 1-0/+13
2011-05-16ftrace/s390: mcount offset calculationGravatar Martin Schwidefsky 1-2/+6
2011-05-16ftrace/x86: mcount offset calculationGravatar Martin Schwidefsky 1-0/+2
2011-05-16ftrace/recordmcount: Add warning logic to warn on mcount not recordedGravatar Steven Rostedt 1-8/+24
2011-05-16ftrace/recordmcount: Make ignored mcount calls into nops at compile timeGravatar Steven Rostedt 1-2/+38
2011-05-16ftrace: Add .kprobe.text section to whitelist for recordmcount.cGravatar Steven Rostedt 1-0/+1
2011-05-16ftrace/trivial: Clean up record mcount to use Linux switch styleGravatar Steven Rostedt 1-21/+22
2011-05-16ftrace/trivial: Clean up recordmcount.c to use Linux style comparisonsGravatar Steven Rostedt 1-24/+24
2011-03-10ftrace: Add .ref.text as one of the safe areas to traceGravatar Steven Rostedt 1-1/+2
2010-12-04ARM: 6511/1: ftrace: add ARM support for C version of recordmcountGravatar Rabin Vincent 1-1/+4
2010-12-04ARM: 6509/1: ftrace: ignore any ftrace.o in C version of recordmcountGravatar Rabin Vincent 1-1/+1
2010-10-29ftrace/MIPS: Add module support for C version of recordmcountGravatar Wu Zhangjin 1-1/+4
2010-10-29ftrace/MIPS: Add MIPS64 support for C version of recordmcountGravatar John Reiser 1-0/+41
2010-10-15ftrace: Do not process kernel/trace/ftrace.o with C recordmcount programGravatar Steven Rostedt 1-2/+20
2010-10-14ftrace: Remove duplicate code for 64 and 32 bit in recordmcount.cGravatar Steven Rostedt 1-544/+4
2010-10-14ftrace: Add C version of recordmcount compile time codeGravatar John Reiser 1-0/+885