summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * tracing/filter: Change filter_match_preds function to use walk_pred_treeJiri Olsa2011-08-191-66/+58Star
| | * tracing/filter: Change fold_pred function to use walk_pred_treeJiri Olsa2011-08-191-35/+33Star
| | * tracing/filter: Change fold_pred_tree function to use walk_pred_treeJiri Olsa2011-08-191-45/+20Star
| | * tracing/filter: Change count_leafs function to use walk_pred_treeJiri Olsa2011-08-191-33/+14Star
| | * tracing/filter: Unify predicate tree walking, change check_pred_tree function...Jiri Olsa2011-08-191-51/+86
| | * tracing/filter: Simplify tracepoint event lookupJiri Olsa2011-08-191-6/+3Star
| | * tracing/filter: Remove field_name from filter_pred structJiri Olsa2011-08-192-51/+13Star
| | * tracing/filter: Separate predicate init and filter additionJiri Olsa2011-08-191-33/+23Star
| | * tracing/filter: Use static allocation for filter predicatesJiri Olsa2011-08-191-41/+16Star
| | * tracing: Clean up tb_fmt to not give faulty compile warningSteven Rostedt2011-08-111-9/+10
| * | ftrace/kprobes: Fix not to delete probes if in useMasami Hiramatsu2011-10-101-9/+49
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-263-34/+34
|\ \ \
| * | | locking, tracing: Annotate tracing locks as rawThomas Gleixner2011-09-133-34/+34
| |/ /
* | | Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-072-0/+23
|\ \ \ | |/ / |/| |
| * | PM / Tracing: build rpm-traces.c only if CONFIG_PM_RUNTIME is setMing Lei2011-09-291-0/+2
| * | PM / Runtime: Introduce trace points for tracing rpm_* functionsMing Lei2011-09-272-0/+21