aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2014-06-18ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)
2014-06-18tracing: Use rcu_dereference_sched() for trace event triggersSteven Rostedt (Red Hat)
2014-06-18tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)
2014-06-18blktrace: fix accounting of partially completed requestsRoman Pen
2014-04-15Merge branch 'tracking-uprobes' into merge-linux-linaro-core-trackingAndrey Konovalov
2014-04-15Automatically merging tracking-linaro-android-3.14 into merge-linux-linaro-co...Andrey Konovalov
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-19trace: add non-hierarchical function_graph optionJamie Gennis
2014-03-19trace: Add an option to show tgids in trace outputJamie Gennis
2014-03-19trace/events: add gpu trace eventsJamie Gennis
2014-03-18uprobes: Kconfig dependency fixDavid A. Long
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
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim
2014-01-02tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim
2014-01-02tracing/uprobes: Convert to struct trace_probeNamhyung Kim
2014-01-02tracing/kprobes: Factor out struct trace_probeNamhyung Kim
2014-01-02tracing/probes: Fix basic print type functionsNamhyung Kim
2014-01-02tracing/uprobes: Fix documentation of uprobe registration syntaxNamhyung Kim