aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-345/+683
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 3-3/+3
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-37/+138
2012-01-03switch debugfs to umode_tGravatar Al Viro 3-3/+3
2011-12-21tracing: Factorize filter creationGravatar Tejun Heo 1-141/+142
2011-12-21tracing: Have stack tracing set filtered functions at bootGravatar Steven Rostedt 1-0/+11
2011-12-21ftrace: Allow access to the boot time function enablingGravatar Steven Rostedt 1-4/+4
2011-12-21tracing: Have stack_tracer use a separate list of functionsGravatar Steven Rostedt 1-1/+18
2011-12-21ftrace: Decouple hash items from showing filtered functionsGravatar Steven Rostedt 1-8/+8
2011-12-21ftrace: Allow other users of function tracing to use the output listingGravatar Steven Rostedt 1-16/+25
2011-12-21ftrace: Create ftrace_hash_empty() helper routineGravatar Steven Rostedt 1-11/+17
2011-12-21ftrace: Fix ftrace hash record update with notraceGravatar Steven Rostedt 1-1/+1
2011-12-21ftrace: Use bsearch to find record ipGravatar Steven Rostedt 1-15/+23
2011-12-21ftrace: Sort the mcount records on each pageGravatar Steven Rostedt 1-0/+29
2011-12-21ftrace: Replace record newlist with record page listGravatar Steven Rostedt 1-31/+37
2011-12-21ftrace: Allocate the mcount record pages as groupsGravatar Steven Rostedt 1-51/+128
2011-12-21ftrace: Remove usage of "freed" recordsGravatar Steven Rostedt 1-51/+49
2011-12-21ftrace: Allow archs to modify code without stop machineGravatar Steven Rostedt 1-38/+215
2011-12-21ftrace: Fix unregister ftrace_ops accountingGravatar Jiri Olsa 1-14/+13
2011-12-11trace: Allow ftrace_dump() to be called from modulesGravatar Paul E. McKenney 1-0/+1
2011-12-06Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 3-28/+79
2011-12-06Merge branch 'perf/urgent' into perf/coreGravatar Ingo Molnar 1-3/+3
2011-12-05ftrace: Fix hash record accounting bugGravatar Steven Rostedt 1-1/+3
2011-12-05ftrace: Remove force undef config value left for testingGravatar Steven Rostedt 1-1/+0
2011-12-05tracing: Restore system filter behaviorGravatar Li Zefan 1-1/+6
2011-12-05tracing: fix event_subsystem ref countingGravatar Ilya Dryomov 1-1/+0
2011-12-01trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Gravatar Tejun Heo 1-3/+3
2011-11-17tracing: Add entries in buffer and total entries to default output headerGravatar Steven Rostedt 1-25/+47
2011-11-17tracing: Add irq, preempt-count and need resched info to default trace outputGravatar Steven Rostedt 3-6/+35
2011-11-11Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 7-13/+68
2011-11-07tracing/latency: Fix header output for latency tracersGravatar Jiri Olsa 4-2/+40
2011-11-07ftrace: Fix hash record accounting bugGravatar Steven Rostedt 1-1/+3
2011-11-07ftrace: Remove force undef config value left for testingGravatar Steven Rostedt 1-1/+0
2011-11-04tracing: Add boiler plate for subsystem filterGravatar Steven Rostedt 1-7/+19
2011-11-02tracing: Restore system filter behaviorGravatar Li Zefan 1-1/+6
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructureGravatar Paul Gortmaker 1-0/+1
2011-10-31tracing: fix event_subsystem ref countingGravatar Ilya Dryomov 1-1/+0
2011-10-31kernel: Add <linux/module.h> to files using it implicitlyGravatar Paul Gortmaker 2-0/+2
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 11-396/+819
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-34/+34
2011-10-14tracing: Fix returning of duplicate data after EOF in trace_pipe_rawGravatar Steven Rostedt 1-2/+2
2011-10-14ftrace: Fix README to state tracing_on to start/stop tracingGravatar Geunsik Lim 1-2/+2
2011-10-12Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/coreGravatar Ingo Molnar 10-383/+766
2011-10-11tracing: Do not allocate buffer for trace_markerGravatar Steven Rostedt 1-28/+83
2011-10-11tracing: Warn on output if the function tracer was found corruptedGravatar Steven Rostedt 3-0/+25
2011-10-10ftrace/kprobes: Fix not to delete probes if in useGravatar Masami Hiramatsu 1-9/+49
2011-10-07Merge branch 'pm-runtime' into pm-for-linusGravatar Rafael J. Wysocki 2-0/+23
2011-09-29PM / Tracing: build rpm-traces.c only if CONFIG_PM_RUNTIME is setGravatar Ming Lei 1-0/+2
2011-09-27PM / Runtime: Introduce trace points for tracing rpm_* functionsGravatar Ming Lei 2-0/+21
2011-09-22tracing: Fix preemptirqsoff tracer to not stop at preempt offGravatar Steven Rostedt 1-2/+2