aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-10tracing: add back the available_events fileSteven Rostedt1-0/+14
2009-03-10tracing: do not allow modifying the ftrace events via the event filesSteven Rostedt1-3/+15
2009-03-10tracing: fix printk format specifierSteven Rostedt1-7/+6
2009-03-10tracing: remove obsolete TRACE_EVENT_FORMAT macroSteven Rostedt5-13/+3
2009-03-10tracing: convert irq trace points to new macrosSteven Rostedt1-14/+24
2009-03-10tracing: convert the sched trace points to the TRACE_EVENT macrosSteven Rostedt1-76/+246
2009-03-10tracing: new format for specialized trace pointsSteven Rostedt9-233/+159
2009-03-10tracing: use generic __stringifySteven Rostedt3-9/+5
2009-03-10tracing: replace TP<var> with TP_<var>Steven Rostedt14-209/+154
2009-03-10tracing: typecast sizeof and offsetof to unsigned intSteven Rostedt3-18/+19
2009-03-09tracing: optimize trace_printk()Ingo Molnar1-2/+8
2009-03-09tracing: trace_printk() fix, move format array to data sectionIngo Molnar1-1/+1
2009-03-06tracing: trace_bprintk() cleanupsIngo Molnar2-17/+8
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()Frederic Weisbecker12-309/+158
2009-03-06tracing: add trace_bprintk()Lai Jiangshan6-10/+133
2009-03-06tracing: infrastructure for supporting binary recordLai Jiangshan7-0/+240
2009-03-06vsprintf: unify the format decoding layer for its 3 usersFrederic Weisbecker1-431/+541
2009-03-06vsprintf: add binary printfLai Jiangshan3-0/+452
2009-03-06tracing, power-trace: make it build even if the power-tracer is turned offIngo Molnar1-2/+0
2009-03-06tracing: fix deadlock when setting set_ftrace_pidKOSAKI Motohiro1-6/+1
2009-03-06tracing: current tip/master can't enable ftraceKOSAKI Motohiro1-0/+1
2009-03-05tracing: add format files for ftrace default entriesSteven Rostedt5-6/+255
2009-03-05tracing: move print of event format to separate fileSteven Rostedt2-52/+56
2009-03-05tracing: make all file_operations constSteven Rostedt4-19/+19
2009-03-05tracing: clean up menuIngo Molnar2-13/+17
2009-03-05tracing: add tracing_on/tracing_off to kernel.hSteven Rostedt2-16/+28
2009-03-05tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker3-8/+9
2009-03-05tracing: move utility functions from ftrace.h to kernel.hIngo Molnar2-56/+60
2009-03-05tracing: rename ftrace_printk() => trace_printk()Ingo Molnar4-17/+17
2009-03-04tracing: have latency tracers set the latency formatSteven Rostedt2-0/+16
2009-03-04tracing: consolidate print_lat_fmt and print_trace_fmtSteven Rostedt1-32/+7
2009-03-04tracing: remove extra latency_trace method from trace structureSteven Rostedt5-36/+1
2009-03-04tracing: add latency output format optionSteven Rostedt2-23/+4
2009-03-04tracing: fix seq read from trace filesSteven Rostedt1-2/+2
2009-03-04tracing: do not return EFAULT if read copied anythingSteven Rostedt1-2/+12
2009-03-04ring-buffer: fix timestamp in partial ring_buffer_page_readSteven Rostedt1-1/+5
2009-03-04tracing: add cpu_file intialization for ftrace_dumpSteven Rostedt1-0/+2
2009-03-04tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra7-8/+82
2009-03-04lockdep: require framepointers for x86Peter Zijlstra1-1/+1
2009-03-04lockdep: remove extra "irq" stringPeter Zijlstra1-2/+2
2009-03-04lockdep: fix incorrect state namePeter Zijlstra1-2/+3
2009-03-03tracing: add binary buffer files for use with spliceSteven Rostedt2-7/+268
2009-03-03ring-buffer: make ring_buffer_read_page read from start on partial pageSteven Rostedt1-10/+33
2009-03-03ring-buffer: replace sizeof of event header with offsetofSteven Rostedt1-1/+1
2009-03-03ring-buffer: fix ring_buffer_read_pageSteven Rostedt2-35/+64
2009-03-03ring-buffer: reset write field for ring_buffer_read_pageSteven Rostedt1-0/+1
2009-03-03Linux 2.6.29-rc7Linus Torvalds1-1/+1
2009-03-04crypto: ixp4xx - Fix qmgr_request_queue build failureKrzysztof HaƂasa1-2/+4
2009-03-03[ARM] fix lots of ARM __devexit sillynessRussell King5-6/+6
2009-03-03tracing: fix return value to registering eventsSteven Rostedt1-4/+4