summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix incorrect enabling of trace events by boot cmdlineJoonsoo Kim2015-04-161-1/+8
* tracing: Handle ftrace_dump() atomic context in graph_trace_open()Rabin Vincent2015-04-161-2/+6
* tracing: Add enum_map file to show enums that have been mappedSteven Rostedt (Red Hat)2015-04-082-4/+269
* tracing: Allow for modules to convert their enums to valuesSteven Rostedt (Red Hat)2015-04-082-5/+46
* tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their valuesSteven Rostedt (Red Hat)2015-04-083-1/+146
* ftrace/x86: Let dynamic trampolines call ops->func even for dynamic fopsSteven Rostedt (Red Hat)2015-04-021-8/+14
* ring-buffer: Remove duplicate use of '&' in recursive codeSteven Rostedt (Red Hat)2015-03-301-4/+1
* trace: Don't use __weak in header filesStephen Rothwell2015-03-254-24/+15
* tracing: remove ftrace:function TRACE_EVENT_FL_USE_CALL_FILTER flagHe Kuang2015-03-251-1/+1
* tracing: %pF is only for function pointersScott Wood2015-03-251-3/+3
* ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt2015-03-251-6/+5
* ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)2015-03-091-3/+3
* ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand2015-03-091-6/+22
* ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctlSteven Rostedt (Red Hat)2015-03-091-2/+6
* tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-142-4/+4
* Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2015-02-1219-150/+175
|\
| * ring-buffer: Do not wake up a splice waiter when page is not fullSteven Rostedt (Red Hat)2015-02-111-5/+35
| * tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla2015-02-101-1/+1
| * tracing: Separate out initializing top level dir from instancesSteven Rostedt (Red Hat)2015-02-021-21/+30
| * tracing: Make tracing_init_dentry_tr() staticSteven Rostedt (Red Hat)2015-02-022-2/+1
| * trace: Use 64-bit timekeepingTina Ruchandani2015-01-281-10/+8
| * tracing: Add array printing helperDave Martin2015-01-281-0/+44
| * tracing: Remove newline from trace_printk warning bannerBorislav Petkov2015-01-271-1/+2
| * tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)2015-01-229-12/+12
| * tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)2015-01-229-17/+0
| * tracing: Remove taking of trace_types_lock in pipe filesSteven Rostedt (Red Hat)2014-12-231-82/+28
| * tracing: Add ref count to tracer for when they are being read by pipeSteven Rostedt (Red Hat)2014-12-222-1/+16
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-121-2/+2
|\ \
| * | ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens2015-01-291-2/+2
* | | Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-111-0/+1
|\ \ \
| * | | PM / sleep: export suspend_resume trace eventTodd E Brandt2015-01-301-0/+1
* | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-01-283-23/+100
|\| | |
| * | | Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-01-163-23/+100
| |\ \ \
| | * | | tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)2015-01-151-14/+55
| | * | | tracing: Remove extra call to init_ftrace_syscalls()Steven Rostedt (Red Hat)2015-01-151-1/+0
| | * | | ftrace: Check both notrace and filter for old hashSteven Rostedt (Red Hat)2015-01-151-7/+20
| | * | | ftrace: Fix updating of filters for shared global_ops filtersSteven Rostedt (Red Hat)2015-01-151-1/+25
| | | |/ | | |/|
* | / | perf: Avoid horrible stack usagePeter Zijlstra (Intel)2015-01-144-6/+8
|/ / /
* | | Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-01-101-2/+2
|\ \ \ | |/ / |/| |
| * | kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson2014-11-111-1/+1
| * | kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov2014-11-111-1/+1
| * | kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov2014-11-111-1/+1
* | | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-191-1/+1
|\ \ \ | |_|/ |/| |
| * | tracing / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-1/+1
* | | Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2014-12-164-8/+80
|\ \ \
| * | | tracing: Add tp_printk cmdline to have tracepoints go to printk()Steven Rostedt (Red Hat)2014-12-153-0/+50
| * | | tracing: Move enabling tracepoints to just after rcu_init()Steven Rostedt (Red Hat)2014-12-154-8/+30
* | | | Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-131-3/+0
|\ \ \ \
| * | | | blktrace: don't let the sysfs interface remove trace from running listArianna Avanzini2014-12-091-3/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |