summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-1012-144/+783
|\
| * x86/nmi: Fix use of unallocated cpumask_var_tSasha Levin2014-11-251-3/+3
| * printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)2014-11-213-2/+6
| * x86/nmi: Perform a safe NMI stack trace on all CPUsSteven Rostedt (Red Hat)2014-11-191-5/+86
| * printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)2014-11-193-9/+34
| * seq_buf: Move the seq_buf code to lib/Steven Rostedt (Red Hat)2014-11-193-2/+1
| * seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTFSteven Rostedt (Red Hat)2014-11-192-2/+7
| * tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functionsSteven Rostedt (Red Hat)2014-11-192-4/+44
| * tracing: Have seq_buf use full bufferSteven Rostedt (Red Hat)2014-11-192-6/+9
| * seq_buf: Add seq_buf_can_fit() helper functionSteven Rostedt (Red Hat)2014-11-191-5/+18
| * tracing: Add paranoid size check in trace_printk_seq()Steven Rostedt (Red Hat)2014-11-191-0/+8
| * tracing: Use trace_seq_used() and seq_buf_used() instead of lenSteven Rostedt (Red Hat)2014-11-196-17/+42
| * tracing: Clean up tracing_fill_pipe_page()Steven Rostedt (Red Hat)2014-11-191-6/+19
| * seq_buf: Create seq_buf_used() to find out how much was writtenSteven Rostedt (Red Hat)2014-11-192-4/+7
| * tracing: Add a seq_buf_clear() helper and clear len and readpos in initSteven Rostedt (Red Hat)2014-11-191-2/+7
| * tracing: Convert seq_buf fields to be like seq_file fieldsSteven Rostedt (Red Hat)2014-11-191-4/+4
| * tracing: Convert seq_buf_path() to be like seq_path()Steven Rostedt (Red Hat)2014-11-193-16/+19
| * tracing: Create seq_buf layer in trace_seqSteven Rostedt (Red Hat)2014-11-198-126/+538
* | Merge tag 'ftracetest-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-1014-13/+484
|\ \
| * | ftracetest: Add --verbose option for showing echo outputMasami Hiramatsu2014-12-041-10/+23
| * | ftracetest: Fix to show descriptions on dashMasami Hiramatsu2014-12-041-1/+2
| * | ftracetest: Add basic event tracing test casesNamhyung Kim2014-11-064-0/+158
| * | ftracetest: Clear trace buffer after running kprobe testcasesNamhyung Kim2014-11-064-0/+4
| * | ftracetest: Use logfile name supported by busybox's mktempNamhyung Kim2014-11-061-1/+1
| * | ftracetest: Add a couple of ftrace test casesSteven Rostedt (Red Hat)2014-11-063-0/+221
| * | ftracetest: Add functions file that holds helper functionsSteven Rostedt (Red Hat)2014-11-062-0/+19
| * | ftracetest: Sort testcasesHeiko Carstens2014-11-031-1/+1
| * | ftracetest: Add kprobes on ftrace testcaseHeiko Carstens2014-11-031-0/+55
* | | Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-12-1038-1312/+1680
|\ \ \
| * | | tracing: Truncated output is better than nothingDan Carpenter2014-12-031-5/+2
| * | | tracing: Add additional marks to signal very large time deltasByungchul Park2014-12-034-28/+41
| * | | Documentation: describe trace_buf_size parameter more accuratelyJoonsoo Kim2014-12-031-1/+1
| * | | tracing: Allow NOT to filter AND and OR clausesSteven Rostedt (Red Hat)2014-12-031-4/+5
| * | | tracing: Add NOT to filtering logicSteven Rostedt (Red Hat)2014-12-031-2/+18
| * | | ftrace/fgraph/x86: Have prepare_ftrace_return() take ip as first parameterSteven Rostedt (Red Hat)2014-12-012-9/+6
| * | | ftrace/x86: Get rid of ftrace_caller_setupSteven Rostedt (Red Hat)2014-12-011-29/+42
| * | | ftrace/x86: Have save_mcount_regs macro also save stack frames if neededSteven Rostedt (Red Hat)2014-12-011-51/+67
| * | | ftrace/x86: Add macro MCOUNT_REG_SIZE for amount of stack used to save mcount...Steven Rostedt (Red Hat)2014-12-011-12/+12
| * | | ftrace/x86: Simplify save_mcount_regs on getting RIPSteven Rostedt (Red Hat)2014-12-011-19/+18
| * | | ftrace/x86: Have save_mcount_regs store RIP in %rdi for first parameterSteven Rostedt (Red Hat)2014-12-011-4/+3
| * | | ftrace/x86: Rename MCOUNT_SAVE_FRAME and add more detailed commentsSteven Rostedt (Red Hat)2014-12-011-8/+24
| * | | ftrace/x86: Move MCOUNT_SAVE_FRAME out of header fileSteven Rostedt (Red Hat)2014-12-012-33/+29
| * | | ftrace/x86: Have static tracing also use ftrace_caller_setupSteven Rostedt (Red Hat)2014-12-011-15/+7
| * | | ftrace/x86: Have static function tracing always test for function graphSteven Rostedt (Red Hat)2014-11-241-1/+2
| * | | kprobes: Add IPMODIFY flag to kprobe_ftrace_opsMasami Hiramatsu2014-11-211-1/+1
| * | | ftrace, kprobes: Support IPMODIFY flag to find IP modify conflictMasami Hiramatsu2014-11-213-4/+159
| * | | kprobes/ftrace: Recover original IP if pre_handler doesn't change itMasami Hiramatsu2014-11-201-3/+6
| * | | tracing/trivial: Fix typos and make an int into a boolSteven Rostedt (Red Hat)2014-11-202-4/+4
| | |/ | |/|
| * | tracing: Deletion of an unnecessary check before iput()Markus Elfring2014-11-191-2/+1
| * | tracing: Fix return value of ftrace_raw_output_prep()Steven Rostedt (Red Hat)2014-11-192-5/+2
OpenPOWER on IntegriCloud