summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing/ftrace: separate events tracing and stats tracing engineFrederic Weisbecker2009-01-145-180/+172
* ftrace, ia64: Add macro for ftrace_callerShaohua Li2009-01-141-1/+1
* ftrace, ia64: explictly ignore a file in recordmcount.plShaohua Li2009-01-141-9/+1
* mmiotrace: count events lost due to not recordingPekka Paalanen2009-01-111-4/+10
* trace: mmiotrace to the tracer menu in KconfigPekka Paalanen2009-01-111-0/+23
* tracing/ftrace: handle more than one stat file per tracerFrederic Weisbecker2009-01-113-117/+217
* kernel/trace/ring_buffer.c: use DIV_ROUND_UPAndrew Morton2009-01-111-12/+5
* kernel/trace/ring_buffer.c: reduce inliningAndrew Morton2009-01-111-12/+11
* Merge commit 'v2.6.29-rc1' into tracing/urgentIngo Molnar2009-01-111-1/+7
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds2009-01-091-1/+7
| |\
| | * ring_buffer: fix ring_buffer_event_length()Robert Richter2009-01-071-1/+7
* | | trace: clean up funny line breaks in stat_seq_showSteven Rostedt2009-01-071-2/+3
* | | tracing/ftrace: fix a memory leak in stat tracingFrederic Weisbecker2009-01-071-24/+15
* | | ftrace: convert unsigned index to signedSteven Rostedt2009-01-071-2/+2
* | | Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgentIngo Molnar2009-01-0613-836/+1392
|\ \ \
| * | | tracing/selftest: remove TRACE_CONT referenceIngo Molnar2008-12-291-1/+0
| * | | tracing/ftrace: make trace_find_cmdline() generally availableIngo Molnar2008-12-291-2/+2
| * | | tracing/branch-tracer: adapt to the stat tracing APIFrederic Weisbecker2008-12-291-126/+142
| * | | tracing/ftrace: provide the base infrastructure for histogram tracingFrederic Weisbecker2008-12-294-1/+271
| * | | ftrace: change trace.c to use registered eventsSteven Rostedt2008-12-294-364/+574
| * | | ftrace: set up trace event hash infrastructureSteven Rostedt2008-12-2910-281/+416
| * | | ftrace: remove obsolete print continue functionalitySteven Rostedt2008-12-294-74/+0
* | | | kmemtrace: add kmemtrace_init()Ingo Molnar2009-01-061-0/+5
* | | | Merge branch 'linus' into tracing/kmemtrace2Ingo Molnar2009-01-068-59/+78
|\ \ \ \ | | |/ / | |/| |
| * | | cpumask: convert kernel trace functions furtherRusty Russell2009-01-016-10/+16
| * | | cpumask: convert kernel trace functionsRusty Russell2009-01-013-51/+64
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-313-5/+37
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-3020-803/+4401
| |\ \ \ \
| * | | | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-2/+2
* | | | | | kmemtrace: Remove the relay version of kmemtraceEduard - Gabriel Munteanu2009-01-061-2/+0
* | | | | | Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2Ingo Molnar2008-12-313-5/+37
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into tracing/kmemtraceIngo Molnar2008-12-313-5/+37
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | / / | | |_|_|/ / | |/| | | |
| | * | | | tracing: removed duplicated #includeHuang Weiyi2008-12-301-1/+0
| | * | | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-302-3/+37
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | ring_buffer: adding EXPORT_SYMBOLsRobert Richter2008-12-121-0/+34
| | | * | | ftrace: remove unused function arg in trace_iterator_increment()Robert Richter2008-12-101-2/+2
| | | * | | ring_buffer: update description for ring_buffer_alloc()Robert Richter2008-12-101-1/+1
| | | |/ /
| | * | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-301-1/+0
| | |\ \ \ | | | |_|/ | | |/| |
| | | | |
| | | | \
| | | | \
| | | | \
| | | *---. \ Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar2008-12-251-1/+0
| | | |\ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | | | * | hrtimer: removing all ur callback modesPeter Zijlstra2008-11-251-1/+0
| | | | |/ /
* | | | | | tracing/kmemtrace: export kmemtrace_mark_alloc_node() / kmemtrace_mark_free()Ingo Molnar2008-12-302-1/+4
* | | | | | tracing/kmemtrace: normalize the raw tracer event to the unified tracing APIFrederic Weisbecker2008-12-304-0/+391
|/ / / / /
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'tracing/docs', 'tracing/function-graph-tracer' and 'linus' in...Ingo Molnar2008-12-292-1/+7
|\ \ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-2820-802/+4400
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | * | | | Merge branch 'master' into nextJames Morris2008-12-045-96/+210
| | |\ \ \ \ | | | |/ / /
| | * | | | Merge branch 'master' into nextJames Morris2008-11-142-3/+18
| | |\ \ \ \
| | * | | | | CRED: Separate task security context from task_structDavid Howells2008-11-141-1/+1
| | | |_|_|/ | | |/| | |
| * | | | | tracing/function-graph-tracer: strip ending newlines on commentsFrederic Weisbecker2008-12-261-0/+6
|/ / / / /
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'tracing/rin...Ingo Molnar2008-12-2510-67/+39
|\ \ \ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | ring-buffer: prevent false positive warningSteven Rostedt2008-12-231-2/+5
OpenPOWER on IntegriCloud