summaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile/backtrace.c
Commit message (Expand)AuthorAgeFilesLines
* oprofile/x86: Convert x86_backtrace() to use the new unwinderJosh Poimboeuf2016-09-201-22/+17Star
* x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf2016-09-151-1/+1
* x86/dumpstack: Remove unnecessary stack pointer argumentsJosh Poimboeuf2016-09-081-4/+1Star
* oprofile/x86: Add regs->ip to oprofile traceJosh Poimboeuf2016-09-081-3/+10
* perf: generalize perf_callchainAlexei Starovoitov2016-02-201-1/+2
* x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-231-1/+1
* perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra2013-11-061-2/+2
* x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin2012-02-201-1/+1
* x86, perf: Make copy_from_user_nmi() a library functionRobert Richter2011-07-211-38/+1Star
* oprofile, x86: Fix nmi-unsafe callgraph supportRobert Richter2011-06-151-9/+47
* x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger2011-05-121-13/+0Star
* x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim2011-03-181-1/+1
* x86: Eliminate bp argument from the stack tracing routinesSoeren Sandmann Pedersen2010-11-181-1/+1
* oprofile, x86: Adding backtrace dump for 32bit process in compat modeJiri Olsa2010-10-011-0/+53
* oprofile, x86: Using struct stack_frame for 64bit processes dumpJiri Olsa2010-10-011-12/+7Star
* perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker2009-12-171-4/+5
* x86, 32-bit: fix kernel_trap_sp()Masami Hiramatsu2009-05-121-1/+1
* oprofile: fixing whitespaces in arch/x86/oprofile/*Robert Richter2008-10-161-2/+1Star
* oprofile: more whitespace fixesRobert Richter2008-10-151-1/+1
* x86: rename stack_pointer to kernel_trap_spHarvey Harrison2008-01-301-1/+1
* x86: pull bp calculation earlier into the backtrace pathArjan van de Ven2008-01-301-1/+1
* x86: add the capability to print fuzzy backtracesArjan van de Ven2008-01-301-1/+1
* x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-301-3/+3
* x86: introduce frame_pointer() and stack_pointer()Jan Blunck2007-10-191-10/+2Star
* i386: make callgraph use dump_trace() on i386/x86_64Jan Blunck2007-10-191-66/+38Star
* i386: move oprofileThomas Gleixner2007-10-111-0/+127