summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | tracing: Fix typo of info text in trace_kprobe.cWenji Huang2010-02-251-2/+2
| * | | | | | | | tracing: Fix typo in prof_sysexit_enable()Wenji Huang2010-02-251-1/+1
| * | | | | | | | tracing: Remove CONFIG_TRACE_POWER from kernel configLi Zefan2010-02-251-9/+0Star
| * | | | | | | | tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney2010-02-251-1/+2
* | | | | | | | | Merge commit 'v2.6.33' into tracing/coreIngo Molnar2010-02-267-21/+77
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | tracing/kprobes: Fix probe parsingHeiko Carstens2010-02-141-1/+1
| * | | | | | | tracing: Fix circular dead lock in stack traceLai Jiangshan2010-02-021-0/+24
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | tracing/documentation: Cover new frame pointer semanticsMike Frysinger2010-01-261-3/+1Star
| * | | | | | ring-buffer: Check for end of page in iteratorSteven Rostedt2010-01-261-3/+8
| * | | | | | ring-buffer: Check if ring buffer iterator has stale dataSteven Rostedt2010-01-261-0/+13
| * | | | | | tracing: Prevent kernel oops with corrupted bufferSteven Rostedt2010-01-251-0/+5
| | |_|_|/ / | |/| | | |
| * | | | | tracing/filters: Add comment for match callbacksLi Zefan2010-01-151-1/+12
| * | | | | tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan2010-01-151-4/+3Star
| * | | | | tracing/filters: Fix MATCH_MIDDLE_ONLY filter matchingLi Zefan2010-01-151-1/+1
| * | | | | tracing/filters: Fix MATCH_END_ONLY filter matchingLi Zefan2010-01-151-2/+3
| * | | | | tracing/filters: Fix MATCH_FRONT_ONLY filter matchingLi Zefan2010-01-151-1/+1
| * | | | | ftrace: Fix MATCH_END_ONLY function filterLi Zefan2010-01-151-3/+3
| * | | | | ring-buffer: Add rb_list_head() wrapper around new reader page next fieldSteven Rostedt2010-01-071-1/+1
| * | | | | ring-buffer: Wrap a list.next reference with rb_list_head()David Sharp2010-01-071-1/+1
| | |_|/ / | |/| | |
* | | | | ftrace: Allow to remove a single function from function graph filterLi Zefan2010-02-112-21/+33
* | | | | tracing: Add correct/incorrect to sort keys for branch annotation outputSteven Rostedt2010-02-101-2/+17
| |/ / / |/| | |
* | | | tracing: Simplify test for function_graph tracing start pointLai Jiangshan2010-01-292-7/+3Star
* | | | tracing: Drop the tr check from the graph tracing pathFrederic Weisbecker2010-01-171-9/+10
* | | | tracing: Add stack dump to trace_printk if stacktrace option is setSteven Rostedt2010-01-071-2/+6
* | | | tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan2010-01-061-39/+97
* | | | tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan2010-01-064-229/+0Star
* | | | tracing: Use defined fields and print_fmt to print formatsLai Jiangshan2010-01-061-24/+41
* | | | tracing: Have syscall tracing call its own init functionSteven Rostedt2010-01-061-6/+6
* | | | tracing/kprobes: Init print_fmt for kprobe eventsLai Jiangshan2010-01-061-1/+63
* | | | tracing/syscalls: Init print_fmt for syscall eventsLai Jiangshan2010-01-061-1/+67
* | | | tracing: Add print_fmt fieldLai Jiangshan2010-01-061-0/+7
* | | | tracing: Have __dynamic_array() define a fieldLai Jiangshan2010-01-061-1/+6
|/ / /
* | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-315-146/+122Star
|\ \ \
| * | | tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan2009-12-301-3/+4
| * | | tracing/kprobe: Show sign of fields in trace_kprobe format filesLai Jiangshan2009-12-301-3/+4
| * | | ksym_tracer: Remove trace_statLi Zefan2009-12-301-77/+50Star
| * | | ksym_tracer: Fix race when incrementing countLi Zefan2009-12-301-5/+7
| * | | ksym_tracer: Fix to allow writing newline to ksym_trace_filterLi Zefan2009-12-301-2/+2
| * | | ksym_tracer: Fix to make the tracer workLi Zefan2009-12-301-1/+0Star
| * | | tracing: Kconfig spelling fixes and cleanupsRandy Dunlap2009-12-281-56/+56
| * | | tracing: Fix setting tracer specific optionsSteven Rostedt2009-12-221-1/+1
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-192-6/+26
|\ \ \ \ | | |/ / | |/| |
| * | | perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker2009-12-171-0/+1
| * | | kprobe-tracer: Check new event/group nameMasami Hiramatsu2009-12-171-6/+25
* | | | 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