summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Rename set_bootup_ftrace into set_cmdline_ftraceFrederic Weisbecker2009-10-141-2/+2
* ftrace: Copy ftrace_graph_filter boot param using strlcpyFrederic Weisbecker2009-10-141-1/+1
* tracing: Move syscalls metadata handling from arch to coreFrederic Weisbecker2009-10-141-0/+86
* tracing: Enable records during the module loadJiri Olsa2009-10-141-8/+30
* tracing: Support multiple pids in set_pid_ftrace filejolsa@redhat.com2009-10-142-71/+167
* Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-10-133-6/+36
|\
| * tracing: Remove unused ftrace_trace_addr helperFrederic Weisbecker2009-10-131-4/+0
| * tracing: Rename set_ftrace to set_bootup_ftraceFrederic Weisbecker2009-10-131-2/+2
| * ftrace: add kernel command line graph function filteringStefan Assmann2009-10-121-0/+34
* | Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-137-37/+40
|\ \ | |/ |/|
| * tracing/filters: Fix memory leak when setting a filterLi Zefan2009-10-131-1/+2
| * tracing: fix trace_vprintk callSteven Rostedt2009-10-091-1/+1
| * tracing: user local buffer variable for trace branch tracerSteven Rostedt2009-10-071-3/+5
| * tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.cZhenwen Xu2009-10-072-4/+6
| * ftrace: check for failure for all conversionsSteven Rostedt2009-10-071-8/+3
| * tracing: correct module boundaries for ftrace_releasejolsa@redhat.com2009-10-071-8/+4
| * tracing: fix transposed numbers of lock_depth and preempt_countSteven Rostedt2009-10-071-6/+8
| * trace: Fix missing assignment in trace_ctxwake_*Hiroshi Shimamoto2009-10-061-2/+2
| * tracing: Use free_percpu instead of kfreeFrederic Weisbecker2009-10-051-2/+2
| * tracing: Check total refcount before releasing bufs in profile_enable failureFrederic Weisbecker2009-10-051-5/+10
* | Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-0115-381/+255
|\ \
| * | tracing: Fix infinite recursion in ftrace_update_pid_func()Matt Fleming2009-10-011-0/+4
| |/
| * Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-263-15/+17
| |\
| | * tracing: Fix failure path in ftrace_regex_open()Li Zefan2009-09-221-1/+3
| | * tracing: Fix failure path in ftrace_graph_write()Li Zefan2009-09-221-4/+6
| | * tracing: Check the return value of trace_get_user()Li Zefan2009-09-222-9/+7
| | * tracing: Fix off-by-one in trace_get_user()Li Zefan2009-09-221-1/+1
| * | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-242-4/+4
| * | cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-241-5/+2
| * | seq_file: constify seq_operationsJames Morris2009-09-232-4/+4
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-222-2/+2
| |\ \
| | * | trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
| | * | trivial: Fix duplicated word "options" in commentUwe Kleine-Koenig2009-09-211-1/+1
| * | | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-09-211-3/+3
| |\ \ \ | | |_|/ | |/| |
| | * | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-3/+3
| | |/
| * | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-09-211-1/+7
| |\ \
| | * | sched: Fix raciness in runqueue_is_locked()Andrew Morton2009-09-201-1/+7
| * | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-216-108/+193
| |\ \ \ | | |_|/ | |/| |
| | * | tracing: Export trace_profile_buf symbolsPeter Zijlstra2009-09-201-1/+4
| | * | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-09-193-86/+35
| | |\ \
| | | * | tracing/events: use list_for_entry_continueLi Zefan2009-09-191-34/+15
| | | * | tracing: remove max_tracer_type_lenLi Zefan2009-09-191-33/+16
| | | * | function-graph: use ftrace_graph_funcs directlyLi Zefan2009-09-191-19/+4
| | | |/
| | * | Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2009-09-192-21/+155
| | |\ \
| | | * | tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker2009-09-182-20/+138
| | | * | tracing: Factorize the events profile accountingFrederic Weisbecker2009-09-181-2/+18
| | | |/
| | * | tracing: Remove markersChristoph Hellwig2009-09-181-1/+0
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds2009-09-201-2/+0
| |\ \
| | * | includecheck fix: kernel/trace, ring_buffer.cJaswinder Singh Rajput2009-09-201-2/+0
| | |/
| * | tracing, perf: Convert the power tracer into an event tracerArjan van de Ven2009-09-195-239/+21
| |/
OpenPOWER on IntegriCloud