aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.4.248 into kernel.lnx.4.4.r38-relNathan Chancellor2020-12-141-4/+5
|\
| * tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2020-12-111-4/+5
* | Merge 4.4.238 into kernel.lnx.4.4.r38-relNathan Chancellor2020-10-011-1/+4
|\|
| * tracing: Use address-of operator on section symbolsNathan Chancellor2020-10-011-1/+1
| * tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2020-10-011-0/+3
* | Merge 4.4.216 into kernel.lnx.4.4.r38-relNathan Chancellor2020-03-111-1/+5
|\|
| * fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2020-03-111-1/+5
* | Merge 4.4.199 into kernel.lnx.4.4.r38-relNathan Chancellor2019-11-061-0/+1
|\|
| * tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-11-061-0/+1
* | Merge 4.4.197 into kernel.lnx.4.4.r38-relNathan Chancellor2019-10-171-2/+15
|\|
| * tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-171-2/+15
* | Merge android-4.4.187 (8eb3d65) into msm-4.4Srinivasarao P2019-08-071-4/+8
|\ \
| * | Merge 4.4.187 into android-4.4Greg Kroah-Hartman2019-08-041-4/+8
| |\|
| | * tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-08-041-4/+8
* | | Merge android-4.4.185 (14e1196) into msm-4.4Srinivasarao P2019-07-111-5/+1
|\| |
| * | Merge 4.4.185 into android-4.4Greg Kroah-Hartman2019-07-101-5/+1
| |\|
| | * tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-07-101-5/+1
* | | Merge android-4.4.179 (aab9adb) into msm-4.4Srinivasarao P2019-05-021-2/+4
|\| |
| * | Merge 4.4.179 into android-4.4Greg Kroah-Hartman2019-04-301-2/+4
| |\|
| | * tracing: kdb: Fix ftdump to not sleepDouglas Anderson2019-04-271-2/+4
* | | Merge android-4.4.177 (0c3b8c4) into msm-4.4Srinivasarao P2019-03-251-1/+0
|\| |
| * | Merge 4.4.177 into android-4.4Greg Kroah-Hartman2019-03-231-1/+0
| |\|
| | * tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)2019-03-231-1/+0
* | | Merge android-4.4.163 (0ca3fca) into msm-4.4Srinivasarao P2018-11-151-1/+18
|\| |
| * | Merge 4.4.163 into android-4.4Greg Kroah-Hartman2018-11-101-1/+18
| |\|
| | * tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)2018-11-101-1/+18
* | | Merge android-4.4.155 (b3f777e) into msm-4.4Srinivasarao P2018-09-121-1/+3
|\| |
| * | Merge 4.4.155 into android-4.4Greg Kroah-Hartman2018-09-101-1/+3
| |\|
| | * tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)2018-09-091-1/+3
| * | ANDROID: tracing: fix race condition reading saved tgidsAdrian Salido2018-08-311-20/+81
* | | Merge android-4.4.153 (5e24b4e) into msm-4.4Srinivasarao P2018-08-281-0/+5
|\| |
| * | Merge 4.4.152 into android-4.4Greg Kroah-Hartman2018-08-241-0/+5
| |\|
| | * tracing: Use __printf markup to silence compilerMathieu Malaterre2018-08-241-0/+5
* | | Merge android-4.4.148 (f057ff9) into msm-4.4Srinivasarao P2018-08-241-0/+6
|\| |
| * | Merge 4.4.147 into android-4.4Greg Kroah-Hartman2018-08-091-0/+6
| |\|
| | * ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2018-08-091-0/+6
* | | Merge android-4.4.132 (46155cc) into msm-4.4Srinivasarao P2018-05-221-2/+3
|\| |
| * | UPSTREAM: tracing: Use cpumask_available() to check if cpumask variable may b...Matthias Kaehlcke2018-05-041-2/+3
* | | Merge android-4.4.109 (8cbe01c) into msm-4.4Srinivasarao P2018-01-181-9/+4
|\| |
| * | Merge 4.4.109 into android-4.4Greg Kroah-Hartman2018-01-021-9/+4
| |\|
| | * tracing: Fix crash when it fails to alloc ring bufferJing Xia2018-01-021-0/+2
| | * tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)2018-01-021-0/+1
| | * tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)2018-01-021-9/+1
* | | Merge android-4.4.107 (79f138a) into msm-4.4Srinivasarao P2018-01-181-20/+9
|\| |
| * | Merge 4.4.107 into android-4.4Greg Kroah-Hartman2017-12-201-20/+9
| |\|
| | * tracing: Allocate mask_str buffer dynamicallyChangbin Du2017-12-201-20/+9
* | | Merge android-4.4@73a2b70 (v4.4.92) into msm-4.4Blagovest Kolenichev2017-10-201-3/+9
|\| |
| * | Merge 4.4.90 into android-4.4Greg Kroah-Hartman2017-10-051-3/+9
| |\|
| | * tracing: Erase irqsoff trace with empty writeBo Yan2017-10-051-2/+8
| | * tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan2017-10-051-1/+1