summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-261-1/+1
* Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-101-4/+112
|\
| * tracing: Fixup logic inversion on setting trace_global_clock defaultsChris Wilson2018-04-061-1/+1
| * tracing: Default to using trace_global_clock if sched_clock is unstableChris Wilson2018-04-061-0/+19
| * tracing: Make tracing_set_clock() non-staticTom Zanussi2018-03-101-1/+1
| * tracing: Add variable reference handling to hist triggersTom Zanussi2018-03-101-0/+2
| * tracing: Add usecs modifier for hist trigger timestampsTom Zanussi2018-03-101-2/+11
| * tracing: Add timestamp_mode trace fileTom Zanussi2018-03-101-0/+47
| * ring-buffer: Add interface for setting absolute time stampsTom Zanussi2018-03-101-1/+32
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+1
|\ \
| * | tracing: Block comments should align the * on each lineRohit Visavalia2018-03-271-1/+1
| |/
* / tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner2018-03-131-1/+1
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-02-011-7/+7
|\
| * tracing: Make sure the parsed string always terminates with '\0'Changbin Du2018-01-231-2/+2
| * tracing: Clear parser->idx if only spaces are readChangbin Du2018-01-231-2/+2
| * tracing: Detect the string nul character when parsing user input stringChangbin Du2018-01-231-3/+3
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-3/+3
|\ \
| * | ipc, kernel, mm: annotate ->poll() instancesAl Viro2017-11-271-3/+3
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-301-11/+0
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-11/+0
| |\ \
| | * | rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney2017-11-271-11/+0
| | |/
* | / tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)2018-01-231-14/+20
|/ /
* | tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)2017-12-271-0/+1
* | tracing: Fix crash when it fails to alloc ring bufferJing Xia2017-12-271-0/+2
* | tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)2017-12-271-9/+1
* | tracing: Pass export pointer as argument to ->write()Felipe Balbi2017-12-041-1/+1
* | tracing: Allocate mask_str buffer dynamicallyChangbin Du2017-12-041-20/+9
* | tracing: Fix code comments in trace.cChunyu Hu2017-12-041-5/+5
|/
* tracing: Make traceprobe parsing code reusableTom Zanussi2017-10-041-0/+86
* tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)2017-10-041-0/+5
* tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan2017-09-191-1/+1
* tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)2017-09-191-0/+7
* tracing: Erase irqsoff trace with empty writeBo Yan2017-09-191-2/+8
* tracing: Apply trace_clock changes to instance max bufferBaohong Liu2017-09-061-1/+1
* tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)2017-09-051-1/+7
* tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)2017-08-311-0/+3
* ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPUSteven Rostedt (VMware)2017-08-021-5/+11
* tracing: Missing error code in tracer_alloc_buffers()Dan Carpenter2017-08-021-0/+1
* tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)2017-08-021-1/+1
* tracing: Fix kmemleak in instance_rmdirChunyu Hu2017-07-201-0/+1
* Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2017-07-131-18/+124
|\
| * tracing: Fixup trace file header alignmentSteven Rostedt (VMware)2017-07-111-8/+17
| * tracing: Attempt to record other information even if some failJoel Fernandes2017-07-071-8/+24
| * tracing: Treat recording tgid for idle task as a successJoel Fernandes2017-07-071-1/+5
| * tracing: Treat recording comm for idle task as a successJoel Fernandes2017-07-071-1/+5
| * tracing: Add saved_tgids file to show cached pid to tgid mappingsMichael Sartain2017-07-061-0/+73
* | Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds2017-07-071-1/+2
|\ \ | |/ |/|
| * ftrace/kprobes: selftests: Check kretprobe maxactive is supportedMasami Hiramatsu2017-06-071-1/+2
* | Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/coreSteven Rostedt (VMware)2017-07-051-0/+3
|\ \