summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)2017-06-291-0/+3
| |/
* | tracing: Add support for display of tgid in trace outputJoel Fernandes2017-06-271-14/+22
* | tracing: Add support for recording tgid of tasksJoel Fernandes2017-06-271-10/+95
* | ftrace: Remove unused function ftrace_arch_read_dyn_info()Steven Rostedt (VMware)2017-06-271-18/+3
* | tracing: Rename update the enum_map fileJeremy Linton2017-06-131-10/+10
* | trace: rename enum_map functionsJeremy Linton2017-06-131-37/+37
* | trace: rename trace.c enum functionsJeremy Linton2017-06-131-6/+6
* | trace: rename trace_enum_mutex to trace_eval_mutexJeremy Linton2017-06-131-7/+7
* | trace: rename trace enum data structures in trace.cJeremy Linton2017-06-131-26/+26
* | trace: rename struct module entry for trace enumsJeremy Linton2017-06-131-3/+3
* | trace: rename trace_enum_map to trace_eval_mapJeremy Linton2017-06-131-12/+12
* | trace: rename kernel enum section to evalJeremy Linton2017-06-131-4/+4
* | tracing: Remove unused declaration of trace_stop_cmdline_recordingJoel Fernandes2017-06-131-2/+0
|/
* tracing: Make sure RCU is watching before calling a stack traceSteven Rostedt (VMware)2017-05-181-1/+30
* ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)2017-05-171-2/+0
* ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao2017-05-171-0/+3
* tracing: Move postpone selftests to core from early_initcallSteven Rostedt2017-05-171-1/+1
* tracing: Use cpumask_available() to check if cpumask variable may be usedMatthias Kaehlcke2017-05-081-2/+3
* tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane2017-05-031-1/+1
* Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-031-44/+198
|\
| * ring-buffer: Return reader page back into existing ring bufferSteven Rostedt (VMware)2017-05-011-5/+12
| * tracing/ftrace: Allow for the traceonoff probe be unique to instancesSteven Rostedt (VMware)2017-04-201-2/+2
| * tracing/ftrace: Enable snapshot function trigger to work with instancesSteven Rostedt (VMware)2017-04-201-19/+25
| * tracing/ftrace: Add a better way to pass data via the probe functionsSteven Rostedt (VMware)2017-04-201-15/+23
| * ftrace: Dynamically create the probe ftrace_ops for the trace_arraySteven Rostedt (VMware)2017-04-201-1/+1
| * tracing: Pass the trace_array into ftrace_probe_ops functionsSteven Rostedt (VMware)2017-04-201-6/+8