aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* trace: Move core control trace events to schedulerOlav Haugan2016-09-151-2/+0
* Merge tag 'lsk-v3.18-16.04-android' into 'msm-3.18'Imran Khan2016-06-093-2/+9
|\
| * Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi2016-04-212-1/+7
| |\
| | * Merge tag 'v3.18.31' into linux-linaro-lsk-v3.18Alex Shi2016-04-212-1/+7
| | |\
| | | * tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)2016-04-181-0/+3
| | | * tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)2016-04-181-1/+4
| * | | Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi2016-03-181-1/+2
| |\| |
| | * | Merge tag 'v3.18.29' into linux-linaro-lsk-v3.18Alex Shi2016-03-181-1/+2
| | |\|
| | | * tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)2016-03-101-1/+2
* | | | trace: prevent NULL pointer dereferenceKishor PK2016-04-191-1/+2
* | | | Merge "trace: ipc_logging: Increase maximum size of logging context name"Linux Build Service Account2015-12-231-2/+2
|\ \ \ \
| * | | | trace: ipc_logging: Increase maximum size of logging context nameSteven Cahail2015-12-141-2/+2
* | | | | trace: ipc_logging: Destroy debugfs directories with logging contextsSteven Cahail2015-12-111-0/+2
|/ / / /
* | | | trace: ipc_logging: Add QTimer timestamp alongside kernel timestampSteven Cahail2015-10-023-6/+52
* | | | Merge "block/fs: keep track of the task that dirtied the page"Linux Build Service Account2015-09-051-14/+66
|\ \ \ \
| * | | | block/fs: keep track of the task that dirtied the pageVenkat Gopalakrishnan2015-09-041-14/+66
* | | | | Merge tag 'lsk-v3.18-15.08-android' into 'msm-3.18'Matt Wagantall2015-09-033-9/+20
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman2015-08-103-8/+14
| |\| |
| | * | Merge tag 'v3.18.20' into linux-linaro-lsk-v3.18Kevin Hilman2015-08-103-8/+14
| | |\|
| | | * tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)2015-08-042-7/+11
| | | * tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)2015-08-041-1/+3
| * | | Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman2015-08-062-3/+14
| |\| |
| | * | Merge tag 'v3.18.19' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...Kevin Hilman2015-08-042-3/+14
| | |\|
| | | * tracing: Have filter check for balanced opsSteven Rostedt2015-07-131-2/+7
| * | | Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman2015-06-163-8/+55
| |\| |
| | * | Merge branch 'v3.18/topic/thermal' into linux-linaro-lsk-v3.18Kevin Hilman2015-06-151-0/+44
| | |\ \
| * | \ \ Merge branch 'android-3.18' of https://android.googlesource.com/kernel/common...Kevin Hilman2015-05-127-35/+318
| |\ \ \ \
* | | | | | trace: Properly return the print_line_t valueClyde Byrd III2015-08-281-1/+1
* | | | | | trace: Fix array index out of bounds violationVenkat Gopalakrishnan2015-08-231-1/+1
* | | | | | Merge branch 'lsk/v3.18/topic/thermal' into 'msm-3.18'Matt Wagantall2015-08-041-0/+44
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | tracing: Add array printing helperDave Martin2015-06-051-0/+44
* | | | | | trace: rtb: disable RTB in the first panic notifierSe Wang (Patrick) Oh2015-07-221-1/+2
* | | | | | trace: cpu_freq_switch: Add profiler for CPU frequency switch timesMatt Wagantall2015-07-173-0/+326
* | | | | | Merge tag 'v3.18.18' into msm-3.18Matt Wagantall2015-07-142-1/+7
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)2015-07-051-0/+6
| * | | | | ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long2015-07-031-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'v3.18.14' into msm-3.18Matt Wagantall2015-07-142-8/+11
|\| | | |
| * | | | tracing: Handle ftrace_dump() atomic context in graph_trace_open()Rabin Vincent2015-05-171-2/+6
| * | | | ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt2015-05-171-6/+5
| | |/ / | |/| |
* | | | Merge tag 'v3.18.11' into msm-3.18Matt Wagantall2015-07-141-10/+30
|\| | |
| * | | ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)2015-03-281-3/+3
| * | | ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand2015-03-281-6/+22
| * | | ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctlSteven Rostedt (Red Hat)2015-03-281-2/+6
* | | | Merge tag 'v3.18.9' into msm-3.18Matt Wagantall2015-07-142-6/+36
|\| | |
| * | | ring-buffer: Do not wake up a splice waiter when page is not fullSteven Rostedt (Red Hat)2015-03-061-5/+35
| * | | tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla2015-03-061-1/+1
* | | | Merge tag 'v3.18.4' into msm-3.18Matt Wagantall2015-07-141-8/+45
|\| | |
| * | | ftrace: Check both notrace and filter for old hashSteven Rostedt (Red Hat)2015-01-271-7/+20
| * | | ftrace: Fix updating of filters for shared global_ops filtersSteven Rostedt (Red Hat)2015-01-271-1/+25
* | | | Merge tag 'v3.18.1' into msm-3.18Matt Wagantall2015-07-142-3/+3
|\| | |