summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ftrace: Do no disable function tracing on enabling function tracingSteven Rostedt (Red Hat)2014-07-181-7/+0Star
| * | | ftrace-graph: Remove usage of ftrace_stop() in ftrace_graph_stop()Steven Rostedt (Red Hat)2014-07-181-5/+0Star
| * | | ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop()Steven Rostedt (Red Hat)2014-07-172-5/+35
| * | | ftrace: Allow archs to specify if they need a separate function graph trampolineSteven Rostedt (Red Hat)2014-07-161-2/+4
| * | | Merge branch 'trace/ftrace/urgent' into trace/ftrace/coreSteven Rostedt (Red Hat)2014-07-092-21/+27
| |\ \ \ | | | |/ | | |/|
| * | | tracing: Add description of set_graph_notrace to tracing/READMENamhyung Kim2014-07-011-0/+1
| * | | tracing: Improve message of empty set_ftrace_notrace fileNamhyung Kim2014-07-011-3/+8
| * | | tracing: Improve message of empty set_graph_notrace fileNamhyung Kim2014-07-011-1/+6
| * | | tracing: Add ftrace_graph_notrace boot parameterNamhyung Kim2014-07-011-4/+20
| * | | tracing: Convert pr_warning() to pr_warn() in trace_events.cFabian Frederick2014-07-011-29/+27Star
| * | | ftrace: Do not copy hash if O_TRUNC is setNamhyung Kim2014-07-011-5/+7
| * | | ftrace: Fix memory leak on failure path in ftrace_allocate_pages()Namhyung Kim2014-07-011-1/+2
| * | | ftrace: Get rid of obsolete global_start_up variableNamhyung Kim2014-07-011-3/+1Star
| * | | tracing: Add trace_seq_buffer_ptr() helper functionSteven Rostedt (Red Hat)2014-07-011-7/+7
| * | | tracing: Remove unnecessary null test before debugfs_remove()Fabian Frederick2014-07-011-4/+2Star
| * | | tracing: Remove trace_seq_reserve()Steven Rostedt (Red Hat)2014-07-011-30/+0Star
| * | | tracing: Make trace_seq_putmem_hex() more robustSteven Rostedt (Red Hat)2014-07-012-8/+19
| * | | tracing: Clean up trace_seq.cSteven Rostedt (Red Hat)2014-07-011-32/+175
| * | | tracing: Move the trace_seq_* functions into its own trace_seq.c fileSteven Rostedt (Red Hat)2014-07-015-295/+304
| * | | ftrace: Simplify ftrace_hash_disable/enable path in ftrace_hash_moveMasami Hiramatsu2014-07-011-22/+11Star
| * | | ftrace: Add trampolines to enabled_functions debug fileSteven Rostedt (Red Hat)2014-07-011-2/+14
| * | | ftrace: Optimize function graph to be called directlySteven Rostedt (Red Hat)2014-07-011-7/+235
| * | | ftrace: Add ftrace_rec_counter() macro to simplify the codeSteven Rostedt (Red Hat)2014-06-301-6/+6
| * | | ftrace: Allow no regs if no more callbacks require itSteven Rostedt (Red Hat)2014-06-301-0/+32
* | | | tracing: Fix wraparound problems in "uptime" trace clockTony Luck2014-07-212-5/+6
| |_|/ |/| |
* | | ring-buffer: Fix polling on trace_pipeMartin Lau2014-07-151-4/+0Star
* | | tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputszhangwei(Jovi)2014-07-151-0/+6
* | | tracing: Fix graph tracer with stack tracer on other archsSteven Rostedt (Red Hat)2014-07-151-2/+2
* | | tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputszhangwei(Jovi)2014-07-151-2/+10
* | | tracing: instance_rmdir() leaks ftrace_event_file->filterOleg Nesterov2014-07-141-0/+1
| |/ |/|
* | tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)2014-07-011-2/+0Star
* | tracing/uprobes: Fix the usage of uprobe_buffer_enable() in probe_event_enable()Oleg Nesterov2014-06-301-12/+19
* | tracing/uprobes: Kill the bogus UPROBE_HANDLER_REMOVE code in uprobe_dispatch...Oleg Nesterov2014-06-301-6/+0Star
* | tracing/uprobes: Revert "Support mix of ftrace and perf"Oleg Nesterov2014-06-301-1/+8
|/
* Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2014-06-133-20/+36
|\
| * tracing: Fix check of ftrace_trace_arrays list_empty() checkSteven Rostedt (Red Hat)2014-06-101-1/+1
| * tracing: Fix leak of per cpu max data in instancesSteven Rostedt (Red Hat)2014-06-101-9/+12
| * tracing: Cleanup saved_cmdlines_size changesNamhyung Kim2014-06-101-3/+3
| * ring-buffer: Check if buffer exists before pollingSteven Rostedt (Red Hat)2014-06-102-7/+20
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-135-101/+121
|\ \
| * \ Merge branch 'perf/kprobes' into perf/coreIngo Molnar2014-06-055-80/+96
| |\ \
| | * | kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu2014-04-244-65/+82
| | * | kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu2014-04-243-15/+14Star
| * | | Merge branch 'perf/uprobes' into perf/coreIngo Molnar2014-06-051-21/+25
| |\ \ \
| | * | | uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failureOleg Nesterov2014-04-301-5/+9
| | * | | uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open()Oleg Nesterov2014-04-301-18/+18
| | |/ /
* | | | Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-06-1017-460/+951
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | tracing: Fix memory leak on instance deletionSteven Rostedt (Red Hat)2014-06-071-2/+1Star
| * | tracing: Fix leak of ring buffer data when new instances creation failsSteven Rostedt (Red Hat)2014-06-061-2/+20
| * | tracing/kprobes: Avoid self tests if tracing is disabled on boot upYoshihiro YUNOMAE2014-06-061-0/+3