summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-04x86: Remove unused config macros from instruction decoder selftestMasami Hiramatsu1-5/+0
2009-09-04x86: Allow x86-32 instruction decoder selftest on x86-64Masami Hiramatsu2-8/+8
2009-08-30kprobes: Prohibit to probe native_get_debugregMasami Hiramatsu1-0/+1
2009-08-30kprobes/x86-64: Fix to move common_interrupt to .kprobes.textMasami Hiramatsu1-0/+8
2009-08-30kprobes: Fix to add __kprobes to notify_dieMasami Hiramatsu1-1/+1
2009-08-30kprobes/x86: Fix to add __kprobes to in-kernel fault handing functionsMasami Hiramatsu1-5/+6
2009-08-30kprobes/x86-64: Allow to reenter probe on post_handlerMasami Hiramatsu1-11/+0
2009-08-30kprobes/x86: Call BUG() when reentering probe into KPROBES_HIT_SSMasami Hiramatsu1-16/+10
2009-08-27tracing: Remove unneeded pointer castsFrederic Weisbecker1-2/+2
2009-08-27tracing: Restore the const qualifier for field names and types definitionFrederic Weisbecker3-7/+7
2009-08-27tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionFrederic Weisbecker3-2/+15
2009-08-27tracing/kprobes: Change trace_arg to probe_argMasami Hiramatsu1-9/+9
2009-08-27tracing/kprobes: Fix format typo in trace_kprobesMasami Hiramatsu1-1/+1
2009-08-27x86: Check awk features before generating inat-tables.cMasami Hiramatsu1-0/+20
2009-08-27x86: Fix x86 instruction decoder selftest to check only .textMasami Hiramatsu1-1/+1
2009-08-27tracing: Add kprobes event profiling interfaceMasami Hiramatsu2-0/+51
2009-08-27tracing: Kprobe tracer assigns new event ids for each eventMasami Hiramatsu2-42/+15
2009-08-27tracing: Generate names for each kprobe event automaticallyMasami Hiramatsu3-50/+35
2009-08-27tracing: Kprobe-tracer supports more than 6 argumentsMasami Hiramatsu2-9/+14
2009-08-27tracing: Add kprobe-based event tracer documentationMasami Hiramatsu1-0/+139
2009-08-27tracing: Add kprobe-based event tracerMasami Hiramatsu5-0/+1263
2009-08-27tracing: Introduce TRACE_FIELD_ZERO() macroMasami Hiramatsu2-10/+10
2009-08-27tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu7-79/+130
2009-08-27x86: Add pt_regs register and stack access APIsMasami Hiramatsu2-0/+174
2009-08-27kprobes: Cleanup fix_riprel() using insn decoder on x86Masami Hiramatsu1-105/+23
2009-08-27kprobes: Checks probe address is instruction boudary on x86Masami Hiramatsu1-0/+73
2009-08-27x86: X86 instruction decoder build-time selftestMasami Hiramatsu5-0/+182
2009-08-27x86: Instruction decoder APIMasami Hiramatsu8-0/+1948
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar19-93/+154
2009-08-26tracing: add comments to explain TRACE_EVENT out of protectionSteven Rostedt1-2/+11
2009-08-26tracing/events: fix the include file dependenciesXiao Guangrong2-2/+2
2009-08-26ftrace: Move setting of clock-source out of optionsZhaolei2-20/+79
2009-08-26tracing/filters: Support filtering for char * stringsLi Zefan2-3/+24
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan6-22/+49
2009-08-26tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan3-9/+18
2009-08-26tracing: Add vim script to enable folding for function_graph tracesJosh Triplett1-0/+42
2009-08-26tracing/sched: show CPU task wakes up on in trace eventSteven Rostedt1-4/+8
2009-08-26tracing: Create generic syscall TRACE_EVENTsJosh Stone5-36/+88
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone7-45/+49
2009-08-26tracing: Make syscall tracepoints conditionalJosh Stone2-1/+5
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone13-23/+24
2009-08-25tracing: Eliminate code duplication in kernel/tracepoint.cAnirban Sinha1-3/+0
2009-08-20tracing/syscalls: Fix the output of syscalls with no argumentsLi Zefan1-9/+16
2009-08-19tracing/syscalls: Add filtering supportLi Zefan5-13/+71
2009-08-19tracing/events: Add trace_define_common_fields()Li Zefan4-17/+29
2009-08-19tracing/events: Add ftrace_event_call param to define_fields()Li Zefan4-7/+5
2009-08-19tracing/syscalls: Add fields format for exit eventsLi Zefan3-4/+23
2009-08-19tracing/syscalls: Fix fields format for enter eventsLi Zefan1-23/+28
2009-08-19[S390] ftrace: update system call tracer supportIngo Molnar1-2/+5
2009-08-17ftrace: Simplify seqfile codeLi Zefan1-13/+2