aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-206/+587
2009-11-25ring-buffer-benchmark: Add parameters to set produce/consumer prioritiesSteven Rostedt1-2/+56
2009-11-23tracing, function tracer: Clean up strstrip() usageIngo Molnar1-5/+4
2009-11-23ring-buffer benchmark: Run producer/consumer threads at nice +19Ingo Molnar1-0/+6
2009-11-17tracing: Prevent build warning: 'ftrace_graph_buf' defined but not usedLai Jiangshan1-1/+1
2009-11-17tracing: Fix trace_marker outputCarsten Emde1-25/+14
2009-11-17ring-buffer: Move access to commit_page up into function usedSteven Rostedt1-6/+3
2009-11-11tracing: do not disable interrupts for trace_clock_localSteven Rostedt1-3/+5
2009-11-11ring-buffer: Add multiple iterations between benchmark timestampsSteven Rostedt1-9/+16
2009-11-11tracing: Fix return value of tracing_stats_read()Roel Kluin1-1/+1
2009-11-04ftrace: Fix unmatched locking in ftrace_regex_write()Li Zefan1-3/+3
2009-11-04ring-buffer: Synchronize resizing buffer with reader lockLai Jiangshan1-0/+2
2009-11-02tracing: Fix to use __always_unused attributeLi Zefan1-2/+2
2009-10-29Merge branch 'tracing/urgent' into tracing/coreIngo Molnar7-15/+57
2009-10-24tracing: Remove cpu arg from the rb_time_stamp() functionJiri Olsa1-5/+5
2009-10-24tracing: Fix comment typo and documentation exampleJiri Olsa1-1/+1
2009-10-24tracing: Fix trace_seq_printf() return valueJiri Olsa1-1/+4
2009-10-24tracing: Update *ppos instead of filp->f_posJiri Olsa2-5/+5
2009-10-14Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+3
2009-10-14ftrace: Rename set_bootup_ftrace into set_cmdline_ftraceFrederic Weisbecker1-2/+2
2009-10-14ftrace: Copy ftrace_graph_filter boot param using strlcpyFrederic Weisbecker1-1/+1
2009-10-14tracing: Move syscalls metadata handling from arch to coreFrederic Weisbecker1-0/+86
2009-10-14tracing: Enable records during the module loadJiri Olsa1-8/+30
2009-10-14tracing: Support multiple pids in set_pid_ftrace filejolsa@redhat.com2-71/+167
2009-10-13Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/coreIngo Molnar3-6/+36
2009-10-13tracing: Remove unused ftrace_trace_addr helperFrederic Weisbecker1-4/+0
2009-10-13tracing: Rename set_ftrace to set_bootup_ftraceFrederic Weisbecker1-2/+2
2009-10-13Merge branch 'tracing/urgent' into tracing/coreIngo Molnar7-37/+40
2009-10-13tracing/filters: Fix memory leak when setting a filterLi Zefan1-1/+2
2009-10-12ftrace: add kernel command line graph function filteringStefan Assmann1-0/+34
2009-10-09tracing: fix trace_vprintk callSteven Rostedt1-1/+1
2009-10-08Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-35/+37
2009-10-08Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-10-07tracing: user local buffer variable for trace branch tracerSteven Rostedt1-3/+5
2009-10-07tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.cZhenwen Xu2-4/+6
2009-10-07ftrace: check for failure for all conversionsSteven Rostedt1-8/+3
2009-10-07tracing: correct module boundaries for ftrace_releasejolsa@redhat.com1-8/+4
2009-10-07tracing: fix transposed numbers of lock_depth and preempt_countSteven Rostedt1-6/+8
2009-10-06trace: Fix missing assignment in trace_ctxwake_*Hiroshi Shimamoto1-2/+2
2009-10-06tracing/syscalls: Use long for syscall ret format and field definitionsTom Zanussi1-2/+2
2009-10-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+5
2009-10-05tracing: Use free_percpu instead of kfreeFrederic Weisbecker1-2/+2
2009-10-05tracing: Check total refcount before releasing bufs in profile_enable failureFrederic Weisbecker1-5/+10
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura1-0/+34
2009-10-01Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac1-0/+5
2009-10-01kmemtrace: Fix up tracer registrationPaul Mundt1-1/+1
2009-10-01Merge branch 'tracing/urgent' into tracing/coreIngo Molnar15-381/+255
2009-10-01tracing: Fix infinite recursion in ftrace_update_pid_func()Matt Fleming1-0/+4
2009-09-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-15/+17
2009-09-24tracing/filters: Unify the regex parsing helpersFrederic Weisbecker3-70/+23