aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_event_profile.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan1-3/+3
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker1-6/+8
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker1-23/+18
2009-10-17Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar1-5/+10
2009-10-05tracing: Use free_percpu instead of kfreeFrederic Weisbecker1-2/+2
2009-10-05tracing: Check total refcount before releasing bufs in profile_enable failureFrederic Weisbecker1-5/+10
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker1-3/+84
2009-09-20tracing: Export trace_profile_buf symbolsPeter Zijlstra1-1/+4
2009-09-18tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker1-1/+60
2009-09-18tracing: Factorize the events profile accountingFrederic Weisbecker1-2/+18
2009-09-12tracing/profile: fix profile_disable vs module_unloadLi Zefan1-1/+4
2009-08-06ftrace: Fix perf-tracepoint OOPSPeter Zijlstra1-1/+1
2009-05-06tracing/events: fix concurrent access to ftrace_events listLi Zefan1-5/+14
2009-04-14tracing/events: convert event call sites to use a link listSteven Rostedt1-2/+2
2009-04-07tracing/ftrace: factorize the tracing files creationFrederic Weisbecker1-1/+0
2009-03-20ftrace: event profile hooksPeter Zijlstra1-0/+31