aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* 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-114-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-112-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-0513-347/+2645
|\| |
| * | trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan2009-12-011-16/+0
| * | trace_syscalls: Simplify syscall profileLai Jiangshan2009-12-011-16/+8
| * | 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/+9
| * | trace_syscalls: Remove enter_id exit_idLai Jiangshan2009-12-011-20/+10
| * | trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan2009-12-011-25/+11
| * | trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan2009-12-011-8/+0
| * | trace_kprobes: Fix a memory leak bug and check kstrdup() return valueMasami Hiramatsu2009-12-011-7/+19
| * | trace_kprobes: Don't output zero offsetLai Jiangshan2009-11-271-3/+9
| * | trace_kprobes: Always show group nameLai Jiangshan2009-11-271-1/+1
| * | trace_kprobes: Fix memory leakLai Jiangshan2009-11-271-1/+3
| * | trace_syscalls: Add syscall nr fieldLai Jiangshan2009-11-271-0/+8
| * | hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker2009-11-271-22/+20
| * | hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker2009-11-261-12/+4
| * | ksym_tracer: Fix breakpoint removal after modificationFrederic Weisbecker2009-11-261-2/+8
| * | trace/syscalls: Change ret param in struct syscall_trace_exit to longTom Zanussi2009-11-251-1/+1
| * | perf_events: Undo some recursion damagePeter Zijlstra2009-11-232-12/+16
| * | tracing: Forget about the NMI buffer for syscall eventsFrederic Weisbecker2009-11-221-8/+2
| * | tracing: Use the perf recursion protection from trace eventFrederic Weisbecker2009-11-223-66/+43
| * | Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar2009-11-216-0/+654
| |\ \
| | * | ksym_tracer: Support read accesses independent of read/write.Paul Mundt2009-11-101-1/+10
| | * | ksym_tracer: Remove KSYM_SELFTEST_ENTRYLi Zefan2009-11-082-2/+2
| | * | hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker2009-11-084-74/+66
| | * | Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker2009-10-1830-1481/+2060
| | |\ \
| | * | | tracing: Fix ring-buffer and ksym tracer merge interactionFrederic Weisbecker2009-09-071-4/+5
| | * | | Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar2009-09-0729-1386/+2829
| | |\ \ \
| | * | | | tracing/ksym_tracer: support quick clear for ksym_trace_filter -- v2Xiao Guangrong2009-07-231-18/+35
| | * | | | tracing/ksym_tracer: fix write operation of ksym_trace_filterXiao Guangrong2009-07-231-0/+4
| | * | | | tracing/ksym_tracer: fix the output of ksym tracerXiao Guangrong2009-07-231-7/+6
| | * | | | ksym_tracer: Fix the output of stat tracingLi Zefan2009-07-101-9/+11
| | * | | | ksym_tracer: Fix memory leakLi Zefan2009-07-101-34/+27