summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-09-088-416/+516
|\
| * ring-buffer: Revert "ring-buffer: Get timestamp after event is allocated"Steven Rostedt (Red Hat)2015-09-031-106/+50
| * tracing: Allow triggers to filter for CPU ids and process namesDaniel Wagner2015-08-112-2/+77
| * tracing: Introduce two additional marks for delayJungseok Lee2015-07-201-1/+3
| * ftrace: Fix function_graph duration spacing with 7-digitsSteven Rostedt (Red Hat)2015-07-201-2/+2
| * ftrace: add tracing_thresh to function profileUmesh Tiwari2015-07-201-2/+7
| * tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)2015-07-201-45/+23
| * ring-buffer: Reorganize function locationsSteven Rostedt (Red Hat)2015-07-201-411/+403
| * ring-buffer: Make sure event has enough room for extend and paddingSteven Rostedt (Red Hat)2015-07-201-0/+15
| * ring-buffer: Get timestamp after event is allocatedSteven Rostedt (Red Hat)2015-07-201-47/+114
| * ring-buffer: Move the adding of the extended timestamp out of lineSteven Rostedt (Red Hat)2015-07-201-16/+25
| * ring-buffer: Add event descriptor to simplify passing dataSteven Rostedt (Red Hat)2015-07-201-39/+52
| * ftrace: correct the counter increment for trace_buffer dataUmesh Tiwari2015-07-201-1/+1
| * tracing: Fix for non-continuous cpu idsGil Fruchter2015-07-201-1/+1
| * tracing: Prefer kcalloc over kzalloc with multiplyGil Fruchter2015-07-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-032-18/+65
|\ \
| * | bpf: add support for %s specifier to bpf_trace_printk()Alexei Starovoitov2015-08-281-2/+30
| * | lib: introduce strncpy_from_unsafe()Alexei Starovoitov2015-08-281-16/+4
| * | bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia2015-08-091-0/+31
* | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-7/+3
|\ \ \
| * | | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-7/+3
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-312-2/+2
|\ \ \
| * | | sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra2015-08-032-2/+2
* | | | tracing/uprobes: Do not print '0x (null)' when offset is 0Wang Nan2015-08-261-1/+16
* | | | tracing, perf: Implement BPF programs attached to uprobesWang Nan2015-08-062-1/+6
| |_|/ |/| |
* | | ftrace: Fix breakage of set_ftrace_pidSteven Rostedt (Red Hat)2015-07-241-18/+34
| |/ |/|
* | tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)2015-07-082-7/+11
|/
* Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-2621-568/+534
|\
| * ring_buffer: Allow to exit the ring buffer benchmark immediatelyPetr Mladek2015-06-151-3/+8
| * ring-buffer-benchmark: Fix the wrong typeWang Long2015-06-101-2/+2
| * ring-buffer-benchmark: Fix the wrong param in module_paramWang Long2015-06-101-4/+4
| * ring-buffer: Add enum names for the context levelsSteven Rostedt (Red Hat)2015-05-291-5/+22
| * ring-buffer: Remove useless unused tracing_off_permanent()Steven Rostedt (Red Hat)2015-05-281-61/+0
| * ring-buffer: Give NMIs a chance to lock the reader_lockSteven Rostedt (Red Hat)2015-05-281-35/+37
| * ring-buffer: Add trace_recursive checks to ring_buffer_write()Steven Rostedt (Red Hat)2015-05-271-1/+8
| * ring-buffer: Allways do the trace_recursive checksSteven Rostedt (Red Hat)2015-05-271-9/+0
| * ring-buffer: Move recursive check to per_cpu descriptorSteven Rostedt (Red Hat)2015-05-271-18/+19
| * ring-buffer: Add unlikelys to make fast path the defaultSteven Rostedt (Red Hat)2015-05-211-5/+5
| * tracing: Rename ftrace_raw_##call event structures to trace_event_raw_##callSteven Rostedt (Red Hat)2015-05-132-2/+2
| * tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()Steven Rostedt (Red Hat)2015-05-133-5/+5
| * tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_*Steven Rostedt (Red Hat)2015-05-134-45/+45
| * tracing: Rename struct ftrace_subsystem_dir to trace_subsystem_dirSteven Rostedt (Red Hat)2015-05-133-20/+20
| * tracing: Rename ftrace_event_name() to trace_event_name()Steven Rostedt (Red Hat)2015-05-135-30/+30
| * tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAXSteven Rostedt (Red Hat)2015-05-131-2/+2
| * tracing: Rename ftrace_output functions to trace_outputSteven Rostedt (Red Hat)2015-05-131-8/+8
| * tracing: Rename ftrace_event_buffer to trace_event_buffer.Steven Rostedt (Red Hat)2015-05-131-7/+7
| * tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-1315-129/+129
| * tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)2015-05-139-145/+145
| * tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)2015-05-138-24/+24
| * tracing: Rename ftrace_print_*() functions ta trace_print_*()Steven Rostedt (Red Hat)2015-05-131-17/+17
OpenPOWER on IntegriCloud