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