summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tracing: Add __per_cpu annotation to trace array percpu data pointerSteven Rostedt (Red Hat)2013-03-151-1/+1
| * | | | tracing/syscalls: Annotate field-defining functions with __initLi Zefan2013-03-151-2/+2
| * | | | tracing: Annotate event field-defining functions with __initLi Zefan2013-03-151-1/+1
| * | | | tracing: Add a helper function for event print functionsLi Zefan2013-03-151-0/+26
| * | | | tracing/ring-buffer: Move poll wake ups into ring buffer codeSteven Rostedt (Red Hat)2013-03-152-71/+158
| * | | | tracing: Fix read blocking on trace_pipe_rawSteven Rostedt2013-03-151-3/+15
| * | | | tracing: Fix polling on trace_pipe_rawSteven Rostedt2013-03-151-27/+51
| * | | | tracing: Do not block on splice if either file or splice NONBLOCK flag is setSteven Rostedt (Red Hat)2013-03-151-1/+1
| * | | | tracing: Use direct field, type and system namesSteven Rostedt2013-03-152-19/+5
| * | | | tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.cSteven Rostedt2013-03-151-7/+20
| * | | | tracing: Get trace_events kernel command line working againSteven Rostedt2013-03-151-7/+136
| * | | | tracing: Add rmdir to remove multibuffer instancesSteven Rostedt2013-03-153-0/+102
| * | | | tracing: Add interface to allow multiple trace buffersSteven Rostedt2013-03-153-1/+142
| * | | | tracing: Make syscall events suitable for multiple buffersSteven Rostedt2013-03-152-34/+57
| * | | | tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt2013-03-1510-61/+79
| * | | | tracing: Pass the ftrace_file to the buffer lock reserve codeSteven Rostedt2013-03-151-0/+12
| * | | | tracing: Encapsulate global_trace and remove dependencies on global varsSteven Rostedt2013-03-154-240/+358
| * | | | tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPUSteven Rostedt2013-03-153-18/+16
| * | | | tracing: Separate out trace events from global variablesSteven Rostedt2013-03-154-248/+580
* | | | | Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds2013-04-181-23/+3
| |_|/ / |/| | |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-142-4/+4
|\ \ \ \
| * | | | ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
| * | | | perf: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
| | |/ / | |/| |
* | | | ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)2013-04-121-14/+14
* | | | tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-04-122-6/+6
* | | | tracing: Fix double free when function profile init failedNamhyung Kim2013-04-091-1/+0
* | | | ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)2013-04-081-2/+3
* | | | ftrace: Consistently restore trace function on sysctl enablingJan Kiszka2013-04-081-6/+2
* | | | tracing: Fix race with update_max_tr_single and changing tracersSteven Rostedt (Red Hat)2013-04-081-1/+4
|/ / /
* | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2013-03-184-21/+78
|\ \ \ | |/ /
| * | tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)2013-03-144-16/+65
| * | tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)2013-03-141-1/+5
| * | tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)2013-03-141-4/+8
* | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2013-03-142-3/+4
|\ \ \ | |/ / | | / | |/ |/|
| * tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)2013-03-131-2/+2
| * tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)2013-03-121-1/+2
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-112-13/+38
|\ \ | |/
| * tracing: Do not return EINVAL in snapshot when not allocatedSteven Rostedt (Red Hat)2013-03-071-2/+0
| * tracing: Add help of snapshot feature when snapshot is emptySteven Rostedt (Red Hat)2013-03-071-1/+24
| * ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt2013-02-271-10/+14
* | Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-031-2/+4
|\ \
| * | trace/ring_buffer: handle 64bit aligned structsJames Hogan2013-03-021-2/+4
* | | Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-281-3/+25
|\ \ \
| * | | block: add @req to bio_{front|back}_merge tracepointsTejun Heo2013-01-141-0/+2
| * | | block: add missing block_bio_complete() tracepointTejun Heo2013-01-141-3/+23
* | | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-16/+11
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-262-19/+70
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-02-202-19/+70
| |\ \ \
| | * | | ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)2013-02-181-14/+32
| | * | | tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt2013-02-121-5/+38
OpenPOWER on IntegriCloud