aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_ksym.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-15tracing: Remove ksym tracerFrederic Weisbecker1-508/+0
2010-05-01hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker1-19/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-30ksym_tracer: Remove trace_statLi Zefan1-77/+50
2009-12-30ksym_tracer: Fix race when incrementing countLi Zefan1-5/+7
2009-12-30ksym_tracer: Fix to allow writing newline to ksym_trace_filterLi Zefan1-2/+2
2009-12-30ksym_tracer: Fix to make the tracer workLi Zefan1-1/+0
2009-12-14Merge branch 'linus' into tracing/urgentIngo Molnar1-2/+3
2009-12-13ksym_tracer: Fix bad castLi Zefan1-3/+4
2009-12-11tracing: Fix wrong usage of strstrip in trace_ksymsThomas Gleixner1-28/+21
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker1-2/+3
2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker1-22/+20
2009-11-26hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker1-12/+4
2009-11-26ksym_tracer: Fix breakpoint removal after modificationFrederic Weisbecker1-2/+8
2009-11-10ksym_tracer: Support read accesses independent of read/write.Paul Mundt1-1/+10
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker1-66/+60
2009-09-07tracing: Fix ring-buffer and ksym tracer merge interactionFrederic Weisbecker1-4/+5
2009-07-23tracing/ksym_tracer: support quick clear for ksym_trace_filter -- v2Xiao Guangrong1-18/+35
2009-07-23tracing/ksym_tracer: fix write operation of ksym_trace_filterXiao Guangrong1-0/+4
2009-07-23tracing/ksym_tracer: fix the output of ksym tracerXiao Guangrong1-7/+6
2009-07-10ksym_tracer: Fix the output of stat tracingLi Zefan1-9/+11
2009-07-10ksym_tracer: Fix memory leakLi Zefan1-34/+27
2009-07-10ksym_tracer: Report error when failed to re-register hbpLi Zefan1-2/+2
2009-07-10ksym_tracer: NIL-terminate user input filterLi Zefan1-5/+2
2009-07-10ksym_tracer: Fix validation of length of access typeLi Zefan1-7/+7
2009-07-10ksym_tracer: Fix validation of access typeLi Zefan1-18/+14
2009-07-10ksym_tracer: Rewrite ksym_trace_filter_read()Li Zefan1-11/+18
2009-07-10ksym_tracer: Extract trace entry from struct trace_ksymLi Zefan1-8/+18
2009-06-03hw-breakpoints: fix undeclared ksym_tracer_mutexFrederic Weisbecker1-2/+2
2009-06-02hw-breakpoints: ftrace plugin for kernel symbol tracing using HW Breakpoint interfacesK.Prasad1-0/+525