aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/recordmcount.pl
AgeCommit message (Expand)AuthorFilesLines
2024-02-22riscv: remove MCOUNT_NAME workaroundNathan Chancellor1-1/+1
2023-12-03scripts: clean up IA-64 codeMasahiro Yamada1-7/+0
2022-03-07nds32: Remove the architectureAlan Kao1-3/+0
2021-12-24recordmcount.pl: fix typo in s390 mcount regexHeiko Carstens1-1/+1
2021-12-12recordmcount.pl: look for jgnop instruction as well as bcrl on s390Jerome Marchand1-1/+1
2021-10-15nds32/ftrace: Fix Error: invalid operands (*UND* and *UND* sections) for `^'Steven Rostedt1-1/+1
2021-08-04scripts/recordmcount.pl: Remove check_objcopy() and $can_use_localNathan Chancellor1-40/+0
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+1
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-05-02kbuild: replace LANG=C with LC_ALL=CMasahiro Yamada1-1/+1
2021-04-26riscv: Workaround mcount name prior to clang-13Nathan Chancellor1-1/+1
2021-04-26scripts/recordmcount.pl: Fix RISC-V regex for clangNathan Chancellor1-1/+1
2021-03-22scripts/recordmcount.pl: Make vim and emacs indent the sameSteven Rostedt (VMware)1-0/+2
2021-03-22scripts/recordmcount.pl: Make indent spacing consistentSteven Rostedt (VMware)1-12/+12
2021-02-13scripts/recordmcount.pl: support big endian for ARCH shRong Chen1-1/+5
2020-11-20s390/ftrace: assume -mhotpatch or -mrecord-mcount always availableVasily Gorbik1-3/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner1-1/+1
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2019-05-03scripts: override locale from environment when running recordmcount.plDaniel Dadap1-1/+1
2019-04-22csky/ftrace: Add dynamic function tracer (include graph tracer)Guo Ren1-0/+3
2018-12-08scripts/recordmcount.{c,pl}: support -ffunction-sections .text.* section namesJoe Lawrence1-0/+13
2018-09-04nds32/ftrace: Add RECORD_MCOUNT supportZong Li1-0/+3
2018-06-01powerpc/kbuild: Use flags variables rather than overriding LD/CC/ASNicholas Piggin1-1/+17
2018-04-04Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2018-04-02riscv/ftrace: Add RECORD_MCOUNT supportAlan Kao1-0/+5
2018-03-26recordmcount.pl: drop blackin and tile supportArnd Bergmann1-8/+0
2017-05-14scripts: Switch to more portable Perl shebangKamil Rytarowski1-1/+2
2017-03-24ftrace: Allow for function tracing to record init functions on boot upSteven Rostedt (VMware)1-0/+1
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada1-1/+1
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-01-13scripts/recordmcount.pl: support data in text section on powerpcUlrich Weigand1-1/+2
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+7
2015-01-29s390/ftrace: hotpatch support for function tracingHeiko Carstens1-2/+7
2015-01-19scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymoreMichael Karcher1-1/+0
2014-10-27s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens1-1/+1
2014-10-09s390/ftrace: remove 31 bit ftrace supportHeiko Carstens1-7/+0
2014-05-29ftrace: Add arm64 support to recordmcountAKASHI Takahiro1-0/+5
2013-12-05ftrace: default to tilegx if ARCH=tile is specifiedTony Lu1-1/+2
2013-11-05recordmcount.pl: Add support for __fentry__Jamie Iles1-2/+2
2013-08-30tile: support ftrace on tilegxTony Lu1-0/+4
2011-05-16ftrace/s390: mcount offset calculationMartin Schwidefsky1-0/+2
2011-05-16ftrace/x86: mcount offset calculationMartin Schwidefsky1-0/+2
2011-05-16ftrace: Add .kprobe.text section to whitelist for recordmcount.cSteven Rostedt1-0/+1
2011-03-10ftrace: Add .ref.text as one of the safe areas to traceSteven Rostedt1-0/+1
2010-09-02ARM: 6319/1: ftrace: add Thumb-2 support to dynamic ftraceRabin Vincent1-1/+1
2010-09-02ARM: 6318/1: ftrace: fix and update dynamic ftraceRabin Vincent1-0/+2
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt1-1/+6
2010-08-12tracing: Extend recordmcount to better support Blackfin mcountMike Frysinger1-1/+6
2010-07-22tracing: Fix $mcount_regex for MIPS in recordmcount.plDavid Daney1-1/+1
2010-02-26Merge commit 'v2.6.33' into tracing/coreIngo Molnar1-2/+6
2010-01-11tracing/x86: Derive arch from bits argument in recordmcount.plJan Kiszka1-1/+1
2010-01-06tracing: Use appropriate perl constructs in recordmcount.plWolfram Sang1-18/+11
2010-01-06tracing: optimize recordmcount.pl for offsets-handlingWolfram Sang1-9/+9
2009-12-17MIPS: Tracing: Add dynamic function tracer supportWu Zhangjin1-0/+52
2009-12-17MIPS: Tracing: Add an endian argument to scripts/recordmcount.plWu Zhangjin1-3/+3
2009-12-14microblaze: ftrace: Add dynamic trace supportMichal Simek1-0/+3
2009-11-17tracing: Only print objcopy version warning once from recordmcountSteven Rostedt1-2/+10
2009-10-29tracing: Exit with error if a weak function is used in recordmcount.plLi Hong1-7/+3
2009-10-29tracing: Move conditional into update_funcs() in recordmcount.plLi Hong1-5/+3
2009-10-29tracing: Add regex for weak functions in recordmcount.plLi Hong1-7/+9
2009-10-29tracing: Move mcount section search to front of loop in recordmcount.plLi Hong1-14/+18
2009-10-29tracing: Fix objcopy revision check in recordmcount.plLi Hong1-29/+27
2009-10-29tracing: Check absolute path of input file in recordmcount.plLi Hong1-1/+1
2009-10-29tracing: Correct the check for number of arguments in recordmcount.plLi Hong1-1/+1
2009-10-29tracing: Amend documentation in recordmcount.pl to reflect implementationLi Hong1-35/+49
2009-10-14tracing: Enable "__cold" functionsJiri Olsa1-0/+1
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar1-4/+8
2009-08-07tracing: Fix recordmcount.pl to handle sections with only weak functionsSteven Rostedt1-2/+2
2009-08-05tracing: do not use functions starting with .L in recordmcount.plSteven Rostedt1-1/+4
2009-07-23ftrace: Only update $offset when we update $ref_funcMatt Fleming1-1/+2
2009-07-23ftrace: Fix the conditional that updates $ref_funcMatt Fleming1-1/+1
2009-07-18tracing: Remove .globl in the scripts/recordmcount.pl docjolsa@redhat.com1-1/+0
2009-06-16sparc64: Add proper dynamic ftrace support.David S. Miller1-0/+20
2009-06-12[S390] ftrace: add dynamic ftrace supportHeiko Carstens1-0/+13
2009-05-05ftrace: use .sched.text, not .text.sched in recordmcount.plTim Abbott1-3/+3
2009-01-18ftrace: test for running of recordmcount.pl twice on an objectSteven Rostedt1-3/+18
2009-01-14ftrace, ia64: Add recordmcount for ia64Shaohua Li1-0/+7
2009-01-14ftrace, ia64: explictly ignore a file in recordmcount.plShaohua Li1-0/+5
2009-01-14ftrace, ia64: make recordmcount distinct module compileShaohua Li1-3/+3
2008-12-12tracing/function-graph-tracer: add a new .irqentry.text sectionFrederic Weisbecker1-0/+1
2008-11-26ftrace: adding other non-leaving .text sectionsLiming Wang1-0/+2
2008-11-23ftrace: scripts/recordmcount.pl support for ARMJim Radford1-1/+7
2008-11-23ftrace: specify $alignment for sh architectureMatt Fleming1-1/+2
2008-11-23ftrace: create default variables for archs in recordmcount.plSteven Rostedt1-16/+11
2008-11-23ftrace: add support for powerpc to recordmcount.pl scriptSteven Rostedt1-2/+17
2008-11-23sh: dynamic ftrace support.Matt Fleming1-0/+11
2008-11-08ftrace: align __mcount_loc sectionsMatt Fleming1-0/+4
2008-10-23ftrace: dynamic ftrace process only text sectionSteven Rostedt1-3/+14
2008-10-23ftrace: handle generic arch callsSteven Rostedt1-1/+10
2008-10-14ftrace: remove warning of old objcopy and local functionsSteven Rostedt1-6/+0
2008-10-14ftrace: objcopy version test for local symbolsSteven Rostedt1-0/+41
2008-10-14ftrace: handle weak symbol functionsSteven Rostedt1-20/+86
2008-10-14ftrace: update recordmount.pl arch changesSteven Rostedt1-14/+14
2008-10-14ftrace: scripts/recordmcount.pl cross-build hackIngo Molnar1-0/+14
2008-10-14ftrace: create __mcount_loc sectionSteven Rostedt1-0/+280