summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| | * | tracing/ftrace: syscall tracing infrastructure, basicsFrederic Weisbecker2009-03-134-0/+126
| * | | tracing: move binary buffers into per cpu directorySteven Rostedt2009-03-131-21/+5
| * | | tracing: add comment for use of double __builtin_consant_pSteven Rostedt2009-03-131-0/+5
| * | | tracing: left align location header in stack_traceSteven Rostedt2009-03-131-2/+2
| * | | ring-buffer: document reader page designSteven Rostedt2009-03-121-0/+68
| * | | tracing: show event name in trace for TRACE_EVENT created eventsSteven Rostedt2009-03-121-1/+1
| * | | tracing: Don't use tracing_record_cmdline() in workqueue tracer fixKOSAKI Motohiro2009-03-121-6/+14
| * | | tracing: explain why stack tracer is emptySteven Rostedt2009-03-121-0/+15
| * | | tracing: fix stack tracer headerSteven Rostedt2009-03-121-2/+2
| * | | tracing: export trace formats to user spaceSteven Rostedt2009-03-121-5/+114
| * | | tracing: have event_trace_printk use static tracerSteven Rostedt2009-03-122-10/+17
| * | | tracing: make bprint event use the proper event idSteven Rostedt2009-03-121-1/+1
| * | | tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker2009-03-127-26/+186
| * | | tracing: show that buffer size is not expandedSteven Rostedt2009-03-121-2/+10
| * | | ring-buffer: remove unneeded get_online_cpusSteven Rostedt2009-03-121-76/+14
| * | | ring-buffer: use CONFIG_HOTPLUG_CPU not CONFIG_HOTPLUGSteven Rostedt2009-03-121-5/+5
| * | | tracing: protect ring_buffer_expanded with trace_types_lockSteven Rostedt2009-03-121-1/+4
| * | | tracing: fix comments about trace buffer resizingSteven Rostedt2009-03-121-3/+16
| * | | Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Steven Rostedt2009-03-125-23/+29
| |\| |
| | * | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-111-3/+7
| | |\ \
| | * \ \ Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-1011-90/+116
| | |\ \ \
| | * | | | trace_clock: fix preemption bugPeter Zijlstra2009-03-101-1/+8
| | * | | | tracing: Don't assume possible cpu list have continuous numbersKOSAKI Motohiro2009-03-101-7/+7
| | * | | | Merge branch 'x86/core' into tracing/ftraceIngo Molnar2009-03-101-1/+1
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-1010-316/+158
| | |\ \ \ \
| | * | | | | tracing: Don't use tracing_record_cmdline() in workqueue tracerKOSAKI Motohiro2009-03-091-3/+2
| | * | | | | ftrace: tracing header should put '#' at the beginning of a lineKOSAKI Motohiro2009-03-081-10/+10
| | * | | | | Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing...Ingo Molnar2009-03-081-1/+1
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-061-1/+1
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| * | | | | | | ring-buffer: only allocate buffers for online cpusSteven Rostedt2009-03-112-56/+216
| * | | | | | | tracing: fix trace_wait to know to wait on all cpus or just oneSteven Rostedt2009-03-111-0/+13
| * | | | | | | tracing: expand the ring buffers when an event is activatedSteven Rostedt2009-03-113-0/+31
| * | | | | | | tracing: keep ring buffer to minimum size till usedSteven Rostedt2009-03-111-20/+59
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | tracing: use raw spinlocks for trace_vprintkSteven Rostedt2009-03-101-3/+7
| | |_|_|_|/ | |/| | | |
| * | | | | tracing: remove funky whitespace in the trace codeSteven Rostedt2009-03-108-70/+70
| * | | | | tracing: update comments to match event code macrosSteven Rostedt2009-03-103-11/+12
| * | | | | tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macroSteven Rostedt2009-03-103-4/+4
| * | | | | tracing: add back the available_events fileSteven Rostedt2009-03-101-0/+14
| * | | | | tracing: do not allow modifying the ftrace events via the event filesSteven Rostedt2009-03-101-3/+15
| * | | | | tracing: fix printk format specifierSteven Rostedt2009-03-101-7/+6
| | |_|_|/ | |/| | |
| * | | | tracing: remove obsolete TRACE_EVENT_FORMAT macroSteven Rostedt2009-03-102-8/+1
| * | | | tracing: new format for specialized trace pointsSteven Rostedt2009-03-107-217/+124
| * | | | tracing: use generic __stringifySteven Rostedt2009-03-103-9/+5
| * | | | tracing: replace TP<var> with TP_<var>Steven Rostedt2009-03-105-80/+25
| * | | | tracing: typecast sizeof and offsetof to unsigned intSteven Rostedt2009-03-103-18/+19
| |/ / /
| * | | tracing: trace_bprintk() cleanupsIngo Molnar2009-03-061-11/+8
| * | | tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker2009-03-069-280/+126
| * | | tracing: add trace_bprintk()Lai Jiangshan2009-03-062-10/+92
| * | | tracing: infrastructure for supporting binary recordLai Jiangshan2009-03-066-0/+237
| * | | tracing: fix deadlock when setting set_ftrace_pidKOSAKI Motohiro2009-03-061-6/+1
OpenPOWER on IntegriCloud