summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-153-345/+683
|\
| * tracing: Factorize filter creationTejun Heo2011-12-211-141/+142
| * tracing: Have stack tracing set filtered functions at bootSteven Rostedt2011-12-211-0/+11
| * ftrace: Allow access to the boot time function enablingSteven Rostedt2011-12-211-4/+4
| * tracing: Have stack_tracer use a separate list of functionsSteven Rostedt2011-12-211-1/+18
| * ftrace: Decouple hash items from showing filtered functionsSteven Rostedt2011-12-211-8/+8
| * ftrace: Allow other users of function tracing to use the output listingSteven Rostedt2011-12-211-16/+25
| * ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt2011-12-211-11/+17
| * ftrace: Fix ftrace hash record update with notraceSteven Rostedt2011-12-211-1/+1
| * ftrace: Use bsearch to find record ipSteven Rostedt2011-12-211-15/+23
| * ftrace: Sort the mcount records on each pageSteven Rostedt2011-12-211-0/+29
| * ftrace: Replace record newlist with record page listSteven Rostedt2011-12-211-31/+37
| * ftrace: Allocate the mcount record pages as groupsSteven Rostedt2011-12-211-51/+128
| * ftrace: Remove usage of "freed" recordsSteven Rostedt2011-12-211-51/+49Star
| * ftrace: Allow archs to modify code without stop machineSteven Rostedt2011-12-211-38/+215
| * ftrace: Fix unregister ftrace_ops accountingJiri Olsa2011-12-211-14/+13Star
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-083-3/+3
|\ \
| * | switch debugfs to umode_tAl Viro2012-01-043-3/+3
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-066-37/+138
|\ \ \ | | |/ | |/|
| * | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-12-063-28/+79
| |\ \
| | * | tracing: Add entries in buffer and total entries to default output headerSteven Rostedt2011-11-171-25/+47
| | * | tracing: Add irq, preempt-count and need resched info to default trace outputSteven Rostedt2011-11-173-6/+35
| * | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-12-061-3/+3
| |\ \ \ | | |/ / | |/| / | | |/
| * | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-11-117-13/+68
| |\ \
| | * | tracing/latency: Fix header output for latency tracersJiri Olsa2011-11-074-2/+40
| | * | ftrace: Fix hash record accounting bugSteven Rostedt2011-11-071-1/+3
| | * | ftrace: Remove force undef config value left for testingSteven Rostedt2011-11-071-1/+0Star
| | * | tracing: Add boiler plate for subsystem filterSteven Rostedt2011-11-051-7/+19
| | * | tracing: Restore system filter behaviorLi Zefan2011-11-021-1/+6
| | * | tracing: fix event_subsystem ref countingIlya Dryomov2011-10-311-1/+0Star
* | | | trace: Allow ftrace_dump() to be called from modulesPaul E. McKenney2011-12-111-0/+1
| |_|/ |/| |
* | | ftrace: Fix hash record accounting bugSteven Rostedt2011-12-051-1/+3
* | | ftrace: Remove force undef config value left for testingSteven Rostedt2011-12-051-1/+0Star
* | | tracing: Restore system filter behaviorLi Zefan2011-12-051-1/+6
* | | tracing: fix event_subsystem ref countingIlya Dryomov2011-12-051-1/+0Star
* | | trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Tejun Heo2011-12-021-3/+3
|/ /
* | kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker2011-11-011-0/+1
* | kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker2011-10-312-0/+2
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-10-2611-396/+819
|\|
| * tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt2011-10-141-2/+2
| * ftrace: Fix README to state tracing_on to start/stop tracingGeunsik Lim2011-10-141-2/+2
| * Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/coreIngo Molnar2011-10-1210-383/+766
| |\
| | * tracing: Do not allocate buffer for trace_markerSteven Rostedt2011-10-111-28/+83
| | * tracing: Warn on output if the function tracer was found corruptedSteven Rostedt2011-10-113-0/+25
| | * tracing: Fix preemptirqsoff tracer to not stop at preempt offSteven Rostedt2011-09-221-2/+2
| | * tracing: Add a counter clock for those that do not trust clocksSteven Rostedt2011-09-192-0/+13
| | * trace: Add ring buffer stats to measure rate of eventsVaibhav Nagarnaik2011-08-302-1/+82
| | * trace: Add a new readonly entry to report total buffer sizeVaibhav Nagarnaik2011-08-301-0/+33
| | * tracing: Add preempt disable for filter self testSteven Rostedt2011-08-301-0/+6
| | * tracing/filter: Add startup tests for events filterJiri Olsa2011-08-194-0/+264