| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2019-05-08 | 1 | -1/+1 |
|\ |
|
| * | scripts: override locale from environment when running recordmcount.pl | Daniel Dadap | 2019-05-03 | 1 | -1/+1 |
* | | csky/ftrace: Add dynamic function tracer (include graph tracer) | Guo Ren | 2019-04-22 | 1 | -0/+3 |
|/ |
|
* | scripts/recordmcount.{c,pl}: support -ffunction-sections .text.* section names | Joe Lawrence | 2018-12-09 | 1 | -0/+13 |
* | nds32/ftrace: Add RECORD_MCOUNT support | Zong Li | 2018-09-04 | 1 | -0/+3 |
* | powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS | Nicholas Piggin | 2018-06-01 | 1 | -1/+17 |
* | Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-04-05 | 1 | -0/+5 |
|\ |
|
| * | riscv/ftrace: Add RECORD_MCOUNT support | Alan Kao | 2018-04-03 | 1 | -0/+5 |
* | | recordmcount.pl: drop blackin and tile support | Arnd Bergmann | 2018-03-26 | 1 | -8/+0 |
|/ |
|
* | scripts: Switch to more portable Perl shebang | Kamil Rytarowski | 2017-05-14 | 1 | -1/+2 |
* | ftrace: Allow for function tracing to record init functions on boot up | Steven Rostedt (VMware) | 2017-03-25 | 1 | -0/+1 |
* | scripts/spelling.txt: add "swith" pattern and fix typo instances | Masahiro Yamada | 2017-02-28 | 1 | -1/+1 |
* | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 2016-10-08 | 1 | -0/+1 |
* | scripts/recordmcount.c: account for .softirqentry.text | Dmitry Vyukov | 2016-09-29 | 1 | -0/+1 |
* | scripts/recordmcount.pl: support data in text section on powerpc | Ulrich Weigand | 2016-01-13 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-02-12 | 1 | -2/+7 |
|\ |
|
| * | s390/ftrace: hotpatch support for function tracing | Heiko Carstens | 2015-01-29 | 1 | -2/+7 |
* | | scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymore | Michael Karcher | 2015-01-19 | 1 | -1/+0 |
|/ |
|
* | s390/ftrace,kprobes: allow to patch first instruction | Heiko Carstens | 2014-10-27 | 1 | -1/+1 |
* | s390/ftrace: remove 31 bit ftrace support | Heiko Carstens | 2014-10-09 | 1 | -7/+0 |
* | ftrace: Add arm64 support to recordmcount | AKASHI Takahiro | 2014-05-29 | 1 | -0/+5 |
* | ftrace: default to tilegx if ARCH=tile is specified | Tony Lu | 2013-12-05 | 1 | -1/+2 |
* | recordmcount.pl: Add support for __fentry__ | Jamie Iles | 2013-11-05 | 1 | -2/+2 |
* | tile: support ftrace on tilegx | Tony Lu | 2013-08-30 | 1 | -0/+4 |
* | ftrace/s390: mcount offset calculation | Martin Schwidefsky | 2011-05-16 | 1 | -0/+2 |
* | ftrace/x86: mcount offset calculation | Martin Schwidefsky | 2011-05-16 | 1 | -0/+2 |
* | ftrace: Add .kprobe.text section to whitelist for recordmcount.c | Steven Rostedt | 2011-05-16 | 1 | -0/+1 |
* | ftrace: Add .ref.text as one of the safe areas to trace | Steven Rostedt | 2011-03-10 | 1 | -0/+1 |
* | ARM: 6319/1: ftrace: add Thumb-2 support to dynamic ftrace | Rabin Vincent | 2010-09-02 | 1 | -1/+1 |
* | ARM: 6318/1: ftrace: fix and update dynamic ftrace | Rabin Vincent | 2010-09-02 | 1 | -0/+2 |
* | Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel... | Steven Rostedt | 2010-08-16 | 1 | -1/+6 |
|\ |
|
| * | tracing: Extend recordmcount to better support Blackfin mcount | Mike Frysinger | 2010-08-12 | 1 | -1/+6 |
* | | tracing: Fix $mcount_regex for MIPS in recordmcount.pl | David Daney | 2010-07-22 | 1 | -1/+1 |
|/ |
|
* | Merge commit 'v2.6.33' into tracing/core | Ingo Molnar | 2010-02-26 | 1 | -2/+6 |
|\ |
|
| * | tracing/x86: Derive arch from bits argument in recordmcount.pl | Jan Kiszka | 2010-01-12 | 1 | -1/+1 |
* | | tracing: Use appropriate perl constructs in recordmcount.pl | Wolfram Sang | 2010-01-07 | 1 | -18/+11 |
* | | tracing: optimize recordmcount.pl for offsets-handling | Wolfram Sang | 2010-01-06 | 1 | -9/+9 |
|/ |
|
* | MIPS: Tracing: Add dynamic function tracer support | Wu Zhangjin | 2009-12-17 | 1 | -0/+52 |
* | MIPS: Tracing: Add an endian argument to scripts/recordmcount.pl | Wu Zhangjin | 2009-12-17 | 1 | -3/+3 |
* | microblaze: ftrace: Add dynamic trace support | Michal Simek | 2009-12-14 | 1 | -0/+3 |
* | tracing: Only print objcopy version warning once from recordmcount | Steven Rostedt | 2009-11-17 | 1 | -2/+10 |
* | tracing: Exit with error if a weak function is used in recordmcount.pl | Li Hong | 2009-10-29 | 1 | -7/+3 |
* | tracing: Move conditional into update_funcs() in recordmcount.pl | Li Hong | 2009-10-29 | 1 | -5/+3 |
* | tracing: Add regex for weak functions in recordmcount.pl | Li Hong | 2009-10-29 | 1 | -7/+9 |
* | tracing: Move mcount section search to front of loop in recordmcount.pl | Li Hong | 2009-10-29 | 1 | -14/+18 |
* | tracing: Fix objcopy revision check in recordmcount.pl | Li Hong | 2009-10-29 | 1 | -29/+27 |
* | tracing: Check absolute path of input file in recordmcount.pl | Li Hong | 2009-10-29 | 1 | -1/+1 |
* | tracing: Correct the check for number of arguments in recordmcount.pl | Li Hong | 2009-10-29 | 1 | -1/+1 |
* | tracing: Amend documentation in recordmcount.pl to reflect implementation | Li Hong | 2009-10-29 | 1 | -35/+49 |
* | tracing: Enable "__cold" functions | Jiri Olsa | 2009-10-14 | 1 | -0/+1 |