aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAge
* trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan2009-12-01
* trace_syscalls: Remove enter_id exit_idLai Jiangshan2009-12-01
* trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan2009-12-01
* trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan2009-12-01
* trace_kprobes: Fix a memory leak bug and check kstrdup() return valueMasami Hiramatsu2009-12-01
* trace_kprobes: Don't output zero offsetLai Jiangshan2009-11-27
* trace_kprobes: Always show group nameLai Jiangshan2009-11-27
* trace_kprobes: Fix memory leakLai Jiangshan2009-11-27
* trace_syscalls: Add syscall nr fieldLai Jiangshan2009-11-27
* hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker2009-11-27
* hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker2009-11-26
* ksym_tracer: Fix breakpoint removal after modificationFrederic Weisbecker2009-11-26
* trace/syscalls: Change ret param in struct syscall_trace_exit to longTom Zanussi2009-11-25
* perf_events: Undo some recursion damagePeter Zijlstra2009-11-23
* tracing: Forget about the NMI buffer for syscall eventsFrederic Weisbecker2009-11-22
* tracing: Use the perf recursion protection from trace eventFrederic Weisbecker2009-11-22
* Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar2009-11-21
|\
| * ksym_tracer: Support read accesses independent of read/write.Paul Mundt2009-11-10
| * ksym_tracer: Remove KSYM_SELFTEST_ENTRYLi Zefan2009-11-08
| * hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker2009-11-08
| * Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker2009-10-17
| |\
| * | tracing: Fix ring-buffer and ksym tracer merge interactionFrederic Weisbecker2009-09-07
| * | Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar2009-09-07
| |\ \
| * | | tracing/ksym_tracer: support quick clear for ksym_trace_filter -- v2Xiao Guangrong2009-07-23
| * | | tracing/ksym_tracer: fix write operation of ksym_trace_filterXiao Guangrong2009-07-23
| * | | tracing/ksym_tracer: fix the output of ksym tracerXiao Guangrong2009-07-23
| * | | ksym_tracer: Fix the output of stat tracingLi Zefan2009-07-10
| * | | ksym_tracer: Fix memory leakLi Zefan2009-07-10
| * | | ksym_tracer: Report error when failed to re-register hbpLi Zefan2009-07-10
| * | | ksym_tracer: NIL-terminate user input filterLi Zefan2009-07-10
| * | | ksym_tracer: Fix validation of length of access typeLi Zefan2009-07-10
| * | | ksym_tracer: Fix validation of access typeLi Zefan2009-07-10
| * | | ksym_tracer: Rewrite ksym_trace_filter_read()Li Zefan2009-07-10
| * | | ksym_tracer: Extract trace entry from struct trace_ksymLi Zefan2009-07-10
| * | | Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-06-17
| |\ \ \
| * | | | hw-breakpoints: fix undeclared ksym_tracer_mutexFrederic Weisbecker2009-06-02
| * | | | hw-breakpoints: ftrace plugin for kernel symbol tracing using HW Breakpoint i...K.Prasad2009-06-02
* | | | | Merge branch 'perf/core' into perf/probesIngo Molnar2009-11-17
|\ \ \ \ \
| * \ \ \ \ Merge commit 'v2.6.32-rc7' into perf/coreIngo Molnar2009-11-15
| |\ \ \ \ \
| | * | | | | ftrace: Fix unmatched locking in ftrace_regex_write()Li Zefan2009-11-04
| | * | | | | ring-buffer: Synchronize resizing buffer with reader lockLai Jiangshan2009-11-04
| * | | | | | Merge commit 'v2.6.32-rc6' into perf/coreIngo Molnar2009-11-04
| |\| | | | |
| | * | | | | tracing: Remove cpu arg from the rb_time_stamp() functionJiri Olsa2009-10-24
| | * | | | | tracing: Fix comment typo and documentation exampleJiri Olsa2009-10-24
| | * | | | | tracing: Fix trace_seq_printf() return valueJiri Olsa2009-10-24
| | * | | | | tracing: Update *ppos instead of filp->f_posJiri Olsa2009-10-24
| * | | | | | tracing/filters: Fix to make system filter workLi Zefan2009-10-29
| | |_|_|_|/ | |/| | | |
* | | | | | tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker2009-11-08
* | | | | | tracing/kprobes: Rename Kprobe-tracer to kprobe-eventMasami Hiramatsu2009-11-04
* | | | | | kprobe-tracer: Compare both of event-name and event-group to find probeMasami Hiramatsu2009-10-29