summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-171-1/+1
|\
| * kbuild: move utsrelease.h to include/generatedSam Ravnborg2009-12-121-1/+1
* | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-1612-219/+183Star
|\ \
| * | tracing: Fix return of trace_dump_stack()Steven Rostedt2009-12-151-1/+1
| * | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-12-142-0/+18
| |\ \
| | * | tracing: Add stack trace to irqsoff tracerSteven Rostedt2009-12-111-0/+2
| | * | tracing: Add trace_dump_stack()Steven Rostedt2009-12-111-0/+16
| * | | Merge branch 'linus' into tracing/urgentIngo Molnar2009-12-142-11/+31
| |\ \ \ | | | |/ | | |/|
| * | | ksym_tracer: Fix bad castLi Zefan2009-12-131-3/+4
| * | | tracing/power: Remove two exportsLi Zefan2009-12-131-2/+0Star
| * | | tracing: Change event->profile_count to be int typeLi Zefan2009-12-132-4/+3Star
| * | | tracing: Simplify trace_option_write()Li Zefan2009-12-131-54/+31Star
| * | | tracing: Remove useless trace optionLi Zefan2009-12-132-13/+11Star
| * | | tracing: Use seq file for trace_clockLi Zefan2009-12-131-9/+15
| * | | tracing: Use seq file for trace_optionsLi Zefan2009-12-131-43/+17Star
| * | | function-graph: Allow writing the same val to set_graph_functionLi Zefan2009-12-131-3/+2Star
| * | | ftrace: Call trace_parser_clear() properlyLi Zefan2009-12-131-2/+1Star
| * | | ftrace: Return EINVAL when writing invalid val to set_ftrace_filterLi Zefan2009-12-131-6/+16
| * | | tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan2009-12-132-13/+17
| * | | tracing: Pull up calls to trace_define_common_fields()Li Zefan2009-12-134-23/+4Star
| * | | tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan2009-12-131-0/+14
| | |/ | |/|
| * | ring-buffer: Move resize integrity check under reader lockSteven Rostedt2009-12-111-4/+4
| * | ring-buffer: Use sync sched protection on ring buffer resizingSteven Rostedt2009-12-111-16/+9Star
| * | tracing: Fix wrong usage of strstrip in trace_ksymsThomas Gleixner2009-12-111-28/+21Star
* | | const: constify remaining pipe_buf_operationsAlexey Dobriyan2009-12-161-2/+2
* | | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-146-38/+38
* | | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-145-9/+9
* | | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-145-17/+17
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-144-34/+35
|\ \ \ | |_|/ |/| |
| * | percpu: make percpu symbols in tracer uniqueTejun Heo2009-10-292-27/+28
| * | this_cpu: Use this_cpu_xx in trace_functions_graph.cTejun Heo2009-10-131-2/+2
| * | this_cpu: Use this_cpu_xx for ftraceChristoph Lameter2009-10-122-5/+5
* | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-124-57/+242
|\ \ \ | | |/ | |/|
| * | tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde2009-12-091-6/+12
| * | tracing: Fix function graph trace_pipe to properly display failed entriesJiri Olsa2009-12-091-34/+131
| * | tracing: Add full state to trace_seqJohannes Berg2009-12-091-11/+50
| * | tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt2009-12-092-6/+43
| * | tracing: Only call pipe_close if pipe_close is definedSteven Rostedt2009-12-091-1/+1
| * | tracing: Add pipe_close interfaceSteven Rostedt2009-12-072-0/+6
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-122-13/+33
|\ \ \ | |/ / |/| |
| * | tracing/kprobes: Fix field creation's bad error handlingFrederic Weisbecker2009-12-091-2/+2
| * | trace-kprobe: Support delete probe syntaxMasami Hiramatsu2009-12-091-9/+28
| * | hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker2009-12-061-2/+3
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-0613-347/+2645
|\| |
| * | trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan2009-12-011-16/+0Star
| * | trace_syscalls: Simplify syscall profileLai Jiangshan2009-12-011-16/+8Star
| * | trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan2009-12-011-0/+12
| * | trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan2009-12-011-13/+9Star
| * | trace_syscalls: Remove enter_id exit_idLai Jiangshan2009-12-011-20/+10Star
| * | trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan2009-12-011-25/+11Star