summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2014-10-05trace: Fix epoll hang when we race with new entriesJosef Bacik
2014-09-17ring-buffer: Up rb_iter_peek() loop count to 3Steven Rostedt (Red Hat)
2014-09-17ring-buffer: Always reset iterator to reader pageSteven Rostedt (Red Hat)
2014-07-31tracing: Fix wraparound problems in "uptime" trace clockTony Luck
2014-07-28ring-buffer: Fix polling on trace_pipeMartin Lau
2014-07-28tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputszhangwei(Jovi)
2014-07-28tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputszhangwei(Jovi)
2014-07-28tracing: Fix graph tracer with stack tracer on other archsSteven Rostedt (Red Hat)
2014-07-28tracing: instance_rmdir() leaks ftrace_event_file->filterOleg Nesterov
2014-07-17ring-buffer: Check if buffer exists before pollingSteven Rostedt (Red Hat)
2014-07-09tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)
2014-07-06tracing: Try again for saved cmdline if failed due to lockingSteven Rostedt (Red Hat)
2014-06-07ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)
2014-05-31tracing: Use rcu_dereference_sched() for trace event triggersSteven Rostedt (Red Hat)
2014-05-31tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)
2014-05-31blktrace: fix accounting of partially completed requestsRoman Pen
2014-03-25tracing: Fix traceon trigger condition to actually turn tracing onSteven Rostedt (Red Hat)
2014-03-20tracing: Fix array size mismatch in format stringVaibhav Nagarnaik
2014-03-03tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)
2014-02-11ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-27Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-23tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)
2014-01-23tracing: Fix formatting of trace README fileSteven Rostedt (Red Hat)
2014-01-22tracing/README: Add event file usage to tracing mini-HOWTOTom Zanussi
2014-01-22Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-01-19tracing: Fix buggered tee(2) on tracing_pipeAl Viro
2014-01-14tracing: Have trace buffer point back to trace_arraySteven Rostedt (Red Hat)
2014-01-13ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)
2014-01-13ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli
2014-01-13sched/deadline: Add latency tracing for SCHED_DEADLINE tasksDario Faggioli
2014-01-09ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)
2014-01-09tracing: Show available event triggers when no trigger is setSteven Rostedt (Red Hat)
2014-01-09tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)
2014-01-09tracing: Fix counter for traceon/off event triggersSteven Rostedt (Red Hat)
2014-01-06tracing: Remove double-underscore naming in syscall trigger invocationsTom Zanussi
2014-01-06tracing/kprobes: Add trace event trigger invocationsTom Zanussi
2014-01-03tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim
2014-01-02tracing/uprobes: Add support for full argument access methodsNamhyung Kim
2014-01-02tracing/uprobes: Fetch args before reserving a ring bufferNamhyung Kim
2014-01-02tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()Namhyung Kim
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim
2014-01-02tracing/probes: Add fetch{,_size} member into deref fetch methodHyeoncheol Lee
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim
2014-01-02tracing/probes: Move fetch function helpers to trace_probe.hNamhyung Kim