KVM: MMU: invalidate and flush on spte small->large page size change
[safe/jmp/linux-2.6] / kernel / trace / trace_kprobe.c
2010-05-31 Peter Zijlstraperf_events, trace: Fix probe unregister race
2010-05-21 Steven RostedtMerge branch 'perf/core' of git://git./linux/kernel...
2010-05-21 Peter Zijlstraperf, trace: Optimize tracepoints by using per-tracepoi...
2010-05-21 Peter Zijlstraperf, trace: Optimize tracepoints by removing IRQ-disab...
2010-05-18 Peter Zijlstraperf/ftrace: Optimize perf/tracepoint interaction for...
2010-05-18 Steven RostedtMerge branch 'perf/core' of git://git./linux/kernel...
2010-05-14 Steven Rostedttracing: Combine event filter_active and enable into...
2010-05-14 Steven Rostedttracing: Remove duplicate id information in event structure
2010-05-14 Steven Rostedttracing: Move print functions into event class
2010-05-14 Steven Rostedttracing: Allow events to share their print functions
2010-05-14 Steven Rostedttracing: Move raw_init from events to class
2010-05-14 Steven Rostedttracing: Move fields from event to class structure
2010-05-14 Steven Rostedttracing: Remove per event trace registering
2010-05-14 Steven Rostedttracing: Create class struct for events
2010-04-14 Masami Hiramatsutracing/kprobes: Support basic types on dynamic events
2010-03-10 Frederic Weisbeckerperf: Drop the obsolete profile naming for trace events
2010-03-10 Frederic Weisbeckerperf: Take a hot regs snapshot for trace events
2010-02-28 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-02-27 Frederic WeisbeckerMerge commit 'v2.6.33' into perf/core
2010-02-26 Ingo MolnarMerge branch 'tip/tracing/core' of git://git./linux...
2010-02-26 Ingo MolnarMerge commit 'v2.6.33' into tracing/core
2010-02-25 Wenji Huangtracing: Fix typo of info text in trace_kprobe.c
2010-02-14 Heiko Carstenstracing/kprobes: Fix probe parsing
2010-01-29 Xiao Guangrongtracing/kprobe: Cleanup unused return value of tracing...
2010-01-29 Xiao Guangrongperf: Factorize trace events raw sample buffer operations
2010-01-17 Masami Hiramatsutracing/kprobe: Update kprobe tracing self test for...
2010-01-13 Masami Hiramatsutracing/kprobe: Drop function argument access syntax
2010-01-13 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-01-06 Lai Jiangshantracing: Remove show_format and related macros from...
2010-01-06 Lai Jiangshantracing/kprobes: Init print_fmt for kprobe events
2009-12-31 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2009-12-30 Lai Jiangshantracing/kprobe: Show sign of fields in trace_kprobe...
2009-12-28 Li Zefanperf events: Remove CONFIG_EVENT_PROFILE
2009-12-17 Masami Hiramatsukprobe-tracer: Check new event/group name
2009-12-14 Ingo MolnarMerge branch 'linus' into tracing/urgent
2009-12-13 Li Zefantracing: Change event->profile_count to be int type
2009-12-13 Li Zefantracing: Pull up calls to trace_define_common_fields()
2009-12-09 Frederic Weisbeckertracing/kprobes: Fix field creation's bad error handling
2009-12-09 Masami Hiramatsutrace-kprobe: Support delete probe syntax
2009-12-01 Masami Hiramatsutrace_kprobes: Fix a memory leak bug and check kstrdup...
2009-11-27 Lai Jiangshantrace_kprobes: Don't output zero offset
2009-11-27 Lai Jiangshantrace_kprobes: Always show group name
2009-11-27 Lai Jiangshantrace_kprobes: Fix memory leak
2009-11-23 Peter Zijlstraperf_events: Undo some recursion damage
2009-11-22 Frederic Weisbeckertracing: Use the perf recursion protection from trace...
2009-11-08 Frederic Weisbeckertracing, perf_events: Protect the buffer from recursion...
2009-11-04 Masami Hiramatsutracing/kprobes: Rename Kprobe-tracer to kprobe-event
2009-10-29 Masami Hiramatsukprobe-tracer: Compare both of event-name and event...
2009-10-17 Masami Hiramatsutracing/kprobes: Add failure messages for debugging
2009-10-17 Masami Hiramatsutracing/kprobes: Update kprobe-tracer selftest against...
2009-10-12 Masami Hiramatsutracing/kprobes: Robustify fixed field names against...
2009-10-12 Masami Hiramatsutracing/kprobes: Avoid field name confliction
2009-10-12 Masami Hiramatsutracing/kprobes: Make special variable names more self...
2009-10-12 Masami Hiramatsutracing/kprobes: Remove '$ra' special variable
2009-10-12 Masami Hiramatsutracing/kprobes: Add $ prefix to special variables
2009-10-03 Masami Hiramatsutracing/kprobes: Use global event perf buffers in kprob...
2009-09-23 Frederic WeisbeckerMerge commit 'linus/master' into tracing/kprobes
2009-09-17 Masami Hiramatsutracing/kprobes: Disable kprobe events by default after...
2009-09-17 Masami Hiramatsutracing/kprobes: Fix profiling alignment for perf_count...
2009-09-17 Masami Hiramatsutracing/kprobes: Add probe handler dispatcher to suppor...
2009-09-17 Masami Hiramatsutracing/kprobes: Fix trace_probe registration order
2009-09-17 Masami Hiramatsutracing/kprobes: Support custom subsystem for each...
2009-09-11 Masami Hiramatsutracing/kprobes: Show event name in trace output
2009-09-11 Masami Hiramatsutracing/kprobes: Add argument name support
2009-09-11 Masami Hiramatsutracing/kprobes: Add event profiling support
2009-09-11 Masami Hiramatsutracing/kprobes: Cleanup kprobe tracer code.
2009-09-11 Masami Hiramatsutracing/kprobes: Fix probe offset to be unsigned
2009-09-10 Frederic WeisbeckerMerge commit 'tracing/core' into tracing/kprobes
2009-08-27 Masami Hiramatsutracing/kprobes: Change trace_arg to probe_arg
2009-08-27 Masami Hiramatsutracing/kprobes: Fix format typo in trace_kprobes
2009-08-27 Masami Hiramatsutracing: Add kprobes event profiling interface
2009-08-27 Masami Hiramatsutracing: Kprobe tracer assigns new event ids for each...
2009-08-27 Masami Hiramatsutracing: Generate names for each kprobe event automatically
2009-08-27 Masami Hiramatsutracing: Kprobe-tracer supports more than 6 arguments
2009-08-27 Masami Hiramatsutracing: Add kprobe-based event tracer