summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
| | |\ \ \ \
| | * | | | | hw-breakpoints: fix undeclared ksym_tracer_mutexFrederic Weisbecker2009-06-031-2/+2
| | * | | | | hw-breakpoints: ftrace plugin for kernel symbol tracing using HW Breakpoint i...K.Prasad2009-06-025-0/+623
| * | | | | | Merge branch 'perf/core' into perf/probesIngo Molnar2009-11-175-16/+21
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge commit 'v2.6.32-rc7' into perf/coreIngo Molnar2009-11-152-3/+5
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge commit 'v2.6.32-rc6' into perf/coreIngo Molnar2009-11-044-12/+15
| | |\ \ \ \ \ \ \
| | * | | | | | | | tracing/filters: Fix to make system filter workLi Zefan2009-10-291-1/+1
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker2009-11-083-39/+96
| * | | | | | | | tracing/kprobes: Rename Kprobe-tracer to kprobe-eventMasami Hiramatsu2009-11-043-12/+15
| * | | | | | | | kprobe-tracer: Compare both of event-name and event-group to find probeMasami Hiramatsu2009-10-291-3/+5
| * | | | | | | | Merge branch 'perf/core' into perf/probesIngo Molnar2009-10-238-331/+707
| |\| | | | | | |
| | * | | | | | | tracing/events: Fix locking imbalance in the filter codeIngo Molnar2009-10-151-11/+15
| | * | | | | | | tracing/profile: Add filter supportLi Zefan2009-10-152-27/+109
| | * | | | | | | tracing/filters: Use a different op for glob matchLi Zefan2009-10-152-32/+29
| | * | | | | | | tracing/filters: Refactor subsystem filter codeLi Zefan2009-10-152-80/+45
| | * | | | | | | Merge branch 'tracing/core' into perf/coreIngo Molnar2009-10-156-183/+499
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'linus' into perf/coreIngo Molnar2009-10-152-2/+3
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge commit 'v2.6.32-rc4' into perf/coreIngo Molnar2009-10-137-36/+81
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | tracing/events: Add 'signed' field to format filesTom Zanussi2009-10-064-36/+48
| * | | | | | | | | | | Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar2009-10-1712-64/+109
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | tracing/kprobes: Add failure messages for debuggingMasami Hiramatsu2009-10-171-8/+27
| * | | | | | | | | | | tracing/kprobes: Update kprobe-tracer selftest against new syntaxMasami Hiramatsu2009-10-171-2/+2
| * | | | | | | | | | | tracing/kprobes: Robustify fixed field names against variable field names con...Masami Hiramatsu2009-10-121-4/+4
| * | | | | | | | | | | tracing/kprobes: Avoid field name conflictionMasami Hiramatsu2009-10-121-12/+53
| * | | | | | | | | | | tracing/kprobes: Make special variable names more self-explainableMasami Hiramatsu2009-10-121-28/+24
| * | | | | | | | | | | tracing/kprobes: Remove '$ra' special variableMasami Hiramatsu2009-10-121-11/+0
| * | | | | | | | | | | tracing/kprobes: Add $ prefix to special variablesMasami Hiramatsu2009-10-121-23/+37
| * | | | | | | | | | | tracing/ftrace: Fix to check create_event_dir() when adding new eventsMasami Hiramatsu2009-10-031-11/+14
| * | | | | | | | | | | tracing/kprobes: Use global event perf buffers in kprobe tracerMasami Hiramatsu2009-10-031-42/+73
| * | | | | | | | | | | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-2327-1114/+1256
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tracing/kprobes: Disable kprobe events by default after creationMasami Hiramatsu2009-09-171-2/+2
| * | | | | | | | | | | | tracing/kprobes: Fix profiling alignment for perf_counter bufferMasami Hiramatsu2009-09-171-5/+12
| * | | | | | | | | | | | tracing/kprobes: Add probe handler dispatcher to support perf and ftrace conc...Masami Hiramatsu2009-09-171-22/+63
| * | | | | | | | | | | | ftrace: Fix trace_remove_event_call() to lock trace_event_mutexMasami Hiramatsu2009-09-171-0/+5
| * | | | | | | | | | | | ftrace: Fix trace_add_event_call() to initialize listMasami Hiramatsu2009-09-171-1/+4
| * | | | | | | | | | | | tracing/kprobes: Fix trace_probe registration orderMasami Hiramatsu2009-09-171-23/+19
| * | | | | | | | | | | | tracing/kprobes: Support custom subsystem for each kprobe eventMasami Hiramatsu2009-09-171-6/+27
| * | | | | | | | | | | | tracing/kprobes: Show event name in trace outputMasami Hiramatsu2009-09-111-5/+11
| * | | | | | | | | | | | tracing/kprobes: Add argument name supportMasami Hiramatsu2009-09-111-64/+64
| * | | | | | | | | | | | tracing/kprobes: Add event profiling supportMasami Hiramatsu2009-09-111-2/+108
| * | | | | | | | | | | | tracing/kprobes: Cleanup kprobe tracer code.Masami Hiramatsu2009-09-111-47/+34
| * | | | | | | | | | | | tracing/kprobes: Fix probe offset to be unsignedMasami Hiramatsu2009-09-111-12/+7
| * | | | | | | | | | | | Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker2009-09-1119-311/+543
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | tracing: Remove unneeded pointer castsFrederic Weisbecker2009-08-271-2/+2
| * | | | | | | | | | | | tracing: Restore the const qualifier for field names and types definitionFrederic Weisbecker2009-08-272-4/+4
| * | | | | | | | | | | | tracing/kprobes: Change trace_arg to probe_argMasami Hiramatsu2009-08-271-9/+9
| * | | | | | | | | | | | tracing/kprobes: Fix format typo in trace_kprobesMasami Hiramatsu2009-08-271-1/+1