Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
03096a46019e733db2f438dc6c1eec64293174f5
/
scripts
/
recordmcount.pl
0195e28
riscv: Workaround mcount name prior to clang-13
by Nathan Chancellor
· 3 years, 9 months ago
52b7b9a
scripts/recordmcount.pl: Fix RISC-V regex for clang
by Nathan Chancellor
· 3 years, 9 months ago
983f361
scripts/recordmcount.pl: support big endian for ARCH sh
by Rong Chen
· 3 years, 11 months ago
4f19048
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166
by Thomas Gleixner
· 6 years ago
2646719
Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
e46b94d
scripts: override locale from environment when running recordmcount.pl
by Daniel Dadap
· 6 years ago
28bb030
csky/ftrace: Add dynamic function tracer (include graph tracer)
by Guo Ren
· 6 years ago
9c8e2f6
scripts/recordmcount.{c,pl}: support -ffunction-sections .text.* section names
by Joe Lawrence
· 6 years ago
fbf58a5
nds32/ftrace: Add RECORD_MCOUNT support
by Zong Li
· 6 years ago
1421dc6
powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS
by Nicholas Piggin
· 7 years ago
527cd20
Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux
by Linus Torvalds
· 7 years ago
a1d2a6b
riscv/ftrace: Add RECORD_MCOUNT support
by Alan Kao
· 7 years ago
8283159
recordmcount.pl: drop blackin and tile support
by Arnd Bergmann
· 7 years ago
cb77f0d
scripts: Switch to more portable Perl shebang
by Kamil Rytarowski
· 8 years ago
42c269c
ftrace: Allow for function tracing to record init functions on boot up
by Steven Rostedt (VMware)
· 8 years ago
08a7e62
scripts/spelling.txt: add "swith" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
6727ad9
nmi_backtrace: generate one-line reports for idle cpus
by Chris Metcalf
· 8 years ago
e436fd6
scripts/recordmcount.c: account for .softirqentry.text
by Dmitry Vyukov
· 8 years ago
2e50c4b
scripts/recordmcount.pl: support data in text section on powerpc
by Ulrich Weigand
· 9 years ago
b3d6524
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 10 years ago
e6d60b3
s390/ftrace: hotpatch support for function tracing
by Heiko Carstens
· 10 years ago
1caf6aa
scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymore
by Michael Karcher
· 10 years ago
c933146
s390/ftrace,kprobes: allow to patch first instruction
by Heiko Carstens
· 10 years ago
53255c9
s390/ftrace: remove 31 bit ftrace support
by Heiko Carstens
· 10 years ago
af64d2a
ftrace: Add arm64 support to recordmcount
by AKASHI Takahiro
· 11 years ago
2d8eeda
ftrace: default to tilegx if ARCH=tile is specified
by Tony Lu
· 11 years ago
f02b625
recordmcount.pl: Add support for __fentry__
by Jamie Iles
· 11 years ago
a61fd5e
tile: support ftrace on tilegx
by Tony Lu
· 11 years ago
f296388
ftrace/s390: mcount offset calculation
by Martin Schwidefsky
· 14 years ago
521ccb5
ftrace/x86: mcount offset calculation
by Martin Schwidefsky
· 14 years ago
9f087e7
ftrace: Add .kprobe.text section to whitelist for recordmcount.c
by Steven Rostedt
· 14 years ago
1274a9c
ftrace: Add .ref.text as one of the safe areas to trace
by Steven Rostedt
· 14 years ago
72dc43a
ARM: 6319/1: ftrace: add Thumb-2 support to dynamic ftrace
by Rabin Vincent
· 14 years ago
3b6c223
ARM: 6318/1: ftrace: fix and update dynamic ftrace
by Rabin Vincent
· 14 years ago
d244b6b
Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into trace/tip/perf/urgent-4
by Steven Rostedt
· 14 years ago
465c6cc
tracing: Extend recordmcount to better support Blackfin mcount
by Mike Frysinger
· 14 years ago
a484e54
tracing: Fix $mcount_regex for MIPS in recordmcount.pl
by David Daney
· 14 years ago
64b9fb5
Merge commit 'v2.6.33' into tracing/core
by Ingo Molnar
· 15 years ago
b82a404
tracing/x86: Derive arch from bits argument in recordmcount.pl
by Jan Kiszka
· 15 years ago
dfaa9e2
tracing: Use appropriate perl constructs in recordmcount.pl
by Wolfram Sang
· 15 years ago
dc4f884
tracing: optimize recordmcount.pl for offsets-handling
by Wolfram Sang
· 15 years ago
538f195
MIPS: Tracing: Add dynamic function tracer support
by Wu Zhangjin
· 15 years ago
e6299d2
MIPS: Tracing: Add an endian argument to scripts/recordmcount.pl
by Wu Zhangjin
· 15 years ago
7d241ff
microblaze: ftrace: Add dynamic trace support
by Michal Simek
· 15 years ago
638adb0
tracing: Only print objcopy version warning once from recordmcount
by Steven Rostedt
· 15 years ago
c4b8ac2
tracing: Exit with error if a weak function is used in recordmcount.pl
by Li Hong
· 15 years ago
6092858
tracing: Move conditional into update_funcs() in recordmcount.pl
by Li Hong
· 15 years ago
306dcf4
tracing: Add regex for weak functions in recordmcount.pl
by Li Hong
· 15 years ago
db24c7d
tracing: Move mcount section search to front of loop in recordmcount.pl
by Li Hong
· 15 years ago
7b7edc2
tracing: Fix objcopy revision check in recordmcount.pl
by Li Hong
· 15 years ago
bdd3b05
tracing: Check absolute path of input file in recordmcount.pl
by Li Hong
· 15 years ago
e2d753f
tracing: Correct the check for number of arguments in recordmcount.pl
by Li Hong
· 15 years ago
d49f6aa
tracing: Amend documentation in recordmcount.pl to reflect implementation
by Li Hong
· 15 years ago
4d82894
tracing: Enable "__cold" functions
by Jiri Olsa
· 15 years ago
89034bc
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 15 years ago
7dbdee2
tracing: Fix recordmcount.pl to handle sections with only weak functions
by Steven Rostedt
· 15 years ago
3f6e968
tracing: do not use functions starting with .L in recordmcount.pl
by Steven Rostedt
· 15 years ago
bd171d5
ftrace: Only update $offset when we update $ref_func
by Matt Fleming
· 15 years ago
fc4c735
ftrace: Fix the conditional that updates $ref_func
by Matt Fleming
· 15 years ago
d34a4de
tracing: Remove .globl in the scripts/recordmcount.pl doc
by jolsa@redhat.com
· 15 years ago
9be12f9
sparc64: Add proper dynamic ftrace support.
by David S. Miller
· 16 years ago
dfd9f7a
[S390] ftrace: add dynamic ftrace support
by Heiko Carstens
· 16 years ago
31b6e76
ftrace: use .sched.text, not .text.sched in recordmcount.pl
by Tim Abbott
· 16 years ago
b43f709
ftrace: test for running of recordmcount.pl twice on an object
by Steven Rostedt
· 16 years ago
418071e
ftrace, ia64: Add recordmcount for ia64
by Shaohua Li
· 16 years ago
25aac9d
ftrace, ia64: explictly ignore a file in recordmcount.pl
by Shaohua Li
· 16 years ago
18c167f
ftrace, ia64: make recordmcount distinct module compile
by Shaohua Li
· 16 years ago
a0343e8
tracing/function-graph-tracer: add a new .irqentry.text section
by Frederic Weisbecker
· 16 years ago
d144d5e
ftrace: adding other non-leaving .text sections
by Liming Wang
· 16 years ago
e58918a
ftrace: scripts/recordmcount.pl support for ARM
by Jim Radford
· 16 years ago
3a3d04a
ftrace: specify $alignment for sh architecture
by Matt Fleming
· 16 years ago
c204f72
ftrace: create default variables for archs in recordmcount.pl
by Steven Rostedt
· 16 years ago
42e007d
ftrace: add support for powerpc to recordmcount.pl script
by Steven Rostedt
· 16 years ago
0da85c0
sh: dynamic ftrace support.
by Matt Fleming
· 16 years ago
7d5222a
ftrace: align __mcount_loc sections
by Matt Fleming
· 16 years ago
34698bc
ftrace: dynamic ftrace process only text section
by Steven Rostedt
· 16 years ago
dce9d18
ftrace: handle generic arch calls
by Steven Rostedt
· 16 years ago
d53475b
ftrace: remove warning of old objcopy and local functions
by Steven Rostedt
· 16 years ago
f2f8458
ftrace: objcopy version test for local symbols
by Steven Rostedt
· 16 years ago
8feff1c
ftrace: handle weak symbol functions
by Steven Rostedt
· 16 years ago
d74fcd1
ftrace: update recordmount.pl arch changes
by Steven Rostedt
· 16 years ago
3989cce
ftrace: scripts/recordmcount.pl cross-build hack
by Ingo Molnar
· 17 years ago
8da3821
ftrace: create __mcount_loc section
by Steven Rostedt
· 16 years ago