summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2010-02-25tracing: Remove CONFIG_TRACE_POWER from kernel configLi Zefan-9/+0
2010-02-25tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney-1/+2
2010-02-17tracing/kprobes: Make Kconfig dependencies genericHeiko Carstens-1/+1
2010-02-17tracing: Unify arch_syscall_addr() implementationsMike Frysinger-0/+5
2010-02-14tracing/kprobes: Fix probe parsingHeiko Carstens-1/+1
2010-02-11ftrace: Allow to remove a single function from function graph filterLi Zefan-21/+33
2010-02-09tracing: Add correct/incorrect to sort keys for branch annotation outputSteven Rostedt-2/+17
2010-02-05tree-wide: fix 'lenght' typo in comments and codeDaniel Mack-1/+1
2010-02-04Fix misspellings of "truly" in comments.Adam Buchbinder-2/+2
2010-02-04ftrace: Remove record freezingMasami Hiramatsu-39/+0
2010-02-04ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu-0/+15
2010-02-02tracing: Fix circular dead lock in stack traceLai Jiangshan-0/+24
2010-02-02Merge branch 'master' into percpuTejun Heo-20/+52
2010-01-29Merge branch 'perf/urgent' into perf/coreIngo Molnar-14/+25
2010-01-29tracing/kprobe: Cleanup unused return value of tracing functionsXiao Guangrong-17/+10
2010-01-29perf: Factorize trace events raw sample buffer operationsXiao Guangrong-142/+67
2010-01-29tracing: Simplify test for function_graph tracing start pointLai Jiangshan-7/+3
2010-01-26tracing/documentation: Cover new frame pointer semanticsMike Frysinger-3/+1
2010-01-26ring-buffer: Check for end of page in iteratorSteven Rostedt-3/+8
2010-01-26ring-buffer: Check if ring buffer iterator has stale dataSteven Rostedt-0/+13
2010-01-25tracing: Prevent kernel oops with corrupted bufferSteven Rostedt-0/+5
2010-01-17tracing/kprobe: Update kprobe tracing self test for new syntaxMasami Hiramatsu-8/+47
2010-01-17tracing: Drop the tr check from the graph tracing pathFrederic Weisbecker-9/+10
2010-01-14tracing/filters: Add comment for match callbacksLi Zefan-1/+12
2010-01-14tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan-4/+3
2010-01-14tracing/filters: Fix MATCH_MIDDLE_ONLY filter matchingLi Zefan-1/+1
2010-01-14tracing/filters: Fix MATCH_END_ONLY filter matchingLi Zefan-2/+3
2010-01-14tracing/filters: Fix MATCH_FRONT_ONLY filter matchingLi Zefan-1/+1
2010-01-14ftrace: Fix MATCH_END_ONLY function filterLi Zefan-3/+3
2010-01-13tracing/kprobe: Drop function argument access syntaxMasami Hiramatsu-17/+1
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar-147/+123
2010-01-06ring-buffer: Add rb_list_head() wrapper around new reader page next fieldSteven Rostedt-1/+1
2010-01-06ring-buffer: Wrap a list.next reference with rb_list_head()David Sharp-1/+1
2010-01-06tracing: Add stack dump to trace_printk if stacktrace option is setSteven Rostedt-2/+6
2010-01-06tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan-39/+97
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan-229/+0
2010-01-06tracing: Use defined fields and print_fmt to print formatsLai Jiangshan-24/+41
2010-01-06tracing: Have syscall tracing call its own init functionSteven Rostedt-6/+6
2010-01-06tracing/kprobes: Init print_fmt for kprobe eventsLai Jiangshan-1/+63
2010-01-06tracing/syscalls: Init print_fmt for syscall eventsLai Jiangshan-1/+67
2010-01-06tracing: Add print_fmt fieldLai Jiangshan-0/+7
2010-01-06tracing: Have __dynamic_array() define a fieldLai Jiangshan-1/+6
2010-01-05local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.cChristoph Lameter-0/+2
2010-01-05Merge branch 'master' into percpuTejun Heo-903/+3787
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-146/+122
2009-12-30tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan-3/+4
2009-12-30tracing/kprobe: Show sign of fields in trace_kprobe format filesLai Jiangshan-3/+4
2009-12-30ksym_tracer: Remove trace_statLi Zefan-77/+50
2009-12-30ksym_tracer: Fix race when incrementing countLi Zefan-5/+7
2009-12-30ksym_tracer: Fix to allow writing newline to ksym_trace_filterLi Zefan-2/+2