aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | ksym_tracer: Report error when failed to re-register hbpLi Zefan2009-07-101-2/+2
| | * | | ksym_tracer: NIL-terminate user input filterLi Zefan2009-07-101-5/+2
| | * | | ksym_tracer: Fix validation of length of access typeLi Zefan2009-07-101-7/+7
| | * | | ksym_tracer: Fix validation of access typeLi Zefan2009-07-101-18/+14
| | * | | ksym_tracer: Rewrite ksym_trace_filter_read()Li Zefan2009-07-101-11/+18
| | * | | ksym_tracer: Extract trace entry from struct trace_ksymLi Zefan2009-07-102-17/+22
| | * | | Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-06-1713-138/+357
| | |\ \ \