Home
last modified time | relevance | path

Searched refs:fcall (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/arm64/lib/
DMakefile15 CFLAGS_atomic_ll_sc.o := -fcall-used-x0 -ffixed-x1 -ffixed-x2 \
17 -ffixed-x7 -fcall-saved-x8 -fcall-saved-x9 \
18 -fcall-saved-x10 -fcall-saved-x11 -fcall-saved-x12 \
19 -fcall-saved-x13 -fcall-saved-x14 -fcall-saved-x15 \
20 -fcall-saved-x18 -fomit-frame-pointer
/Linux-v4.19/arch/sparc/
DMakefile32 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
48 KBUILD_CFLAGS += -ffixed-g4 -ffixed-g5 -fcall-used-g7 -Wno-sign-compare
/Linux-v4.19/arch/sparc/vdso/
DMakefile58 -m64 -ffixed-g2 -ffixed-g3 -fcall-used-g4 -fcall-used-g5 -ffixed-g6 \
/Linux-v4.19/arch/arc/
DMakefile55 cflags-$(disable_small_data) += -mno-sdata -fcall-used-gp
/Linux-v4.19/tools/power/pm-graph/
Dsleepgraph.py1551 fcall = False variable in FTraceLine
1580 self.fcall = True
1611 self.fcall = True
1627 return self.fcall and not self.freturn
1629 return self.freturn and not self.fcall
1631 return self.fcall and self.freturn
1770 line.fcall = True
1778 vline.fcall = True
1832 if line.fcall:
1866 elif l.depth == mydepth and l.name == 'mutex_unlock' and l.fcall:
[all …]
Dbootgraph.py496 if l.fcall and l.depth == 1: