summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-03-142-11/+24
|\
| * tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:Taeung Song2016-02-291-7/+9
| * Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar2016-02-293-37/+8
| |\
| * | kprobes: Optimize hot path by using percpu counter to collect 'nhit' statisticsMartin KaFai Lau2016-02-091-4/+15
* | | Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-042-12/+15
|\ \ \ | |_|/ |/| |
| * | tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)2016-03-042-12/+15
* | | Merge tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-02-251-1/+2
|\ \ \ | |/ /
| * | tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)2016-02-241-1/+2
* | | Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-02-221-1/+5
|\ \ \ | |/ /
| * | tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi2016-02-191-1/+5
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-02-181-35/+1
|\ \ | |/ |/|
| * ftrace/module: remove ftrace module notifierJessica Yu2016-02-171-35/+1
* | Merge tag 'trace-v4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-031-0/+7
|\ \
| * | tracing/stacktrace: Show entire trace if passed in function not foundSteven Rostedt2016-01-291-0/+7
| |/
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-01-311-4/+10
|\ \
| * | perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov2016-01-291-4/+10
| |/
* | Merge tag 'trace-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2016-01-281-1/+1
|\ \ | |/ |/|
| * tracing: Fix stacktrace skip depth in trace_buffer_unlock_commit_regs()Steven Rostedt (Red Hat)2016-01-141-1/+1
* | Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-01-126-228/+300
|\ \
| * | ftrace: Fix the race between ftrace and insmodQiu Peiyang2016-01-071-9/+16
| * | ftrace: Add infrastructure for delayed enabling of module functionsSteven Rostedt (Red Hat)2016-01-071-55/+106
| * | tracing: Fix comment to use tracing_on over tracing_enableChuyu Hu2015-12-231-2/+2
| * | ftrace: Clean up ftrace_module_init() codeSteven Rostedt (Red Hat)2015-12-231-6/+3
| * | ftrace: Join functions ftrace_module_init() and ftrace_init_module()Abel Vesa2015-12-231-9/+6
| * | bpf: Constify bpf_verifier_ops structureJulia Lawall2015-12-231-1/+1
| * | ftrace: Have ftrace_ops_get_func() handle RCU and PER_CPU flags tooSteven Rostedt (Red Hat)2015-12-231-12/+18
| * | ftrace: Remove use of control list and opsSteven Rostedt (Red Hat)2015-12-233-91/+39
| * | ftrace: Fix output of enabled_functions for showing trampSteven Rostedt (Red Hat)2015-12-231-3/+4
| * | ftrace: Fix a typo in commentLi Bin2015-12-231-1/+1
| * | ftrace: Show all tramps registered to a record on ftrace_bug()Steven Rostedt (Red Hat)2015-11-251-9/+37
| * | ftrace: Add variable ftrace_expected for archs to show expected codeSteven Rostedt (Red Hat)2015-11-251-2/+7
| * | ftrace: Add new type to distinguish what kind of ftrace_bug()Steven Rostedt (Red Hat)2015-11-251-1/+36
| * | tracing: Update cond flag when enabling or disabling a triggerTom Zanussi2015-11-251-4/+6
| * | ring-buffer: Process commits whenever moving to a new page.Steven Rostedt (Red Hat)2015-11-251-0/+7
| * | ring-buffer: Remove redundant update of page timestampSteven Rostedt (Red Hat)2015-11-241-24/+8
| * | ring-buffer: Use READ_ONCE() for most tail_page accessSteven Rostedt (Red Hat)2015-11-241-7/+11
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-123-39/+16
|\ \ \ | |_|/ |/| |
| * | kernel/*: switch to memdup_user_nul()Al Viro2016-01-042-30/+13
| * | convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-9/+3
* | | tracing: Fix setting of start_index in find_next()Qiu Peiyang2016-01-041-0/+1
|/ /
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-12-081-1/+1
|\ \
| * | treewide: Remove old email addressPeter Zijlstra2015-11-231-1/+1
* | | tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filterSteven Rostedt (Red Hat)2015-12-011-0/+16
| |/ |/|
* | ring-buffer: Put back the length if crossed page with add_timestampSteven Rostedt (Red Hat)2015-11-241-1/+4
* | ring-buffer: Update read stamp with first real commit on pageSteven Rostedt (Red Hat)2015-11-241-7/+5
|/
* Merge tag 'trace-v4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2015-11-123-14/+9
|\
| * tracing: #ifdef out uses of max trace when CONFIG_TRACER_MAX_TRACE is not setChen Gang2015-11-101-0/+6
| * tracing: Remove unused ftrace_cpu_disabled per cpu variableDmitry Safonov2015-11-073-13/+0
| * tracing: Make tracing work when debugfs is not configured inJiaxing Wang2015-11-061-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-101-1/+1
|\ \
OpenPOWER on IntegriCloud