summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/mcount_64.S
AgeCommit message (Expand)Author
2016-10-26x86: Fix export for mcount and __fentry__Steven Rostedt
2016-08-07x86: move exports to actual definitionsAl Viro
2016-05-20ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to itSteven Rostedt
2016-02-17x86/ftrace, x86/asm: Kill ftrace_caller_end labelBorislav Petkov
2015-11-19x86/ftrace: Add comment on static function tracingNamhyung Kim
2014-12-01ftrace/fgraph/x86: Have prepare_ftrace_return() take ip as first parameterSteven Rostedt (Red Hat)
2014-12-01ftrace/x86: Get rid of ftrace_caller_setupSteven Rostedt (Red Hat)
2014-12-01ftrace/x86: Have save_mcount_regs macro also save stack frames if neededSteven Rostedt (Red Hat)
2014-12-01ftrace/x86: Add macro MCOUNT_REG_SIZE for amount of stack used to save mcount...Steven Rostedt (Red Hat)
2014-12-01ftrace/x86: Simplify save_mcount_regs on getting RIPSteven Rostedt (Red Hat)
2014-12-01ftrace/x86: Have save_mcount_regs store RIP in %rdi for first parameterSteven Rostedt (Red Hat)
2014-12-01ftrace/x86: Rename MCOUNT_SAVE_FRAME and add more detailed commentsSteven Rostedt (Red Hat)
2014-12-01ftrace/x86: Move MCOUNT_SAVE_FRAME out of header fileSteven Rostedt (Red Hat)
2014-12-01ftrace/x86: Have static tracing also use ftrace_caller_setupSteven Rostedt (Red Hat)
2014-11-24ftrace/x86: Have static function tracing always test for function graphSteven Rostedt (Red Hat)
2014-11-19ftrace/x86: Add frames pointers to trampoline as necessarySteven Rostedt (Red Hat)
2014-10-31ftrace/x86: Add dynamic allocated trampoline for ftrace_opsSteven Rostedt (Red Hat)
2014-07-18ftrace: x86: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)
2014-07-01ftrace: Optimize function graph to be called directlySteven Rostedt (Red Hat)
2014-05-14ftrace/x86: Move the mcount/fentry code out of entry_64.SSteven Rostedt